v0.6.0
Release date: 2026-05-10
Added
- Added Node.js and npm to the sandbox runtime image so workspace tasks can run JavaScript tooling inside the sandbox (#287).
- Added a
check-confidencecommand for confidence review handoffs (835ec12). - Added project sub-agent model profile metadata and Settings indicators so delegated agents can use configured saved profiles (65dd03b).
- Added Settings preview dialogs for installed skills and agents (dd6e600).
- Added gitignore-aware workspace file mention scanning, scan-state reporting, and Composer file suggestion UX (c4b0ed6).
- Added
$skilltag completions and validated skill/file highlighting in chat timelines and Composer input (438f3e4).
Changed
- Converted
create-taskfrom a slash command into a project skill for task-card creation workflows (e82a30b). - Normalized command frontmatter and override handling for project command catalogs (c34d872).
- Renamed and compressed local project sub-agents while preserving orchestrated plan/review/fix/commit behavior (b99aea9, 4bb6635).
- Refined mention highlight styling and orchestrate command documentation for clearer web and local workflows (533e60b, d344b1e).
Fixed
- Fixed ask-user panel autofocus and separator styling so suggestion navigation works immediately (a339399).
- Fixed validated skill chip lookup limits for larger skill catalogs (24882fc).
- Centered the Composer interrupt/send tooltip target (8554853).
- Fixed file highlight scan retry behavior while the workspace index is still scanning (d991ae9).
- Replaced a deprecated Composer submit event type with the supported React event type (a3b6055).