Skip to content

v5.10.0 - GPT-5.6-aware dispatch routing

Choose a tag to compare

@SUNRNEHUI SUNRNEHUI released this 13 Jul 09:14
· 17 commits to main since this release

Highlights

  • Add GPT-5.6-aware Codex routing: use gpt-5.6-luna with low reasoning for simple sub-agents, escalate to Terra/Sol by task complexity, risk, and context.
  • Add bounded fan-out, depth-one nesting, task-local worker context, compact reports, and truthful fallback when model controls are unavailable.
  • Add machine-readable token budget state with actual/estimated/unknown accounting, exhaustion blockers, and accepted-state validation.
  • Make Superpowers-style methods optional and risk-triggered, avoiding default TDD/review/worktree ceremony on low-risk work.
  • Update bilingual docs, runtime packaging, eval cases, and release metadata to v5.10.0.

Validation

  • python3 scripts/test_runtime_behavior.py - 23/23 PASS
  • python3 scripts/tdd_gate_check.py workspace/5-6-strategy-optimization/tdd_trace.jsonl - PASS
  • python3 scripts/package_skill.py --verify-source - PASS
  • python3 scripts/sync_version.py - PASS
  • Python compilation, JSON validation, and git diff --check - PASS

Notes

This release does not claim numeric token or cost savings; representative end-to-end GPT-5.6 A/B benchmarking remains a follow-up. The release tag points to the published branch commit while PR #3 remains draft for maintainer review.