Skip to content

ci: centralize infer.yml + bump infer CLI and sync .infer config#178

Merged
edenreich merged 1 commit into
mainfrom
bot/centralize-infer-workflow
Jun 1, 2026
Merged

ci: centralize infer.yml + bump infer CLI and sync .infer config#178
edenreich merged 1 commit into
mainfrom
bot/centralize-infer-workflow

Conversation

@inference-gateway-maintainer-bot
Copy link
Copy Markdown
Contributor

Summary

Centralized-config changes in one PR:

  1. Adds/updates .github/workflows/infer.yml as a thin caller of the org reusable workflow
    inference-gateway/.github/.github/workflows/infer.yml@v0.3.2,
    wiring the @infer bot (inference-gateway/infer-action) into this repo.
  2. Bumps this repo's Flox infer pin (.flox/env/manifest.toml) to
    v0.116.0 (the latest inference-gateway/cli release) and
    refreshes .flox/env/manifest.lock.
  3. Regenerates the committed .infer/ config with infer init --overwrite --skip-migrations
    using that CLI.

Setup lives centrally, so future moves (action bump, model, tool scope, CLI version) are a
re-run of migrate-infer.yml instead of a hand-edit per repo.

Ran in CI (mirrors bump-adl.yml):

  • sed the inference-gateway/cli pin in .flox/env/manifest.toml to the latest release
  • flox upgrade infer + flox activate to refresh .flox/env/manifest.lock
  • flox activate -- infer init --overwrite --skip-migrations to regenerate .infer/

Heads-up: infer init --overwrite resets .infer/ to CLI defaults. .infer/agents.yaml
and .infer/mcp.yaml (this repo's A2A agents registry + MCP servers) are preserved
byte-for-byte; every other config file (config.yaml, prompts.yaml, keybindings.yaml,
channels.yaml, computer_use.yaml, heartbeat.yaml, shortcuts/*) is regenerated.
.infer/bin, logs, history and the conversations DB stay out via the nested
.infer/.gitignore. Review the diff before merging.

Notes

  • Triggers on @infer mentions in issues / issue comments. The reusable workflow pins
    inference-gateway/infer-action@v0.9.1 and defaults the model to deepseek/deepseek-v4-flash.
  • Tools = infer-action's default bash whitelist + the language preset (+ markdownlint where
    set), configured in repos.yaml (the entry's orchestrators.infer block).
  • Requires the @infer GitHub App (INFER_APP_ID / INFER_APP_PRIVATE_KEY) installed on
    this repo plus the provider API-key secrets; both reach the reusable workflow via
    secrets: inherit.

Filed by migrate-infer.yml.

@inference-gateway-maintainer-bot inference-gateway-maintainer-bot Bot requested a review from a team as a code owner June 1, 2026 15:26
@edenreich edenreich merged commit d2c5d3b into main Jun 1, 2026
@edenreich edenreich deleted the bot/centralize-infer-workflow branch June 1, 2026 15:34
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))
@inference-gateway-releaser-bot
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.41.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant