Copilot adapter error appears even when using only Anthropic/OpenAI adapters #2262
Unanswered
alejandrorusso
asked this question in
Q&A
Replies: 1 comment
-
Can you reproduce this with the minimal.lua provided in the repo? There's no reason for Copilot to be called at all. Everytime a http request is made when
Btw, you can just set the API key to be |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve been using CodeCompanion successfully with Anthropic (Claude) and OpenAI adapters for a while, but recently I’ve started seeing this error:
I’m not using Copilot at all — only Anthropic and OpenAI — and this setup used to work perfectly before recent updates. The closest related issue I found is [discussion #874](#874), but following its advice didn’t fix it for me.
I’ve confirmed:
enabled = false
)Here’s my current config (simplified):
I’ve tried:
copilot = false
under bothadapters
andadapters.http
Yet the “Copilot Adapter: No token found” error keeps showing up on every launch.
Has anyone else run into this since recent updates?
Any pointers or known fixes would be hugely appreciated!
Thanks a lot for your time and for maintaining this awesome plugin 🙌
Beta Was this translation helpful? Give feedback.
All reactions