-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
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 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: MacOS Tahoe
- Continue version: 1.2.4
- IDE version: 1.104.1
- Model: Gemini-2.5 Flash
- config:
name: Local Agent
version: 1.0.0
schema: v1
models:
- name: OpenRouter Gemini 2.5 Flash
provider: openrouter
model: google/gemini-2.5-flash
roles:
- chat
- edit
- apply
- autocomplete
apiBase: https://openrouter.ai/api/v1
OR link to agent in Continue hub:
Description
Hi there.
I am new to here. I use OpenRouter as the backend then the chat
and edit
works fine, but the autocomplete
does not pop out the candidate code even from Continue Debug Console it shows Gemini has already replied code, as shown in the following image:

I've tried reccommed troubleshooting approchs that mentioned in the doc but it does not help. Hope someone could help me. Thank in advance.
To reproduce
No response
Log output
And I also tried to use Continue in Jetbrains Pycharm and it does not work either. Here is the log:
Code: undefined
Error number: undefined
Syscall: undefined
Type: aborted
wze: The operation was aborted.
at I (/snapshot/continue/binary/out/index.js:8055:16904)
at AbortSignal.u (/snapshot/continue/binary/out/index.js:8055:17091)
at [nodejs.internal.kHybridDispatch] (node:internal/event_target:645:20)
at AbortSignal.dispatchEvent (node:internal/event_target:587:26)
at abortSignal (node:internal/abort_controller:292:10)
at AbortController.abort (node:internal/abort_controller:322:5)
at suA.cancel (/snapshot/continue/binary/out/index.js:8456:2845)
at auA._createListenableGenerator (/snapshot/continue/binary/out/index.js:8456:3583)
at auA.getGenerator (/snapshot/continue/binary/out/index.js:8456:4055)
at getGenerator.next (<anonymous>)
Metadata
Metadata
Assignees
Labels
area:autocompleteRelates to the auto complete featureRelates to the auto complete featureide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
Todo