Skip to content

v0.0.26

Choose a tag to compare

@justrach justrach released this 06 Mar 13:18
ca6f0d6

What's new

  • Codex model tiers: spark (gpt-5.3-codex-spark) and bolt (gpt-5.4) added to ModelTier
  • bolt aliases: bolt-light / bolt-medium / bolt-pro encode 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

Closes #271, #272, #273

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