Before submitting your bug report
Relevant environment info
- OS: macOS, Apple Silicon (M3, arm64)
- Continue version: 2.0.0
- IDE version: VS Code 1.137.0
- Ollama version: 0.34.0
- Model: qwen3-coder:30b
- Provider: Ollama (local)
- Mode: Agent
- search_web permission: Automatic
- fetch_url_content permission: Ask First
- config:
name: Main Config
version: 1.0.0
schema: v1
models:
- name: Qwen3 Coder 30B
provider: ollama
model: qwen3-coder:30b
Description
Expected behavior
The search_web tool should return current web search results to the local model so it can answer using up-to-date information.
Actual behavior
Continue indicates that it attempted to use search_web, but no usable search results are returned. The model then reports that it cannot perform the web search.
To reproduce
Steps to reproduce
- Configure a local Ollama model in Continue:
models:
- name: Qwen3 Coder 30B
provider: ollama
model: qwen3-coder:30b
-
Open Continue in VS Code.
-
Switch to Agent mode.
-
Confirm that search_web is enabled and set to Automatic.
-
Enter the following prompt:
Search the web for the latest stable version of Python and tell me the version number and release date. Use web search rather than relying on your existing knowledge.
- Continue attempts to invoke
search_web, but the search fails to return usable results.
Screenshot
Continue attempted to search the web for "latest stable Python version number release date":
Log output
N/A — Continue 2.0.0 does not expose a "Continue: View Logs" command in my VS Code installation, and no dedicated Continue output channel appears under View → Output.
Before submitting your bug report
Relevant environment info
Description
Expected behavior
The
search_webtool should return current web search results to the local model so it can answer using up-to-date information.Actual behavior
Continue indicates that it attempted to use
search_web, but no usable search results are returned. The model then reports that it cannot perform the web search.To reproduce
Steps to reproduce
Open Continue in VS Code.
Switch to Agent mode.
Confirm that
search_webis enabled and set to Automatic.Enter the following prompt:
search_web, but the search fails to return usable results.Screenshot
Continue attempted to search the web for
"latest stable Python version number release date":Log output