fix(acp): mirror Claude Opus 5 models from software-agent-sdk - #320
Open
nicolasdmolina wants to merge 2 commits into
Open
fix(acp): mirror Claude Opus 5 models from software-agent-sdk#320nicolasdmolina wants to merge 2 commits into
nicolasdmolina wants to merge 2 commits into
Conversation
Relabel opus[1m] to Claude Opus 5 (1M), add claude-opus-5 pin, and refresh the Sonnet alias label to Sonnet 5 so Agent Canvas matches the SDK registry.
Merged
5 tasks
Author
|
@neubig The mirror now matches the final labels from merged OpenHands/software-agent-sdk#4326, and the ACP drift check plus focused client validation pass locally. Could you review and approve the fork workflow run when convenient? |
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
Mirrors the final Claude Code ACP model registry from OpenHands/software-agent-sdk#4326, which is merged.
opus[1m]→ Claude Opus (1M)sonnet→ Claude Sonnethaiku→ Claude Haikuclaude-opus-5pin → Claude Opus 5default_model: opus[1m]The short aliases are provider- and account-dependent, so version-neutral labels avoid going stale; the explicit
claude-opus-5entry remains available for users who want to pin Opus 5.Agent Canvas reads this registry via
@openhands/typescript-client, so this mirror keeps the model picker aligned with the merged SDK behavior.Test plan
scripts/check-acp-drift.pymatches merged SDK #4326 (merge commitabeb884c)npm ci(includes the TypeScript build)npx prettier --check src/models/acp-providers.jsonnpm test -- --runInBand src/__tests__/acp-providers.test.ts