Merge dev → main: agent-harness refresh + Opus 4.7 / GPT-5.5 model bumps#1200
Merged
zbigniewsobiecki merged 1 commit intomainfrom Apr 25, 2026
Merged
Merge dev → main: agent-harness refresh + Opus 4.7 / GPT-5.5 model bumps#1200zbigniewsobiecki merged 1 commit intomainfrom
zbigniewsobiecki merged 1 commit intomainfrom
Conversation
…e dropdowns (#1199) Add the latest Anthropic and OpenAI models to the dashboard engine pickers: - Claude Code: Opus 4.7, plus the 1M-context variants for Opus 4.7, Opus 4.6, and Sonnet 4.6 (using the canonical `[1m]` suffix syntax documented by Anthropic). - Codex: GPT-5.5. Also wire pricing metadata for the new model IDs (`claude-opus-4-7` = $5/$25 per Anthropic's current pricing — Opus pricing dropped vs the 4.1/4.5 generation; `gpt-5.5` = $5/$30 per OpenAI's published rates), and a conservative rate-limit profile for Opus 4.7 mirroring the existing Opus tier-1 throttle (50 RPM, 10K TPM). Defaults stay unchanged (Sonnet 4.5 for Claude Code, GPT-5.4 for Codex) to keep this PR additive. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Test plan
🤖 Generated with Claude Code