@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 +2 -8
- package/docs/config.jpg +0 -0
- package/package.json +1 -1
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
|
+

|
|
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
|
package/docs/config.jpg
ADDED
|
Binary file
|
package/package.json
CHANGED