Bump Claude Code pin to 2.1.207 for Claude Fable 5 support#258
Open
weishi-imbue wants to merge 1 commit into
Open
Bump Claude Code pin to 2.1.207 for Claude Fable 5 support#258weishi-imbue wants to merge 1 commit into
weishi-imbue wants to merge 1 commit into
Conversation
Bumps Dockerfile ARG, setup_system.sh default, and the [agent_types.claude].version provisioning pin. Pairs with the mngr PR that bumps CLAUDE_CODE_VERSION in the release Dockerfile and adds claude-fable-5 to the LiteLLM proxy. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
lgtm except for one required follow up change, see slack |
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.
Bumps the pinned Claude Code version 2.1.160 → 2.1.207 (latest release; supports the Claude Fable 5 model) at all three sites that must agree:
Dockerfile—ARG CLAUDE_CODE_VERSIONscripts/setup_system.sh—CLAUDE_CODE_VERSIONdefault.mngr/settings.toml—[agent_types.claude].version(the provisioning-time pin; agents refuse to start if the installed binary diverges)vendor/mngris intentionally untouched (auto-synced by other tooling).Verification
Verified end-to-end together with the companion PR: a dev-tier env deployed from the companion branch ran a real
claude -p --model claude-fable-5through the LiteLLM proxy successfully on Claude Code 2.1.207.Merge coordination
Companion PR: imbue-ai/mngr#2437 (release Dockerfile pin +
claude-fable-5in the LiteLLM proxy). The mngr release testtest_claude_code_version_matches_default_workspace_template_pinrequires the two pins to match — merge both together.🤖 Generated with Claude Code