Skip to content

chore(deps): bump claude-code 2.1.148 -> 2.1.158#20

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

chore(deps): bump claude-code 2.1.148 -> 2.1.158#20
edenreich merged 1 commit into
mainfrom
bot/centralize-claude-workflow

Conversation

@ghost

@ghost ghost commented Jun 3, 2026

Copy link
Copy Markdown

Summary

Centralized-config changes in one PR:

  1. Adds/updates .github/workflows/claude.yml as a thin caller of the org reusable workflow
    inference-gateway/.github/.github/workflows/claude.yml@v0.6.1,
    wiring the @claude bot (anthropics/claude-code-action) into this repo.
  2. Bumps this repo's Flox claude-code pin (.flox/env/manifest.toml) to
    2.1.158 (the latest flox catalog version) and
    refreshes .flox/env/manifest.lock.

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

Ran in CI:

  • sed the claude-code.version floor in .flox/env/manifest.toml to the latest catalog version
  • moved claude-code into its own pkg-group = "claude-code" so its bumped floor resolves
    independently of co-resident packages (sharing the default ai group with codex made
    the constraints unsatisfiable)
  • flox upgrade claude-code to refresh .flox/env/manifest.lock

Note: claude-code is a flox catalog package (nixpkgs mirror), not a GitHub release,
so the latest version is read from flox show claude-code. No .claude/ config is
regenerated (claude-code has no init step).

Notes

  • --effort is max — the prior ultracode value was invalid and failed the claude CLI at
    argument-parse time (valid: low|medium|high|xhigh|max).
  • Tools = a shared default (Bash(task:*),Bash(gh:*),Bash(git:*)) + the language preset +
    this repo's extras, configured in repos.yaml (the entry's orchestrators.claude block).
  • If this repo previously narrowed gh scope or used a quirky tool list, that is preserved
    via allowed-tools; otherwise the list is normalized (e.g. a stray Bash(go:*) on a
    non-Go repo is dropped).

Filed by migrate-claude.yml.

@ghost ghost added the ci label Jun 3, 2026
@edenreich edenreich merged commit eeb796b into main Jun 3, 2026
@edenreich edenreich deleted the bot/centralize-claude-workflow branch June 3, 2026 15:29
github-actions Bot pushed a commit that referenced this pull request Jun 6, 2026
## [0.7.0](v0.6.3...v0.7.0) (2026-06-06)

### ✨ Features

* add reasoning_format as explicit parameter to create_chat_completion methods ([#34](#34)) ([c2ea888](c2ea888))

### 🐛 Bug Fixes

* correct docker run -e syntax in examples/README.md ([#33](#33)) ([9c756d9](9c756d9)), closes [#27](#27)
* derive __version__ from package metadata to prevent drift ([#30](#30)) ([c150560](c150560))
* make streaming delta content optional ([#31](#31)) ([1c6c533](1c6c533))

### 👷 CI

* centralize claude.yml via reusable workflow ([#13](#13)) ([d0df597](d0df597))
* centralize claude.yml via reusable workflow ([#14](#14)) ([f50da35](f50da35))
* centralize infer.yml + bump infer CLI and sync .infer config ([#17](#17)) ([126c41f](126c41f))
* centralize infer.yml + sync .infer config ([#16](#16)) ([b1166ff](b1166ff))
* centralize infer.yml via reusable workflow ([#15](#15)) ([4c9a38d](4c9a38d))
* **infer:** centralize infer.yml + bump infer CLI and sync .infer config ([#18](#18)) ([7ae73a6](7ae73a6))

### 🔧 Miscellaneous

* **deps:** bump claude-code 2.1.148 -> 2.1.158 ([#20](#20)) ([eeb796b](eeb796b))
* **deps:** bump codex 0.133.0 -> 0.135.0 ([#23](#23)) ([d20f9a2](d20f9a2))
* **deps:** bump infer CLI v0.117.0 -> v0.117.1, infer-action v0.9.1 -> v0.11.1 ([#19](#19)) ([7377902](7377902))
* **deps:** bump infer CLI v0.117.1 -> v0.119.0, infer-action v0.11.2 -> v0.11.4 ([#24](#24)) ([ecc2634](ecc2634))
* **deps:** bump infer-action v0.11.1 -> v0.11.2 ([#22](#22)) ([c348db4](c348db4))
* **flox:** add missing manifest.lock file ([ad15f9f](ad15f9f))
* trim requirements.txt to runtime dependencies only ([#32](#32)) ([0c95d4c](0c95d4c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant