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.
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.