Copilot CLI v0.0.412-0: Cross-Session Memory & Bash Env

Copilot CLI adds experimental cross-session memory to recall past work and PRs, plus bash environment sourcing and restored keyboard shortcuts.

Copilot CLI v0.0.412-0: Cross-Session Memory & Bash Env

TL;DR

  • Cross-session memory now lets you ask about past work, files, and PRs across different sessions (experimental)
  • New --bash-env flag sources BASH_ENV in shell sessions
  • ctrl+x / shortcut restored for running commands while keeping input intact

New

  • Cross-session memory — Ask about past work, files, and PRs across sessions without losing context (experimental feature)
  • --bash-env flag — Source BASH_ENV in shell sessions for better environment handling
  • ctrl+x / shortcut — Restored alternate shortcut to run commands while preserving your input

Fixed

  • /clear now preserves agent mode (autopilot, plan, or interactive) instead of resetting it
  • MCP error messages now include the server name for easier debugging
  • Text selection in timeline no longer spills into the prompt area when dragging

Update with: npm install -g @github/copilot-cli@0.0.412-0

Source: Copilot CLI