Skip to content

Releases: github/copilot-cli

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

0.0.375

07 Jan 16:11

Choose a tag to compare

2026-01-07

  • Add Ctrl+T to toggle reasoning summaries for supported models
  • Add --share and --share-gist flags for session sharing in non-interactive mode
  • File edits no longer hang when approving multiple concurrent edits
  • Responses with reasoning no longer cause duplicate assistant messages
  • Shutdown MCP servers after subagent execution completes
  • SVG files are now treated as text files instead of binary images
  • Fix 'Connection Error' issues due to subscription-based route used in chat completions