Skip to content

Releases: github/copilot-cli

0.0.384

16 Jan 06:41
f6a1b0d

Choose a tag to compare

2026-01-16

  • Add & prefix shortcut for delegating prompts to run in background (equivalent to /delegate)
  • Tab completion cycles correctly based on typed prefix, not completed text
  • Allow users to configure the reasoning effort for gpt models
  • MCP servers now start correctly for custom agents
  • Shell commands now display error output when they fail
  • Fixed bug causing model call failures after compaction in some scenarios
  • Login flow respects OAuth slow_down interval and includes debug logging
  • Custom agent discovery now follows symbolic links to agent definition files
  • Add additional prompting for custom agent delegation
  • Add /cd as an alias for /cwd command
  • Files created by the CLI are available for @-mention
  • Enable extended thinking for Anthropic Claude models
  • Screen reader mode shows static text instead of animated spinners during login
  • Selecting 'approve for session' now auto-approves pending parallel permission requests of the same type
  • Reasoning view setting persists across sessions
  • Provide clearer error messages when repository is not found or access is denied
  • Inject repo memories in the prompt and add memory storage tool to remember facts across sessions
  • Show delay time when Copilot reads shell output with a delay
  • Support proxy URLs without scheme (e.g., localhost:9999)

0.0.382

14 Jan 19:27

Choose a tag to compare

2026-01-14

  • Add support for GPT-5.2-Codex model
  • Add --config-dir flag to override default configuration directory location

0.0.382-0

13 Jan 22:37

Choose a tag to compare

0.0.382-0 Pre-release
Pre-release

Pre-release 0.0.382-0

0.0.381

13 Jan 18:58

Choose a tag to compare

2026-01-13

  • Add --allow-all and --yolo flags to enable all permissions at once
  • Ghost text and tab completion show correct alias when typing slash commands like '/q' for '/quit'
  • Add /new as an alias for /clear command
  • Shell mode history navigation now filters by prefix - typing !git and pressing up arrow cycles only through previous git commands

0.0.380

13 Jan 02:45

Choose a tag to compare

2026-01-13

  • Retrieving models handles network errors from firewalled routes gracefully, raises errors appropriately
  • Bash command text aligns with output in timeline events
  • Large output hints now suggest appropriate tools for different content types including JSON
  • The --agent flag now works in interactive mode
  • Provide inline feedback when rejecting tool permission requests so agents don't have to stop due to denying permissions
  • web-fetch tool now rejects file:// URLs and suggests using view tool instead
  • Terminal escape sequences no longer appear as text input
  • Auto-compaction runs in background without blocking the conversation.
  • Abort signals now propagate to sub-agents, allowing task cancellation to stop all nested agent work
  • Custom agent tool aliasing for the task tool
  • Allow reading files >10MB when using view_range parameter
  • Sessions with large conversation history load faster on startup
  • Send messages while Copilot is thinking to steer or queue

0.0.378-2

13 Jan 00:03

Choose a tag to compare

0.0.378-2 Pre-release
Pre-release

Pre-release 0.0.378-2

0.0.378-1

12 Jan 18:13

Choose a tag to compare

0.0.378-1 Pre-release
Pre-release

Pre-release 0.0.378-1

0.0.378-0

09 Jan 17:30

Choose a tag to compare

0.0.378-0 Pre-release
Pre-release

Pre-release 0.0.378-0

0.0.377

08 Jan 23:01

Choose a tag to compare

2026-01-08

  • Large file messages now encourage incremental reading with view_range instead of discouraging all reading

0.0.376

08 Jan 15:06

Choose a tag to compare

2026-01-08

  • Loading remote sessions using GraphQL ID or session picker
  • Task tool subagents can now process images
  • Downgrading CLI version no longer requires manually clearing downloaded packages
  • Large tool outputs are written to disk and models are encouraged to use efficient search tools