pi-web-search 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +3 -9
  2. package/run.sh +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-search",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Web search and content analysis extension for pi, powered by Gemini API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,15 +24,9 @@
24
24
  "url": "https://github.com/ttttmr/pi-web-search/issues"
25
25
  },
26
26
  "homepage": "https://github.com/ttttmr/pi-web-search#readme",
27
- "scripts": {
28
- "build": "tsc",
29
- "prepublishOnly": "npm run build"
30
- },
31
- "dependencies": {
32
- "@mariozechner/pi-coding-agent": "^0.51.5",
33
- "@sinclair/typebox": "^0.32.15"
34
- },
35
27
  "devDependencies": {
28
+ "@mariozechner/pi-coding-agent": "^0.51.5",
29
+ "@sinclair/typebox": "^0.32.15",
36
30
  "typescript": "^5.0.0",
37
31
  "@types/node": "^20.0.0"
38
32
  },
package/run.sh DELETED
@@ -1,9 +0,0 @@
1
- pi --no-skills --no-extensions -e ./src/index.ts --models "google-antigravity/*" '搜索今天btc价格'
2
- pi --no-skills --no-extensions -e ./src/index.ts --models "google-gemini-cli/*" '搜索今天btc价格'
3
- pi --no-skills --no-extensions -e ./src/index.ts --models "google/*" '搜索今天btc价格'
4
-
5
- pi --no-skills --no-extensions -e ./src/index.ts --provider google-antigravity --model claude-sonnet-4-5 '搜索今天btc价格'
6
- # ok
7
- pi --no-skills --no-extensions -e ./src/index.ts --provider google-gemini-cli --model gemini-3-flash-preview '搜索今天btc价格'
8
- # ok
9
- pi --no-skills --no-extensions -e ./src/index.ts --provider google --model gemini-2.5-flash '搜索今天btc价格'