Copilot Chat v0.33.2025102406: NES & CLI Fixes
Long-distance NES refinements, live collaborators sync, and CLI terminal fixes in this maintenance release.
TL;DR
- Long-distance NES improvements with token limit overrides and bug fixes
- Collaborators list now live-synced in PR cache checks
- CLI terminal handling fixes for npm and PowerShell
New
- Token limit override for current file — long-distance NES can now override token limits when needed for larger files
- Boolean argument support — added support for boolean type arguments in tool invocations
- Argument hints in Plan mode — Plan mode now displays argument hints for better visibility
- View tool invocation format — improved formatting for view tool invocations
Fixed
- Long-distance NES with labelOnlyWithEdit — resolved edge case where NES failed with label-only edits
- Fast edit cursor behavior — disabled emitFastEditAtCursor for long-distance NES to prevent unintended edits
- Live collaborators in PR cache — collaborators list now syncs live instead of using stale cache data
- Deep link URI handling — fixed deep links when opening new URIs
- Copilot CLI npm detection — improved terminal handling when npm is not found
- PowerShell CLI launch — added delay to fix Copilot CLI startup in PowerShell environments
Update via VS Code extensions or npm install -g @github/copilot-cli for CLI updates.
Source: Copilot Chat