Copilot Chat v0.33.2025110305: CLI Edits & Git Context
Copilot Chat v0.33.2025110305 brings CLI edit persistence, Git context for commits, and worktree support. Internal refactoring improves session handling and code quality.
TL;DR
- Copilot CLI edits now display when resuming sessions
- Git context now includes repository and branch names for commit messages
- Worktree support added for working directory handling
New
- Display Copilot CLI edits on session resume — CLI-generated edits now show up when you pick up a conversation where you left off.
- Git context in commit generation — Commit message generation now includes repository and branch name context for better suggestions.
- Worktree working directory support — Added support for Git worktrees in working directory handling.
- Enable Copilot from chat extension — Copilot can now be enabled directly from the chat extension interface.
Fixed
- Regex vs literal text clarity — Search result messages now better distinguish between regex patterns and literal text.
- Tool calls property normalization — Fixed tool calls property normalization and stream options handling for non-streaming responses.
- Replay file parsing — Corrected replay file parsing logic and added unit tests for reliability.
- Unsupported codex tool filtering — Removed unsupported codex tool types from processing.
Internal
- Copilot CLI Agent refactor — Removed Copilot CLI Agent manager and introduced ICopilotCLISession interface for cleaner architecture.
- Code cleanup — Eliminated duplicated code and simplified request logger.
- Session status updates — Improved session status tracking for Copilot sessions.
- Prompts service — Added IPromptsService interface and improved prompt handling in editor.
Update via VS Code extensions or npm install @vscode/copilot-chat@0.33.2025110305.
Source: Copilot Chat