@paean-ai/zero-cli 0.8.0 → 0.9.0

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 (3) hide show
  1. package/README.md +35 -15
  2. package/dist/_cli.js +1061 -1061
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paean-ai/zero-cli",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Zero - AI coding agent CLI for Anthropic-protocol LLM APIs (Anthropic Claude, Google Gemini, Zhipu GLM, Alibaba Qwen, DeepSeek, and more)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -14,8 +14,8 @@
14
14
  "NOTICE"
15
15
  ],
16
16
  "scripts": {
17
- "build": "bun run build.ts",
18
- "build:publish": "ZERO_BUILD_PUBLISH=1 bun run build.ts",
17
+ "build": "NODE_ENV=production bun run build.ts",
18
+ "build:publish": "NODE_ENV=production ZERO_BUILD_PUBLISH=1 bun run build.ts",
19
19
  "build:compile": "bun run build-compile.ts",
20
20
  "dev": "bun run src/entrypoints/cli.tsx",
21
21
  "start": "bun run dist/cli.js",