gentle-ai v1.36.0 — Codex native parity
Brings Codex up to parity with the other agents and makes its configuration first-class.
Highlights
- Context7 MCP for Codex — now injected as
[mcp_servers.context7]into~/.codex/config.toml(previously skipped for TOML-based agents). - Codex bumped to 0.137.0 (latest stable).
- SDD model-selection profiles —
~/.codex/sdd-strong.config.toml,sdd-mid, andsdd-cheap, model-agnostic viamodel_reasoning_effort, usable withcodex --profile <name>. - Multi-agent SDD (default-on) — writes
features.multi_agent = trueplusagents.max_threads/max_depth. The Codex orchestrator delegates SDD phases viaspawn_agent/wait_agent(passingreasoning_effortwithfork_turns: "none") and falls back to solo execution when the tools are unavailable. - TUI per-phase model picker — pick a Codex SDD preset (Low-cost / Recommended / Powerful, tied to ChatGPT Plus $20 / Pro $100 / Pro $200) at install time and from the Configure-models menu.
Install
brew upgrade gentle-aiv1.36.1 additionally includes the native SDD status dispatcher (#750). Prefer v1.36.1 for the complete set.