zencode-cli 0.2.1 → 0.2.3

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,56 +1,56 @@
1
- {
2
- "name": "zencode-cli",
3
- "version": "0.2.1",
4
- "description": "极简 CLI AI 编程工具 - 用最少的提示词,让模型把全部能力集中在编程本身",
5
- "type": "module",
6
- "bin": {
7
- "zencode": "./dist/bin/zencode.js"
8
- },
9
- "files": [
10
- "dist",
11
- "README.md",
12
- "DESIGN.md"
13
- ],
14
- "scripts": {
15
- "build": "tsup",
16
- "dev": "tsx bin/zencode.ts",
17
- "prepublishOnly": "tsup",
18
- "test": "vitest run",
19
- "test:watch": "vitest"
20
- },
21
- "engines": {
22
- "node": ">=18"
23
- },
24
- "keywords": [
25
- "ai",
26
- "coding",
27
- "cli",
28
- "deepseek",
29
- "qwen",
30
- "openai"
31
- ],
32
- "license": "MIT",
33
- "dependencies": {
34
- "@inkjs/ui": "^2.0.0",
35
- "chalk": "^5.3.0",
36
- "commander": "^12.1.0",
37
- "diff": "^7.0.0",
38
- "glob": "^11.0.0",
39
- "ink": "^5.2.1",
40
- "marked": "^14.1.0",
41
- "marked-terminal": "^7.2.0",
42
- "openai": "^4.73.0",
43
- "ora": "^8.1.0",
44
- "react": "^18.3.1",
45
- "yaml": "^2.6.0"
46
- },
47
- "devDependencies": {
48
- "@types/diff": "^6.0.0",
49
- "@types/node": "^22.0.0",
50
- "@types/react": "^18.3.28",
51
- "tsup": "^8.3.0",
52
- "tsx": "^4.19.0",
53
- "typescript": "^5.6.0",
54
- "vitest": "^2.1.0"
55
- }
56
- }
1
+ {
2
+ "name": "zencode-cli",
3
+ "version": "0.2.3",
4
+ "description": "极简 CLI AI 编程工具 - 用最少的提示词,让模型把全部能力集中在编程本身",
5
+ "type": "module",
6
+ "bin": {
7
+ "zencode": "./dist/bin/zencode.js"
8
+ },
9
+ "files": [
10
+ "dist",
11
+ "README.md",
12
+ "DESIGN.md"
13
+ ],
14
+ "scripts": {
15
+ "build": "tsup",
16
+ "dev": "tsx bin/zencode.ts",
17
+ "prepublishOnly": "tsup",
18
+ "test": "vitest run",
19
+ "test:watch": "vitest"
20
+ },
21
+ "engines": {
22
+ "node": ">=18"
23
+ },
24
+ "keywords": [
25
+ "ai",
26
+ "coding",
27
+ "cli",
28
+ "deepseek",
29
+ "qwen",
30
+ "openai"
31
+ ],
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "@inkjs/ui": "^2.0.0",
35
+ "chalk": "^5.3.0",
36
+ "commander": "^12.1.0",
37
+ "diff": "^7.0.0",
38
+ "glob": "^11.0.0",
39
+ "ink": "^5.2.1",
40
+ "marked": "^14.1.0",
41
+ "marked-terminal": "^7.2.0",
42
+ "openai": "^4.73.0",
43
+ "ora": "^8.1.0",
44
+ "react": "^18.3.1",
45
+ "yaml": "^2.6.0"
46
+ },
47
+ "devDependencies": {
48
+ "@types/diff": "^6.0.0",
49
+ "@types/node": "^22.0.0",
50
+ "@types/react": "^18.3.28",
51
+ "tsup": "^8.3.0",
52
+ "tsx": "^4.19.0",
53
+ "typescript": "^5.6.0",
54
+ "vitest": "^2.1.0"
55
+ }
56
+ }