fix(ai): improve GitHub Copilot OAuth polling (#1994)

This commit is contained in:
Ben Hayden
2026-03-09 13:15:17 -06:00
committed by GitHub
parent aaeb2d8208
commit fd0c7c3bdb
3 changed files with 227 additions and 12 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed GitHub Copilot device-code login polling to respect OAuth slow-down intervals, wait before the first token poll, and include a clearer clock-drift hint in WSL/VM environments when repeated slow-downs lead to timeout.
## [0.57.1] - 2026-03-07
### Fixed