Before submitting your bug report
Relevant environment info
## Environment
* **Continue version**: 1.3.30 (linux-x64, installed via VSIX from Open-VSX)
* **VS Code**: Remote SSH
* **OS (remote server)**: Debian GNU/Linux 12 (bookworm)
* **LLM runtime**: Ollama (remote, via HTTPS)
* **Ollama host**: RunPod Pod (GPU A100-SXM4-80GB)
* **API access**: `https://<pod-id>-11434.proxy.runpod.net`
* **Models tested**:
* `qwen3-coder:30b` (XML tool format)
* `qwen2.5-coder:32b` (JSON tool format)
---
## Continue configuration (excerpt)
models:
- name: "Qwen Agent"
provider: ollama
model: qwen2.5-coder:32b
apiBase: https://<pod-id>-11434.proxy.runpod.net
contextLength: 32768
roles: [chat]
capabilities: [tool_use]
defaultCompletionOptions:
temperature: 0.15
topP: 0.9
maxTokens: 3072
MCPs configured:
* `@filesystem`
* `@tavily`
* `@github`
Description
Summary
Agent and Plan modes do not execute tool calls when using the Ollama provider with a remote HTTPS endpoint (RunPod) in a VS Code Remote SSH environment.
The model generates valid tool calls (JSON or XML), but Continue only displays them as raw output and never executes MCP tools.
Chat mode works correctly.
To reproduce
Steps to reproduce
-
Use VS Code with Remote SSH
-
Install Continue 1.3.30 (VSIX / Open-VSX)
-
Configure Continue with provider: ollama and a remote HTTPS apiBase
-
Enable Agent or Plan mode
-
Ask the agent to use a tool, e.g.:
Utilise @filesystem pour lire src/example_module/example_file.py
Expected behavior
- Tool calls (filesystem, web, git, etc.) are intercepted and executed by Continue
- Tool results are injected back into the model context
Actual behavior
- Model generates valid tool calls (XML or JSON)
- Continue displays the raw tool call output
- No tool is executed
- Same behavior in Agent and Plan modes
Key observations
-
Same issue with two different models and two tool formats (XML + JSON)
-
Ollama API works correctly when tested directly:
/api/tags returns models
/v1/chat/completions returns valid OpenAI-style tool calls
-
Chat mode works normally
-
Switching provider to openai with the same endpoint does not fix the issue
-
Suggests a Continue Agent/Plan runtime limitation rather than a model issue
Additional issue: config schema missing
VS Code reports a persistent error:
Problems loading reference 'config-yaml-schema.json': No content
The file config-yaml-schema.json is missing from the VSIX extension directory:
~/.vscode-server/extensions/continue.continue-1.3.30-linux-x64/
This appears related to issues #5545, #6514, #7080.
Question / clarification request
- Is Agent/Plan mode officially supported with remote Ollama HTTPS endpoints?
- Is localhost Ollama currently assumed for tool execution?
- Are there known limitations with VS Code Remote SSH + Ollama?
- Can debug logs be enabled to understand why tool execution is skipped?
I can provide logs (~/.continue/dev_data/) or a minimal reproduction if helpful.
Thank you
Chat mode works great with large coding models.
Agent/Plan modes would unlock the full workflow if remote Ollama were supported.
Log output
Not available.
Continue was fully uninstalled and cleaned after extensive testing.
If needed, I can reinstall and provide fresh logs.
Before submitting your bug report
Relevant environment info
Description
Summary
Agent and Plan modes do not execute tool calls when using the Ollama provider with a remote HTTPS endpoint (RunPod) in a VS Code Remote SSH environment.
The model generates valid tool calls (JSON or XML), but Continue only displays them as raw output and never executes MCP tools.
Chat mode works correctly.
To reproduce
Steps to reproduce
Use VS Code with Remote SSH
Install Continue 1.3.30 (VSIX / Open-VSX)
Configure Continue with
provider: ollamaand a remote HTTPSapiBaseEnable Agent or Plan mode
Ask the agent to use a tool, e.g.:
Expected behavior
Actual behavior
Key observations
Same issue with two different models and two tool formats (XML + JSON)
Ollama API works correctly when tested directly:
/api/tagsreturns models/v1/chat/completionsreturns valid OpenAI-style tool callsChat mode works normally
Switching provider to
openaiwith the same endpoint does not fix the issueSuggests a Continue Agent/Plan runtime limitation rather than a model issue
Additional issue: config schema missing
VS Code reports a persistent error:
Problems loading reference 'config-yaml-schema.json': No content
The file
config-yaml-schema.jsonis missing from the VSIX extension directory:~/.vscode-server/extensions/continue.continue-1.3.30-linux-x64/
This appears related to issues #5545, #6514, #7080.
Question / clarification request
I can provide logs (
~/.continue/dev_data/) or a minimal reproduction if helpful.Thank you
Chat mode works great with large coding models.
Agent/Plan modes would unlock the full workflow if remote Ollama were supported.
Log output