Skip to content

tool_call error in Android Studio #11964

@bernd-roth

Description

@bernd-roth

Before submitting your bug report

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:toolsRelates to tool usageide:jetbrainsRelates specifically to JetBrains extensionkind:bugIndicates an unexpected problem or unintended behavioros:windowsHappening specifically on Windows

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions