-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
area:toolsRelates to tool usageRelates to tool usageide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionos:macHappening specifically on MacHappening specifically on Mac
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 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: macOS
- Continue version:1.1.71
- IDE version: VS Code 1.102.3 (Universal)
- Model: qwen/qwen3-coder-30b
- config:
name: Local Assistant
version: 1.0.0
schema: v1
models:
- name: LM Studio
provider: lmstudio
apiBase: http://192.168.0.45:6970/v1
capabilities:
- tool_use
model: qwen/qwen3-coder-30b
roles:
- chat
- edit
- apply
- name: Nomic Embed Text
provider: lmstudio
model: nomic-ai/nomic-embed-text-v1.5-GGUF
roles:
- embed
context:
- provider: code
- provider: docs
- provider: diff
- provider: terminal
- provider: problems
- provider: folder
- provider: codebase
OR link to assistant in Continue hub:Description
I’m trying to use the new Qwen3 Coder 30B model locally with Continue.dev via LM Studio. While the model loads and responds, it seems that tool call requests (e.g., run_terminal_command, grep_search) are not handled, the tool call structure is printed out literally instead of being executed.
It looks like the plugin doesn’t recognize or properly handle tool call outputs from this model. Would be great to add support for Qwen3 Coder 30B as it performs well and supports function/tool calling.
Let me know if any debug logs or configs would help. Thanks for the awesome project!
To reproduce
No response
Log output
tudragon154203, Pizzaschachtel, rkuovc, ikiruneo, teekayvidlet and 5 more
Metadata
Metadata
Assignees
Labels
area:toolsRelates to tool usageRelates to tool usageide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:enhancementIndicates a new feature request, imrovement, or extensionIndicates a new feature request, imrovement, or extensionos:macHappening specifically on MacHappening specifically on Mac
Type
Projects
Status
In Progress