continuedev / continuedev/continue
Multi code-server share the Continue history
Open
@RomneyDa is already working on this.
Since Mar 17, 2025.
kind:bug
needs-triage
os:linux
- Dominant language
- TypeScript
- Stars
- 36k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
Before submitting your bug report
- 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: ubuntu
- Continue version: 1.1.9
- IDE version: code-server v4.10.1
- Model: Qwen2.5-Coder-1.5B
- config:
{
"models": [
{
"title": "Llama CPP",
"provider": "llama.cpp",
"model": "Qwen2.5-Coder-1.5B",
"apiBase": "http://10.222.24.65:8080"
}
],
"tabAutocompleteModel": {
"title": "Llama CPP",
"provider": "llama.cpp",
"model": "Qwen2.5-Coder-1.5B",
"apiBase": "http://10.222.24.65:8080"
},
"contextProviders": [
{
"name": "code",
"params": {}
},
{
"name": "docs",
"params": {}
},
{
"name": "diff",
"params": {}
},
{
"name": "terminal",
"params": {}
},
{
"name": "problems",
"params": {}
},
{
"name": "folder",
"params": {}
},
{
"name": "codebase",
"params": {}
}
],
"slashCommands": [
{
"name": "share",
"description": "Export the current chat session to markdown"
},
{
"name": "cmd",
"description": "Generate a shell command"
},
{
"name": "commit",
"description": "Generate a git commit message"
}
],
"data": []
}
OR link to assistant in Continue hub:
Description
In code-server client A, I try to request Continue to write a flask server in python, then I find the same request showed in another code-server client B. As the picture shows
To reproduce
No response
Log output
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.