v0.18.0
Release date: 2026-06-20
Added
- Added default compression for shell tool stdout/stderr plus an explicit
compressioninput to opt out when raw output is needed (bc6ea0bc). - Added a project
code-reviewersub-agent and includescode-quality-reviewerin default init installs (bc929ba8, dd23f938).
Changed
- Simplified built-in project sub-agent files to frontmatter-driven command routing and allowed reviewer/fixer/planner agents to use shell where their command workflows need validation or inspection (bc929ba8).
Internal
- Added
codetool-shellas the bounded shell output compression helper and expanded shell/provider/tool-runtime coverage for compression defaults, opt-out behavior, validation errors, fallback paths, timeouts, and truncation (bc6ea0bc).