-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
area:toolsRelates to tool usageRelates to tool usageide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Description
Before submitting your bug report
- I've tried using the "Ask AI" feature on the Continue docs site to see if the docs have an answer
- I'm not able to find a related conversation on GitHub discussions that reports the same bug
- 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:Windows 11
- Continue version:1.0.66
- IDE version:Android Studio Panda 2 | 2025.3.2, Build #AI-253.30387.90.2532.14935130, built on February 25, 2026
- Model:qwen3:30b-a3b
- config:
name: Local Config
version: 1.0.0
schema: v1
models:
- name: Qwen3-MoE
provider: ollama
model: qwen3:30b-a3b
apiBase: "http://xxx.xxx.xxx.xxx:11434"
contextLength: 65536
completionOptions:
maxTokens: 16384
numCtx: 65536
OR link to agent in Continue hub:Description
Viewing or editing source files in Android Studio with Continue does not work even for the simplest commands as it seems:
So, the command would be ls with dirPath "xxx".
Let's try that.
<tool_call> {"name": "ls", "arguments": {"dirPath":"xxx"}} </tool_call>
It never goes beyond that.
To reproduce
No response
Log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:toolsRelates to tool usageRelates to tool usageide:jetbrainsRelates specifically to JetBrains extensionRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on WindowsHappening specifically on Windows
Type
Projects
Status
Todo