-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: Windows
- Continue version: 1.2.14
- IDE version: VSCode 1.103.2
- Model: claude-opus-4-5
- config:
name: Continue Config
version: 0.0.1
schema: v1
models:
- name: claude-opus-4-5
provider: anthropic
model: claude-opus-4-5
apiKey: C.....
apiBase: https://
env:
deployment: claude-opus-4-5
apiType: azure-foundry
apiVersion: 2023-06-01
capabilities:
- tool_use
- image_input
roles:
- chat
- edit
- apply
OR link to agent in Continue hub:Description
I am using claude-opus-4-5 via the Azure AI Foundry which has been working fine under continue version 1.2.11 but is now broken under 1.2.14.
I tried deleting all files, re-installing, changing the yaml config to all possible options including headers for api-key. In the end a downgrade was the only working solution...
To reproduce
install lasted continue dev
try azure foundry anthropic models
Log output
{"error":{"code":"401","message":"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource."}} {"context":"llm_stream_chat","model":"claude-opus-4-5","provider":"anthropic","useOpenAIAdapter":false,"streamEnabled":true,"templateMessages":false}Metadata
Metadata
Assignees
Labels
area:configurationRelates to configuration optionsRelates to configuration optionside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo