@panda-agent/panda-cli 0.1.19 → 0.1.20

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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@panda-agent/panda-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
- "description": "Panda CLI (Ink). pandacli;cwd 为工作区默认。发版前 npm run release:pack(含 panda-ink + bundle;rg 由 optional @panda-agent/ripgrep-* 或 PATH)。",
5
+ "description": "Panda CLI (Ink). pandacli;cwd 为工作区默认。发版前 npm run release:pack(含 vendor/panda-ink 内 build + bundle;rg 由 optional @panda-agent/ripgrep-* 或 PATH)。",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "panda": "bin/pandacli.mjs",
@@ -34,9 +34,11 @@
34
34
  "pack:install": "bash ./scripts/pack-install-global.sh",
35
35
  "verify:global-install": "bash ./scripts/verify-global-install.sh",
36
36
  "prepublishOnly": "npm run sync:version && npm run vendor:panda-ink && npm run build && npm run verify:pack-contents",
37
+ "prebuild": "node ./scripts/ensure-vendored-panda-ink.mjs",
37
38
  "build": "node ./scripts/dedupe-react-for-cli.mjs && node ./scripts/build-cli-bundle.mjs",
38
- "predev": "node ./scripts/ensure-vendored-panda-ink.mjs && npm run build",
39
+ "predev": "npm run build",
39
40
  "dev": "npm run predev && npm run start",
41
+ "prestart": "node ./scripts/ensure-vendored-panda-ink.mjs",
40
42
  "start": "node ./scripts/dedupe-react-for-cli.mjs && node --max-old-space-size=16384 ./dist/panda-cli-ink.bundle.mjs",
41
43
  "build:cli-bundle": "npm run build",
42
44
  "prestart:cli-ink": "npm run predev",
@@ -51,6 +53,7 @@
51
53
  "bidi-js": "^1.0.3",
52
54
  "chalk": "^5.4.1",
53
55
  "cli-boxes": "^3.0.0",
56
+ "cli-highlight": "^2.1.11",
54
57
  "code-excerpt": "^4.0.0",
55
58
  "diff": "^8.0.3",
56
59
  "emoji-regex": "^10.4.0",
@@ -63,6 +66,7 @@
63
66
  "indent-string": "^5.0.0",
64
67
  "lodash-es": "^4.17.21",
65
68
  "lru-cache": "^11.3.3",
69
+ "marked": "^18.0.2",
66
70
  "ollama": "^0.5.18",
67
71
  "openai": "^6.16.0",
68
72
  "panda-ink": "file:./vendor/panda-ink",
@@ -87,6 +91,10 @@
87
91
  "zustand": "^5.0.12"
88
92
  },
89
93
  "devDependencies": {
94
+ "@babel/core": "^7.29.0",
95
+ "@babel/plugin-syntax-jsx": "^7.28.6",
96
+ "@babel/plugin-syntax-typescript": "^7.28.6",
97
+ "babel-plugin-react-compiler": "^1.0.0",
90
98
  "esbuild": "^0.27.2"
91
99
  },
92
100
  "optionalDependencies": {