Skip to content

Feature Request: Support Qwen3 Coder 30B Local Model for Tool Calls #6913

@desugar-64

Description

@desugar-64

Before submitting your bug report

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.

Image

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

Metadata

Metadata

Labels

area:toolsRelates to tool usageide:vscodeRelates specifically to VS Code extensionkind:enhancementIndicates a new feature request, imrovement, or extensionos:macHappening specifically on Mac

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions