- Improved
/mcppanel navigation so up and down arrow keys strictly navigate between MCP servers and plugins, left and right arrow keys cycle available actions, andEscexits action mode or the panel. - Fixed duplicate agent entries appearing in the
/agentspicker when an agent with the same name is discovered across multiple configuration sources or plugins. - Fixed tool initialization and agent startup failing when launched from an inaccessible or deleted working directory by using absolute URI schemes for in-memory parameter schemas.
- Fixed headless CLI invocations with piped standard output or standard error hanging on exit by setting
FD_CLOEXECon the preserved streams so child processes do not keep the caller's pipes open. - Fixed MCP configuration parsing failing when
mcp_config.jsoncontains single-line (//) comments, multi-line (/* */) comments, or trailing commas. - Fixed orphaned annotation files accumulating in local storage when deleting conversations.
- Fixed
/btwside questions in conversations with an active/goalbeing forced to continue and making unintended tool calls.