Copilot Chat v0.33.2025110702: Agent & Auth Fixes
Copilot Chat v0.33.2025110702 cleans up agent conditionals, improves auth error messages, and fixes activation blocker restoration.
TL;DR
- Removed conditional `when` statements from cloud/CLI agents for cleaner execution
- Improved auth handling with permissiveSessionAuth context tracking and better error messages
- Fixed activation blocker restoration on authentication
New
- PermissiveSessionAuth context tracking — Cloud agent now tracks and reacts to permissiveSessionAuth as a context key for better auth state management
- Better 422 error handling — Cloud agent now returns more useful error messages for 422 responses instead of generic failures
Fixed
- Cloud/CLI agents conditional logic — Removed `when` statements that were unnecessarily gating agent behavior
- Auth rejection handling — Cloud agent now properly handles rejection responses for authPermissionPrompted prompts
- Activation blockers — Restored proper activation blocker restoration on auth completion
Update via VS Code extensions or npm install @microsoft/vscode-copilot-chat@0.33.2025110702
Source: Copilot Chat