Added `mcp` subcommands (`add`, `remove`, `list`, `enable`, `disable`) for managing MCP servers in your user-level `mcp_config.json` without hand-editing it, covering both stdio and HTTP servers through `--type`, `--env` and `--header`.
- Improved `@` file path completion in large workspaces by running the lookup through the bundled `ripgrep` and debouncing keystrokes, and by ranking a file whose name matches your query above a directory or generated artifact that merely contains it.
- +16 more changes
Read the full release noteHide the full release note
- Added
mcpsubcommands (add,remove,list,enable,disable) for managing MCP servers in your user-levelmcp_config.jsonwithout hand-editing it, covering both stdio and HTTP servers through--type,--envand--header. - Improved
@file path completion in large workspaces by running the lookup through the bundledripgrepand debouncing keystrokes, and by ranking a file whose name matches your query above a directory or generated artifact that merely contains it. - Improved
/effortso it adjusts reasoning effort for Gemini 3.6 Flash and Gemini 3.7 Flash when you sign in with a Gemini API key, a route that previously reported those models as not adjustable even though the same models were adjustable on every other sign-in path. - Fixed links printing as raw escape sequences on terminals that do not implement OSC 8 hyperlinks, such as Terminal.app, and extended the same detection to command output and alert bodies, which still emitted hyperlinks unconditionally.
- Fixed a
=character accumulating in the prompt every couple of seconds on terminals that do not implement the Kitty keyboard protocol, where the renderer's periodic re-arming of that protocol was
Excerpt ends here — this release continues at the source ↗.