v0.14.0
Release date: 2026-06-17
Added
- Added the
/code-quality-reviewcommand and code-quality reviewer sub-agent for focused maintainability review workflows (7c65cb4f). - Added Headroom-backed shell output compression so large command outputs stay compact while preserving shell status and truncation fields (2cb4cd50).
Changed
- Updated
/fix-reviewand/code-quality-reviewguidance with clearer review criteria and full-file scope for explicit filenames and paths (2b189034, 125ce6d3, 6ae3e7ea). - Split the ChatGPT Codex WebSocket transport from backend orchestration for more maintainable subscription-provider behavior (d217d64b).
- Renamed ChatGPT and GitHub Copilot subscription provider labels to remove parenthesized suffixes consistently across the CLI, docs, and web settings (5e48d388).
- Updated starter agent template memory guidance so generated agents rely on preloaded workspace memory instead of rereading it (#315).
Fixed
- Fixed GitHub Copilot Responses tool follow-ups by replaying local history instead of sending unsupported
previous_response_idvalues (8514fd1d). - Fixed maintenance cleanup for large SQLite purge batches that previously exceeded SQLite variable limits (eb8ff17c).
- Preserved OpenAI-compatible prompt cache usage details from generic chat-completions responses in token accounting (9e4b950e).
- Updated Starlette to 1.0.1 to include its malformed Host header URL handling fix (#313).