continue icon indicating copy to clipboard operation
continue copied to clipboard

Inline edit is broken (Jetbrains 1.0.13, VS Code 1.0.7)

Open lephuongbg opened this issue 6 months ago • 5 comments

Before submitting your bug report

Relevant environment info

- OS:
- Continue version: 1.0.13
- IDE version: Pycharm 2025.1
- Model: 
- config:
  
name: config
version: 0.0.1
models:
  - name: Gemini 2.0 Flash Lite (LiteLLM)
    provider: openai
    model: gemini-2.0-flash-lite
    contextLength: 1000000
    apiBase: "http://127.0.0.1:4000"
    roles:
      - chat
      - edit
      - apply
    defaultCompletionOptions:
      contextLength: 1000000

Description

On version v1.0.13, inline edit mode no longer work. There is no model selection show up in the inline popup, and API call to AI provider returns error.

Image

Image

Reverting to version 1.0.8 by manually dowloading from Jetbrains marketplace makes the feature work again.

To reproduce

No response

Log output


lephuongbg avatar Apr 23 '25 05:04 lephuongbg