Continue plugin freezes
Before submitting your bug report
- [x] 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
- [x] I'm not able to find an open issue that reports the same bug
- [x] I've seen the troubleshooting guide on the Continue Docs
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
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.
Do you mean the session.json file grew to 100,000kb? Or you had file in the project of 100,000kb?
Yes - the session file grows toward 100.000KB ... it freezes after reaching around 93.000.
#8085
trying to gather some more insights: how long was the conversation? were there more than 10 user messages in the conversation?