v0.0.26
What's new
- Codex model tiers:
spark(gpt-5.3-codex-spark) andbolt(gpt-5.4) added to ModelTier - bolt aliases:
bolt-light/bolt-medium/bolt-proencode reasoning effort automatically - reasoning_effort threading: new field flows through AgentRequest → ResolvedAgent → dispatch → CLI (
--reasoning-effort) - Cross-provider routing:
gpt-*/codex-*models auto-route to codex backend
What's Changed
- docs: improve README with badges, nav links, better quick start, and contributing section by @justrach in #302
- docs: add DevSwarm title back to hero by @justrach in #303
- feat: add Codex model tiers (spark/bolt) + reasoning_effort threading by @justrach in #304
- chore: bump version to 0.0.26 by @justrach in #305
Full Changelog: v0.0.25...v0.0.26