ci: centralize infer.yml + bump infer CLI and sync .infer config#178
Merged
Conversation
inference-gateway-releaser-bot Bot
added a commit
that referenced
this pull request
Jun 3, 2026
## [0.41.0](v0.40.0...v0.41.0) (2026-06-03) ### ✨ Features * generate typescript config module from adl manifest ([#171](#171)) ([0996261](0996261)) * generate typescript tools, toolbox, and services ([#172](#172)) ([05cdae6](05cdae6)) * publish adl-cli to npm via thin npx wrapper ([#186](#186)) ([c0582c2](c0582c2)) * scaffold core typescript project templates ([#170](#170)) ([70f6588](70f6588)) * typescript dockerfile, taskfile, and sandbox toolchain parity ([#173](#173)) ([14fdd9f](14fdd9f)) ### 👷 CI * centralize claude.yml via reusable workflow ([#175](#175)) ([00de9f7](00de9f7)) * centralize claude.yml via reusable workflow ([#185](#185)) ([0c5f4bd](0c5f4bd)) * centralize infer.yml + bump infer CLI and sync .infer config ([#178](#178)) ([d2c5d3b](d2c5d3b)) * centralize infer.yml + sync .infer config ([#177](#177)) ([33fff01](33fff01)) * centralize infer.yml via reusable workflow ([#176](#176)) ([cc56b21](cc56b21)) * **infer:** centralize infer.yml + bump infer CLI and sync .infer config ([#180](#180)) ([725c0bc](725c0bc)) ### 🔧 Miscellaneous * **deps:** bump claude-code 2.1.148 -> 2.1.158 ([#183](#183)) ([f3f1cb6](f3f1cb6)) * **deps:** bump infer CLI v0.117.0 -> v0.117.1, infer-action v0.9.1 -> v0.11.1 ([#181](#181)) ([029a3e5](029a3e5)) ### ✅ Miscellaneous * add typescript-agent-ai example and document TS support ([#179](#179)) ([8532df6](8532df6))
Contributor
|
🎉 This PR is included in version 0.41.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Centralized-config changes in one PR:
.github/workflows/infer.ymlas a thin caller of the org reusable workflowinference-gateway/.github/.github/workflows/infer.yml@v0.3.2,wiring the
@inferbot (inference-gateway/infer-action) into this repo.inferpin (.flox/env/manifest.toml) tov0.116.0(the latestinference-gateway/clirelease) andrefreshes
.flox/env/manifest.lock..infer/config withinfer init --overwrite --skip-migrationsusing that CLI.
Setup lives centrally, so future moves (action bump, model, tool scope, CLI version) are a
re-run of
migrate-infer.ymlinstead of a hand-edit per repo.Ran in CI (mirrors
bump-adl.yml):inference-gateway/clipin in.flox/env/manifest.tomlto the latest releaseflox upgrade infer+flox activateto refresh.flox/env/manifest.lockflox activate -- infer init --overwrite --skip-migrationsto regenerate.infer/Notes
@infermentions in issues / issue comments. The reusable workflow pinsinference-gateway/infer-action@v0.9.1and defaults the model todeepseek/deepseek-v4-flash.set), configured in
repos.yaml(the entry'sorchestrators.inferblock).@inferGitHub App (INFER_APP_ID/INFER_APP_PRIVATE_KEY) installed onthis repo plus the provider API-key secrets; both reach the reusable workflow via
secrets: inherit.Filed by migrate-infer.yml.