Releases: github/copilot-cli
Releases · github/copilot-cli
0.0.384
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
/cdas an alias for/cwdcommand - 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
2026-01-14
- Add support for GPT-5.2-Codex model
- Add
--config-dirflag to override default configuration directory location
0.0.382-0
Pre-release 0.0.382-0
0.0.381
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
/newas an alias for/clearcommand - Shell mode history navigation now filters by prefix - typing
!gitand pressing up arrow cycles only through previous git commands
0.0.380
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
--agentflag 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
Pre-release 0.0.378-2
0.0.378-1
Pre-release 0.0.378-1
0.0.378-0
Pre-release 0.0.378-0
0.0.377
2026-01-08
- Large file messages now encourage incremental reading with view_range instead of discouraging all reading
0.0.376
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