@juicesharp/rpiv-web-tools 0.1.0 → 0.1.2

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
@@ -31,14 +33,6 @@ First match wins:
31
33
  1. `BRAVE_SEARCH_API_KEY` environment variable
32
34
  2. `apiKey` field in `~/.config/rpiv-web-tools/config.json`
33
35
 
34
- ## Migration from rpiv-pi ≤ 0.3.0
35
-
36
- If you configured a Brave API key while rpiv-pi bundled this tool, it lived
37
- at `~/.config/rpiv-pi/web-tools.json`. The new plugin reads
38
- `~/.config/rpiv-web-tools/config.json` only — run `/web-search-config` once
39
- to re-enter your key, or continue using the `BRAVE_SEARCH_API_KEY` env var
40
- (which takes precedence and keeps working unchanged).
41
-
42
36
  ## License
43
37
 
44
38
  MIT
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.2",
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",