Skip to content

feat: add Codex model tiers (spark/bolt) + reasoning_effort threading#304

Merged
justrach merged 1 commit intomainfrom
feat/codex-model-tiers-reasoning-effort
Mar 6, 2026
Merged

feat: add Codex model tiers (spark/bolt) + reasoning_effort threading#304
justrach merged 1 commit intomainfrom
feat/codex-model-tiers-reasoning-effort

Conversation

@justrach
Copy link
Copy Markdown
Owner

@justrach justrach commented Mar 6, 2026

Summary

  • Add spark (gpt-5.3-codex-spark) and bolt (gpt-5.4) tiers to ModelTier in grid.zig
  • Add bolt-light / bolt-medium / bolt-pro aliases that encode reasoning_effort automatically
  • Thread reasoning_effort through AgentRequestResolvedAgentdispatchAgentOptions → CLI argv (--reasoning-effort)
  • Route gpt-* / codex-* models to codex backend automatically
  • Update resolve tests for new aliases and effort resolution

Closes #271, closes #272, closes #273

Test plan

  • zig build test passes (resolve tests cover bolt/spark/effort aliases)
  • Manual: run_agent with model: "bolt-pro" routes to codex backend with --reasoning-effort high
  • Manual: model: "spark" resolves to gpt-5.3-codex-spark on codex backend

🤖 Generated with Claude Code

- 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>
@justrach justrach merged commit 1e6f656 into main Mar 6, 2026
1 check passed
@justrach justrach deleted the feat/codex-model-tiers-reasoning-effort branch March 6, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant