Copilot CLI v1.0.13-1: Timeline Rewind & Faster Startup

Copilot CLI 1.0.13-1 adds granular conversation rewinding, improves MCP registry reliability, and speeds up startup with V8 caching.

Copilot CLI v1.0.13-1: Timeline Rewind & Faster Startup

TL;DR

  • Rewind conversations to any point in history with /rewind or double-Esc timeline picker
  • MCP registry lookups now more reliable with automatic retries
  • CLI startup faster thanks to V8 compile caching

New

  • /rewind and double-Esc timeline picker — Jump back to any point in your conversation history instead of just the previous snapshot, giving you finer control over conversation state.

Improved

  • MCP registry lookups — Automatic retries and request timeouts make registry operations more reliable and resilient to transient failures.
  • CLI startup performance — V8 compile cache reduces parse and compile time on repeated invocations, so the CLI boots faster on subsequent runs.

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

Source: Copilot CLI