v0.11.0
Release date: 2026-05-29
Added
- Added project Python extensions for custom slash-command workflows and documented extension setup (ce116845).
- Added configurable tool visibility across CLI/model profiles/web, command and sub-agent frontmatter, and command-only
ask-usersupport (b27edaf3, 28ea6587, 602a4a1a). - Added workspace switching, WSL folder picking, and a git-aware Workspace Explorer with icons, file previews, diffs, changed-only filtering, and gitignore-aware scans (02fa5a41, 49c0dffc, 62178ad5, 6419332e).
- Added session history search and shared sidebar search styling for session/workspace panels (cfbc618e, 9d68bc65).
- Added project skill and agent enablement controls, disabled-state handling, installed-agent metadata, and tags (82fef30c, 1e4a531d).
- Added
--include-historysupport so runs can carry prior tool calls and results forward (8f7fdb21). - Added Anthropic Claude Opus 4.8 model metadata and pricing details (9fd7c44d).
- Added executable temp-mount support to sandbox containers (270db5b8).
Changed
- Reworked built-in tool availability around the consolidated
explore_workspacetool, profile/tool groups, and generated tool prompts (3294ef21, 568f28ad, b27edaf3). - Refactored the agent session runtime into focused modules and stabilized sub-agent turn summaries and parent/child working activity (63582085, ea20eabf).
- Refined web session topbar controls, run-history/usage presentation, Workspace Explorer shortcuts, settings catalog presentation, and command UI structure (3aca8446, 54a7d1f9).
- Enforced strict model profiles and allowed tool groups in local command and sub-agent definitions, and clarified
TODO.mdtask-list formatting in starter instructions (df7de95e, #307). - Simplified sub-agent instructions and updated reviewer/fixer/planner agent definitions for the current tool model (de67965b).
Fixed
- Fixed file-root reads and absolute-path handling in
explore_workspacewhile preserving workspace confinement (fae616a9, b9a8ec38). - Fixed incomplete tool-history replay, include-history behavior, sub-agent activity state, and session topbar wrapping (47b892aa, 0e58742a, 97883527, 9917a2a6).
- Fixed nondeterministic generated static app assets by aliasing duplicate Material Icon Theme SVGs (96e0f94e).
- Fixed
fix-reviewto use the reviewer profile and corrected commandallowed_toolsformatting (a340bd3a, 42ff348e). - Allowed Kanban workers to advance after recoverable tool errors (8e230fed).
- Bumped
idnafrom 3.13 to 3.15 (#305).
Removed
- Removed legacy tool and prompt assumptions in favor of
explore_workspaceand active tool-spec driven prompts (c9926757, 568f28ad). - Removed project settings notification cards and moved installed catalog metadata into preview headers (b31104b7, 75a4c7e6).
Documentation
- Reorganized customization documentation into dedicated pages for instructions, project rules, skills, commands, sub-agents, reload, MCP, and file constraints (83ff184b).
- Expanded docs for Python extensions, tool availability, model profiles, CLI/session commands, sandbox behavior, and Workspace Explorer usage (ce116845, b27edaf3, 6c21e5b3).