pikiloom 0.4.3 → 0.4.4
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikiloom",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Put the world's smartest AI agents in your pocket. Command local Claude & Gemini via IM. | 让最好用的 IM 变成你电脑上的顶级 Agent 控制台",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,8 @@
|
|
|
31
31
|
"dev": "bash scripts/dev.sh",
|
|
32
32
|
"command": "set -ae && . ./.env && set +a && tsx src/cli/run.ts",
|
|
33
33
|
"build:dashboard": "vite build --config dashboard/vite.config.ts",
|
|
34
|
-
"
|
|
34
|
+
"clean": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\"",
|
|
35
|
+
"build": "npm run clean && npm run build:dashboard && tsc",
|
|
35
36
|
"prepack": "npm run build",
|
|
36
37
|
"test": "vitest run",
|
|
37
38
|
"test:watch": "vitest"
|