test(cli): include Opus 5 in provider expectations#2425
Merged
boudra merged 1 commit intoJul 25, 2026
Conversation
10 tasks
Paramstr
added a commit
to Paramstr/paseo
that referenced
this pull request
Jul 25, 2026
Brings in the one commit on upstream/main since the v0.2.1 merge (test(cli): include Opus 5 in provider expectations, getpaseo#2425). Test-only, matches the Opus 5 manifest already in the fork. No conflicts. Verified: typecheck 0, lint 0. Not built per request; CLI test itself runs in CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Linked issue
Closes #2424.
Type of change
What does this PR do
The Claude model manifest now contains 12 entries after Opus 5 was added, but the CLI provider integration test still expected 11. That made
cli-tests (shard 2/3)fail deterministically before it could verify the remaining provider commands.This updates the CLI expectations to:
claude-opus-5as the latest releaseclaude-opus-4-8as the previous releaseThe change is limited to the stale provider-test expectations.
How did you verify it
Before the change, I built the server stack and ran
packages/cli/tests/15-provider.test.ts. The Claude assertion failed with:After the change, I ran the same provider test with the CI-pinned Codex CLI (
@openai/codex@0.105.0), OpenCode, and an isolatedCODEX_HOME. All 11 provider command tests passed, including the Claude catalog assertion.I also ran:
Lint completed with 0 warnings and 0 errors.
Checklist
npm run typecheckpassesnpm run lintpassesnpm run formatran (Biome)