What's the working GitHub Copilot Chat version for code-server v4.111.0 in March 2026? #7714
Replies: 3 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.
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