pi-web-providers 3.5.0 โ 3.5.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 +0 -6
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -684,12 +684,6 @@ providers unless overridden in a provider's own `settings` block:
|
|
|
684
684
|
| `retryDelayMs` | `2000` | Initial delay before retrying |
|
|
685
685
|
| `researchTimeoutMs` | `1800000` | Maximum total time for an async `web_research` job (30 min) |
|
|
686
686
|
|
|
687
|
-
## ๐งน Uninstall
|
|
688
|
-
|
|
689
|
-
```sh
|
|
690
|
-
pi remove npm:pi-web-providers
|
|
691
|
-
```
|
|
692
|
-
|
|
693
687
|
## ๐ License
|
|
694
688
|
|
|
695
689
|
[MIT](LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-web-providers",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "Configurable web access extension for pi with per-tool provider routing and explicit provider option schemas for search, contents, quick grounded answers, and research.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -65,29 +65,29 @@
|
|
|
65
65
|
"test:watch": "vitest"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@anthropic-ai/claude-agent-sdk": "^0.3.
|
|
69
|
-
"@google/genai": "^2.
|
|
70
|
-
"@mendable/firecrawl-js": "^4.
|
|
71
|
-
"@openai/codex-sdk": "^0.
|
|
72
|
-
"@perplexity-ai/perplexity_ai": "^0.
|
|
68
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.215",
|
|
69
|
+
"@google/genai": "^2.12.0",
|
|
70
|
+
"@mendable/firecrawl-js": "^4.30.1",
|
|
71
|
+
"@openai/codex-sdk": "^0.144.6",
|
|
72
|
+
"@perplexity-ai/perplexity_ai": "^0.37.0",
|
|
73
73
|
"@tavily/core": "^0.7.6",
|
|
74
|
-
"cloudflare": "^
|
|
75
|
-
"exa-js": "^2.
|
|
76
|
-
"linkup-sdk": "^3.2.
|
|
77
|
-
"openai": "^6.
|
|
74
|
+
"cloudflare": "^7.0.0",
|
|
75
|
+
"exa-js": "^2.16.0",
|
|
76
|
+
"linkup-sdk": "^3.2.8",
|
|
77
|
+
"openai": "^6.48.0",
|
|
78
78
|
"parallel-web": "^1.1.0",
|
|
79
|
-
"valyu-js": "^2.9.
|
|
79
|
+
"valyu-js": "^2.9.2"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@biomejs/biome": "^2.4
|
|
83
|
-
"@earendil-works/pi-ai": "^0.
|
|
84
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
85
|
-
"@earendil-works/pi-tui": "^0.
|
|
86
|
-
"@types/node": "^
|
|
87
|
-
"esbuild": "^0.28.
|
|
88
|
-
"typebox": "^1.
|
|
89
|
-
"typescript": "^
|
|
90
|
-
"vitest": "^4.1.
|
|
82
|
+
"@biomejs/biome": "^2.5.4",
|
|
83
|
+
"@earendil-works/pi-ai": "^0.80.10",
|
|
84
|
+
"@earendil-works/pi-coding-agent": "^0.80.10",
|
|
85
|
+
"@earendil-works/pi-tui": "^0.80.10",
|
|
86
|
+
"@types/node": "^26.1.1",
|
|
87
|
+
"esbuild": "^0.28.1",
|
|
88
|
+
"typebox": "^1.3.6",
|
|
89
|
+
"typescript": "^7.0.2",
|
|
90
|
+
"vitest": "^4.1.10"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@earendil-works/pi-coding-agent": "*",
|