Skip to content

Add web search / fetch capability to Wave AI #3277

@habagat

Description

@habagat

Wave AI currently lacks any internet access. It can only read local files and terminal scrollback. Adding a tool for web search or URL fetching would enable:

Real-time lookup of docs, package versions, error solutions
Cross-referencing local data with current online info
Troubleshooting without leaving the terminal

Suggested tool signature:

web_search(query: str, max_results?: int) → list of snippets/URLs
fetch_url(url: str) → extracted text content

Notes: Rate limiting, opt-in confirmation, and source citation would be nice to have. This complements the existing local-read-only tools and makes Wave AI a self-contained assistant.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions