- Added
mediumverbosity mode to/config, betweenhighandlow, which groups related tool calls and thoughts into concise summaries (such asExplored N files) while keeping commands and responses visible; the Verbosity setting and each option now describe what they show - Improved Mermaid diagram and LaTeX rendering in the artifact viewer on Kitty-compatible terminals: artifacts are pre-rendered in the background so diagrams appear as soon as the viewer opens, images are uploaded once at a smaller size, and zooming with
Ctrl+=/Ctrl+-no longer flickers between the old and new sizes - Improved the artifact viewer footer by combining the separate top and bottom hints into one
g/G top/bottomentry, labelingmwith the view it switches to (diagram, LaTeX, ASCII, or raw), and fixing hints that contain arrow symbols wrapping onto a new line too early - Improved terminal sandbox behavior so the agent asks to bypass the sandbox less often: it now knows sandboxed commands can read and write its own artifact and scratch directories, and it tries the sandbox first even after an earlier command needed a bypass
- Changed the step title of commands that exit with a non-zero code from
ErroredtoFailed - Changed how directory entries in
skills.json,rules.json,agents.json, andplugins.jsonare scanned: an entry now loads only the items directly inside the directory, the same as a.agents/skills/folder, instead of recursively loading everything beneath it; to load a nested item, name it ininclude_only, for example{"path": "shared_skills", "include_only": ["category/my-skill"]} - Fixed pressing
Escwhile the suggestions dropdown is open interrupting the agent's turn; it now closes the dropdown, and a secondEscinterrupts - Fixed Mermaid diagrams and LaTeX leaving a blank gap inside
tmuxor GNUscreenwhen the outer terminal supports Kitty graphics; the CLI now falls back to ASCII diagrams unless images actually reach the terminal, andCLI_GRAPHICS=kittystill forces image mode for setups with image passthrough configured - Fixed headless (
-p/--prompt) runs that streamed part of a response and then ended on a model or agent error exiting with code 0; they now exit with code3and print theAGY_ERRORline, and JSON error output includes the partial response, while multi-turnstream-jsonsessions still warn and continue - Fixed machines set up with the old Remote Control installer script crash-looping after an upgrade; when the CLI is launched by that deprecated background service it now unregisters the service and points to
remote-control startinstead of restarting repeatedly - Fixed files that subagents write inside their own Git worktree being treated as artifacts, which demanded artifact metadata and left
.metadata.jsonfiles in the worktree; subagent worktrees now live under aworktrees/directory in the app data directory