Back
AI summary
Written by AI from the official notes. Check them for exact details.New features include a custom agent selection flag and in-file keyword search, along with various bug fixes.
- Added
--agentflag for custom agent selection at launch. - Introduced in-file keyword search for easier artifact navigation.
- Improved handling of nested subagents and tool confirmations.
- Changed default project name to
CLI Projectfor clarity. - Fixed Jujutsu viewer defects for better workspace management.
Why it matters: Users of Gemini and Antigravity should care for enhanced navigation and improved functionality in their workflows.
Full release notes12 changes
Added --agent flag, in-file keyword search for artifacts, recursive subagent updates, and Jujutsu workspace diff fixes.
- Added the
--agentflag andagent/agentssubcommand, allowing users to select a custom agent at launch and list available agents. - Added in-file keyword search (
/) and jump navigation (n/N) to the artifact detail viewer, allowing users to find and cycle through matches without disrupting terminal escape sequences or image grids. - Added support for displaying nested subagents (grandchild and deeper) and handling tool confirmation requests across all subagent depths by recursively relaying nested subtrajectory updates to the root conversation.
- Changed the default mode to respect write_file permissions allowlisted in
settings.jsonunderpermission.allow, so pre-approved file writes no longer prompt for review. - Changed the default name for the newly initialized project to
CLI Projectfor clearer workspace identification. - Improved the session exit output by placing the resume command on its own line, making it easier to copy and paste in terminals and tools like tmux.
- Fixed print mode (
--print/-p) silently exiting with a success code and empty output when a request failed server-side, now writing the error to stderr and returning a non-zero exit code. - Fixed
agy -phanging when run inside a shell script or subprocess by no longer reading stdin when a prompt is provided via a flag. - Fixed a data race on the
/btwcancellation function. - Fixed interactive
/diffviewer defects in Jujutsu (jj) workspaces by correctly prioritizing.jjover.gitin colocated repos, fixing commit hash regex boundaries, and correctly highlighting active@graph nodes. - Fixed workspace-local hooks defined in
/.agents/hooks.jsonnot loading after trusting a folder by reloading hooks whenever workspaces change. - Fixed misaligned markdown tables containing file links in chat output.