@juicesharp/rpiv-web-tools 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,6 +4,8 @@ Pi extension that registers the `web_search` and `web_fetch` tools, backed by
4
4
  the Brave Search API. Also ships `/web-search-config` for interactive API
5
5
  key configuration.
6
6
 
7
+ ![Brave Search API key prompt](https://raw.githubusercontent.com/juicesharp/rpiv-web-tools/main/docs/config.jpg)
8
+
7
9
  ## Installation
8
10
 
9
11
  pi install npm:@juicesharp/rpiv-web-tools
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-web-tools",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pi extension: web_search + web_fetch via the Brave Search API",
5
5
  "keywords": ["pi-package", "pi-extension", "rpiv", "web-search", "brave"],
6
6
  "type": "module",