What's the working GitHub Copilot Chat version for code-server v4.111.0 in March 2026? #7714
Unanswered
WeBeautifulNow
asked this question in
Q&A
Replies: 1 comment
-
|
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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