feat: add Codex model tiers (spark/bolt) + reasoning_effort threading#304
Merged
feat: add Codex model tiers (spark/bolt) + reasoning_effort threading#304
Conversation
- Add spark (gpt-5.3-codex-spark) and bolt (gpt-5.4) tiers to ModelTier - Add bolt-light/bolt-medium/bolt-pro aliases that encode reasoning_effort - Thread reasoning_effort through AgentRequest → ResolvedAgent → dispatch → AgentOptions → CLI argv - Route gpt-*/codex-* models to codex backend automatically - Update tests for new model aliases and reasoning effort resolution Closes #271, closes #272, closes #273 Co-Authored-By: Claude Opus 4.6 <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.
Summary
spark(gpt-5.3-codex-spark) andbolt(gpt-5.4) tiers toModelTierin grid.zigbolt-light/bolt-medium/bolt-proaliases that encode reasoning_effort automaticallyreasoning_effortthroughAgentRequest→ResolvedAgent→dispatch→AgentOptions→ CLI argv (--reasoning-effort)gpt-*/codex-*models to codex backend automaticallyCloses #271, closes #272, closes #273
Test plan
zig build testpasses (resolve tests cover bolt/spark/effort aliases)run_agentwithmodel: "bolt-pro"routes to codex backend with--reasoning-effort highmodel: "spark"resolves togpt-5.3-codex-sparkon codex backend🤖 Generated with Claude Code