agent-tools: bump Claude Code pin 2.1.198 → 2.1.220 (opus alias → Opus 5) #245
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/coding-lab#245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Agents spawned with model
opusrun Opus 4.8 instead of the newly released Opus 5. Root cause: the alias→model mapping ships inside the Claude Code binary, and the agent-tools image pins CLAUDE_CODE_VERSION=2.1.198 (built before Opus 5 existed). Lab's own provider catalog is family-alias based (opus[1m]) by design, so no Go change is needed — only the image pin.Verified against release artifacts:
claude-opus-5— bumping to stable would NOT fix this.aliases:{opus:{default:"claude-opus-5"}}andlatest_per_family.opus = claude-opus-5.Fix: bump versions.env to 2.1.220 + its linux-x64-musl sha256 from the per-version manifest, after the ADR-0051 compat re-verification. Static/bundle + in-container CLI probes for the compat record pass on 2.1.220 (details in the compat.md note); the live tmux recipe suite (
LAB_COMPAT_LIVE=1 go test ./internal/compat/ -run Live -v) and the §3b credential-refresh by-hand recipe still need a dev-host run before merge.