continue icon indicating copy to clipboard operation
continue copied to clipboard

Continue plugin freezes

Open rkocri opened this issue 2 months ago • 1 comments

Before submitting your bug report

Relevant environment info

- OS: Win11
- Continue version: 1.0.48
- IDE version: IntelliJ IDEA 2025.2 (Ultimate Edition)
- Model: GPT-5
- config:
  
name: Local Assistant
version: 1.0.0
schema: v1
models:
  - uses: openai/gpt-5
    with:
      OPENAI_API_KEY: sk-proj-XXX
  - uses: openai/gpt-4.1
    with:
      OPENAI_API_KEY: sk-proj-XXX
  - uses: openai/o3
    with:
      OPENAI_API_KEY: sk-proj-XXX
  - uses: openai/gpt-4.1-mini
    with:
      OPENAI_API_KEY: XXX
  - uses: openai/gpt-4.1
    with:
      OPENAI_API_KEY: sk-proj-XXX
  - uses: openai/o3
    with:
      OPENAI_API_KEY: sk-proj-XXX
  - uses: openai/gpt-4.1-mini
    with:
      OPENAI_API_KEY: sk-proj-XXX
context:
  - provider: code
  - provider: docs
  - provider: diff
  - provider: terminal
  - provider: problems
  - provider: folder
  - provider: codebase

  
  OR link to agent in Continue hub:

Description

When working with continue, it freezes from time to time without any hint in the log. I need to restart the IDE to make it work again ...

To reproduce

No response

Log output


rkocri avatar Nov 04 '25 11:11 rkocri

I noticed that it happens since one session file grew above 100.000KB - when I remove it, the plugin is responsive again. I also tried to split it, but als then the plugin freezes. It freezes slightly before reaching this limit. Actually at 98.000KB.

rkocri avatar Nov 06 '25 17:11 rkocri

Do you mean the session.json file grew to 100,000kb? Or you had file in the project of 100,000kb?

uinstinct avatar Nov 18 '25 13:11 uinstinct

Yes - the session file grows toward 100.000KB ... it freezes after reaching around 93.000.

rkocri avatar Nov 18 '25 16:11 rkocri

#8085

Hakenadu avatar Nov 19 '25 09:11 Hakenadu

trying to gather some more insights: how long was the conversation? were there more than 10 user messages in the conversation?

uinstinct avatar Nov 19 '25 10:11 uinstinct