Skip to content

Auto complete seems does not work #7876

@stricklandye

Description

@stricklandye

Before submitting your bug report

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:

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 featureide:jetbrainsRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behavioros:macHappening specifically on Mac

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions