What's the working GitHub Copilot Chat version for code-server v4.111.0 in March 2026? #7714
Replies: 4 comments 1 reply
-
|
Update: Tested multiple version combinations After extensive testing, I found an interesting pattern: ✅ Working (2023):
❌ Not Working (2025+):
Question for the community: Is there a fundamental incompatibility between code-server and Copilot versions with agent mode (Feb It appears that all Copilot versions released after agent mode require VS Code APIs that code-server If this is a known limitation, what's the recommended approach:
Thanks for any insights! |
Beta Was this translation helpful? Give feedback.
-
|
@code-asher could you help on this? thanks a lot |
Beta Was this translation helpful? Give feedback.
-
|
Partially Working - Seeking Better Version Combination I found this combination partially works on code-server v4.102.0-rc.1: code-server: v4.102.0-rc.1 What works: Chat responses, agent mode (editAgent), code generation Issues:
Questions 1. Is there a more stable/newer version combination that works better on code-server? I'd like to use a more recent version if Any insights would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
I ran into this same thing last year - code-server's VS Code version drift kills Copilot compatibility. The navigator global error and missing API proposals are red flags that the VS Code version gap is too big. v4.111.0 is ancient compared to what Copilot Chat expects now. Your best bet: downgrade code-server to v4.20.x. That's the last version where Copilot Chat v0.11.1 worked reliably before agent mode existed. If you need agent mode, you're stuck waiting for code-server to catch up - v4.112+ is supposed to close the gap but no ETA. Alternatively, try code-server v4.109.2 with Copilot Chat v0.37.20260130 - that combo was stable for me when I needed older features. The navigator fix won't help here; it's a deeper API mismatch. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get GitHub Copilot Chat working on code-server v4.111.0 (VS Code 1.111.0) but
hitting multiple issues. Looking for a confirmed working combination.
Environment:
Combinations tried:
- Error: API proposals not found (chatDebug@3, chatHooks@6, etc.)
- Error: No default agent registered
- Result: Shows "Pre-Release version not supported" warning
VS Code 1.111)
- Error: API proposals not found (chatDebug@2, chatHooks@6, etc.)
- Error: navigator is now a global in nodejs
- Error: No default agent registered
- Result: Chat setup fails
- Same errors as above
Attempted fixes:
Questions:
I need the newer Copilot features (agent mode, Claude models) for production use. Any
guidance would be appreciated!
References:
Can't install 'GitHub Copilot Chat' extension. microsoft/vscode#302590
Beta Was this translation helpful? Give feedback.
All reactions