Skip to content

docs: simplify README for native web search#12

Merged
emilsvennesson merged 1 commit intomainfrom
docs/readme-native-web-search
Apr 10, 2026
Merged

docs: simplify README for native web search#12
emilsvennesson merged 1 commit intomainfrom
docs/readme-native-web-search

Conversation

@emilsvennesson
Copy link
Copy Markdown
Owner

Summary

  • reposition the plugin as native provider-powered web search with minimal setup
  • simplify provider/support and configuration guidance, including clearer model selection order
  • tighten development docs and command section wording for readability

Copilot AI review requested due to automatic review settings April 10, 2026 21:14
@emilsvennesson emilsvennesson merged commit 7e8771e into main Apr 10, 2026
3 checks passed
@emilsvennesson emilsvennesson deleted the docs/readme-native-web-search branch April 10, 2026 21:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README to reposition the plugin as “native/provider-powered” web search with minimal setup, while simplifying guidance on supported providers, configuration, and development commands.

Changes:

  • Rewrote the introduction and “Supported providers” section to be shorter and more user-focused.
  • Simplified configuration docs into a concise "websearch" flag explanation with a clear selection order and example.
  • Tightened development instructions and simplified the commands list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# opencode-websearch

Web search plugin for [OpenCode](https://opencode.ai) that provides web search functionality using each provider's native APIs, inspired by Claude Code's WebSearch tool.
Native web search for [OpenCode](https://opencode.ai), powered by your model's built-in search capability. No extra API keys or search services required. If you're on a supported provider, it works without any extra setup.
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intro states this is powered by the model’s “built-in search capability” and that no extra API keys are required. In the implementation, OpenAI search is performed via the Responses API web_search tool (and still requires OpenAI API key or ChatGPT OAuth), so this wording can be misleading. Consider rephrasing to “provider-native web search tools” / “no additional search-specific API keys or services beyond your provider credentials.”

Copilot uses AI. Check for mistakes.
Comment on lines +11 to +13
| Anthropic | An Anthropic provider/model in OpenCode with built-in web search support |
| OpenAI / ChatGPT | OpenAI configured in OpenCode (API key or ChatGPT connected) |
| GitHub Copilot | GitHub Copilot connected in OpenCode |
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README no longer mentions that when both OpenAI API credentials and ChatGPT OAuth are available, the plugin prefers ChatGPT for OpenAI-family models unless a custom OpenAI baseURL is configured. This affects which account is billed/used and can surprise users; please document this behavior (or adjust the code if the preference is no longer intended).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants