Copilot CLI v1.0.11-1: Session & Hook Fixes

Copilot CLI 1.0.11-1 fixes session management and extension hook conflicts. /clear now fully abandons sessions, and multiple extension hooks merge properly.

Copilot CLI v1.0.11-1: Session & Hook Fixes

TL;DR

  • /clear now fully abandons sessions instead of backgrounding them
  • Extension hooks from multiple sources now merge correctly
  • sessionStart hook context is properly injected into conversations

Improved

  • /clear command behavior — Now abandons the current session entirely instead of backgrounding it, while /new starts a fresh conversation and keeps the old session in the background

Fixed

  • Extension hook merging — Hooks from multiple extensions now merge correctly instead of overwriting each other or conflicting with hooks.json entries
  • sessionStart hook context — additionalContext from sessionStart hooks is now properly injected into the conversation

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

Source: Copilot CLI