logancyang_obsidian-copilot/src/settings
Emt-lin 5bfb6fb6f5
fix: Github Copilot add streaming support and improve robustness (#2113)
- Add streaming response with SSE parsing (eventsource-parser)
- Add Accept: text/event-stream header and content-type validation
- Add empty output detection to prevent silent failures
- Unify token expiry logic between getAuthState() and getValidCopilotToken()
- Add proper resource cleanup with reader.cancel()
- Add request cancellation handling in GitHubCopilotAuth component
- Extract HTTP_STATUS_MESSAGES constant
- Remove fallback mechanism for simpler error handling
2026-01-15 11:31:48 -08:00
..
v2 fix: Github Copilot add streaming support and improve robustness (#2113) 2026-01-15 11:31:48 -08:00
model.test.ts feat: Add comprehensive system prompt management system. (#1969) 2026-01-13 21:38:17 -08:00
model.ts feat: simplify diff views to side-by-side and split modes with word-level highlighting (#2108) 2026-01-14 15:03:48 -08:00
providerModels.ts feat: add GitHub Copilot integration with improved robustness (#2110) 2026-01-14 15:01:47 -08:00
SettingsPage.tsx Merge 3.1.0 preview (#1906) 2025-10-10 21:38:50 -07:00