-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed as not planned
Labels
area:applyarea:context-providersRelates to context providersRelates to context providerside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorstale
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- 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 11
- Continue version: 1.0.17
- IDE version: VS v 1.102.0
- Model:
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: Claude 4 Sonnet
provider: anthropic
model: claude-sonnet-4-20250514
apiKey: mySonnetApikey
roles:
- chat
- edit
- apply
defaultPromptBehavior:
maxSteps: 1
interruptAfterEachStep: true
- name: Claude 3.5 Sonnet
provider: anthropic
model: claude-3-5-sonnet-latest
apiKey: mySonnetApikey
- name: Openai
provider: openai
model: gpt-4o
roles:
- chat
- edit
- apply
apiKey: myOpenaiApikey
- name: DeepseekR1
provider: openai
model: deepseek-chat
apiBase: https://api.deepseek.com/v1
apiKey: myDeepseekApikey
roles:
- chat
- edit
- apply
- name: DeepSeekCoder
provider: openai
model: deepseek-coder
apiBase: https://api.deepseek.com/v1
apiKey: myDeepseekApikey
roles:
- chat
- edit
- apply
# Modèle optimisé pour l’autocomplétion de code
- name: Codestral
provider: mistral
model: codestral-latest
roles:
- autocomplete # suggestions inline uniquement
apiKey: myMistralApikey
# Modèle optimisé pour l’autocomplétion de code
- name: CodestralEmbed
provider: mistral
model: codestral-embed
roles:
- embed # suggestions inline uniquement
apiKey: myMistralApikey
# Modèle d’édition / refactor
- name: OpenaiEmbedding
provider: openai
model: text-embedding-3-large
roles:
- embed # diff et application patch
apiKey: myOpenaiApikey
- name: OpenaiReRank
provider: openai
model: gpt-4o
roles:
- rerank
apiKey: myOpenaiApikey
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
- provider: web # ← nouveauté : recherche générique
params:
n: 5 # max 5 résultats (optionnel)Description
Hi team,
I'm Olivier from France
I'm encountering issues after upgrading to Continue v1.0.17 on VS Code. Specifically:
- The "Apply" button becomes unresponsive after a code suggestion.
- Adding files via the @ icon (context selector) throws a VS Code error.
- token limitations for all models are blocked on 8 k and I receive an error message
- Issues disappear when I downgrade to version 1.0.16.
My setup:
- Using DeepSeek API (
deepseek-coder) withcontextLength: 128000manually set in config.yaml. - Custom config loads properly in 1.0.16 and everything works as expected.
Can you confirm if this is a known regression?
Thanks for your amazing tool!
To reproduce
No response
Log output
Metadata
Metadata
Assignees
Labels
area:applyarea:context-providersRelates to context providersRelates to context providerside:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviorstale
Type
Projects
Status
Done