Added
- Add /settings options to opt in to context management tools for agents and subagents
Improved
- Reduce metadata scanning time for large local session histories, with increased thread and memory use
Fixed
- End and Ctrl+E move the cursor to the true end of a wrapped line, so typing or Ctrl+K no longer edits one character early inside a long word or URL. On such a line the landing spot is the wrap boundary, so pressing End or Ctrl+E again advances to the end of the next visual row
--share=~/notes.mdnow writes the exported session to your home directory instead of creating a folder named~in the current directory- Modified chords such as Ctrl+X, Alt+X or capital X no longer trigger the /tasks letter shortcuts; only unmodified a, f, x, r, b, j and k respond. Enter, Escape, the arrow keys and Ctrl+G / Ctrl+P / Ctrl+N are unaffected
- Scheduled prompts show an error when they fail at runtime
- CLI retries image prompts without images when providers reject image-limit requests
- Authenticated model lists refresh after startup auth hydration
- MCP servers no longer fail to load when the CLI is connected to a running IDE. The in-process IDE bridge was rejected by config validation, which failed the plugin reload and restricted the session
copilot initnow removes the.githubdirectory it created when the run exits without writing an instructions file.- MCP turns continue even if tool list refresh fails after a tool change
- MCP servers keep correct workspace source labels after trusting a folder
- An editor or shell that leaves mouse tracking on no longer leaves your terminal reporting clicks, during the session or after the CLI exits
- The /permissions picker marks Allow all when --allow-all-tools, --allow-all-paths and --allow-all-urls are all set
- Resumed sessions show completed reasoning as Thought instead of Thinking…
- copilot --help describes the --no-* options again, and --no-auto-update says it runs the version bundled in the binary. --no-auto-login and --no-sandbox stay supported but remain hidden from help, as they were before the clap port
- Restore keyboard input and screen output on macOS and Linux when you return from an external editor that reset the terminal