v0.4.71
What's Changed
New Features
- Codex now defaults to GPT-5.6 —
gpt-5.6-solby default, withgpt-5.6-terraandgpt-5.6-lunaselectable (372K-token context), matching the latest Codex CLI. - Native
max/ultrareasoning efforts for GPT-5.6. The effort picker is now per-model —sol/terraexposemaxandultra,lunaexposesmax— and the chosen effort is sent to Codex verbatim instead of being silently clamped down toxhigh.
Internal
- Reworked effort dispatch so Codex effort tokens flow through as-is, while Claude keeps
ultraas its display alias formax+ workflow orchestration. Removed the stale legacy-drivermax→xhighclamp so the app-server receives the real reasoning level. - Bundled
@pikiloom/kernelbumped to 0.3.13.
Full Changelog: v0.4.70...v0.4.71