@chatcode/chatcode-cli 2.0.2 → 2.0.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/README.md +157 -157
- package/dist/cli.js +2095 -2090
- package/dist/vendor/ripgrep/arm64-darwin/rg +0 -0
- package/dist/vendor/ripgrep/arm64-linux/rg +0 -0
- package/dist/vendor/ripgrep/x64-darwin/rg +0 -0
- package/dist/vendor/ripgrep/x64-linux/rg +0 -0
- package/package.json +115 -115
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,115 +1,115 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@chatcode/chatcode-cli",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "ChatCode CLI command-line coding assistant.",
|
|
5
|
-
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"packageManager": "bun@1.3.5",
|
|
8
|
-
"repository": {
|
|
9
|
-
"type": "git",
|
|
10
|
-
"url": "http://gitlab.tianti.tg.unicom.local/kubernetesAMP/visualDesignPlatform/chatcode-cli.git"
|
|
11
|
-
},
|
|
12
|
-
"engines": {
|
|
13
|
-
"node": ">=18.0.0"
|
|
14
|
-
},
|
|
15
|
-
"scripts": {
|
|
16
|
-
"dev": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
17
|
-
"start": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
18
|
-
"version": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts --version",
|
|
19
|
-
"test": "bun test scripts/tests",
|
|
20
|
-
"scan:public-surface": "bun run scripts/public-surface-scan.mjs --fail-on-match",
|
|
21
|
-
"verify:public-surface": "bun run scripts/verify-public-surface-release.mjs",
|
|
22
|
-
"build": "bun run scripts/build.mjs",
|
|
23
|
-
"prepublishOnly": "bun run build"
|
|
24
|
-
},
|
|
25
|
-
"files": [
|
|
26
|
-
"dist/cli.js",
|
|
27
|
-
"dist/vendor/",
|
|
28
|
-
"README.md"
|
|
29
|
-
],
|
|
30
|
-
"publishConfig": {
|
|
31
|
-
"access": "public"
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@alcalzone/ansi-tokenize": "0.3.0",
|
|
35
|
-
"adm-zip": "0.5.16",
|
|
36
|
-
"@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
|
|
37
|
-
"@ant/computer-use-input": "file:./shims/ant-computer-use-input",
|
|
38
|
-
"@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
|
|
39
|
-
"@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
|
|
40
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.90",
|
|
41
|
-
"@anthropic-ai/mcpb": "2.1.2",
|
|
42
|
-
"@anthropic-ai/sandbox-runtime": "0.0.44",
|
|
43
|
-
"@anthropic-ai/sdk": "0.80.0",
|
|
44
|
-
"@aws-sdk/client-bedrock-runtime": "3.1020.0",
|
|
45
|
-
"@commander-js/extra-typings": "14.0.0",
|
|
46
|
-
"@growthbook/growthbook": "1.6.5",
|
|
47
|
-
"@modelcontextprotocol/sdk": "1.29.0",
|
|
48
|
-
"@opentelemetry/api": "1.9.1",
|
|
49
|
-
"@opentelemetry/api-logs": "0.214.0",
|
|
50
|
-
"@opentelemetry/core": "2.6.1",
|
|
51
|
-
"@opentelemetry/resources": "2.6.1",
|
|
52
|
-
"@opentelemetry/sdk-logs": "0.214.0",
|
|
53
|
-
"@opentelemetry/sdk-metrics": "2.6.1",
|
|
54
|
-
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
55
|
-
"@opentelemetry/semantic-conventions": "1.40.0",
|
|
56
|
-
"ajv": "8.18.0",
|
|
57
|
-
"asciichart": "1.5.25",
|
|
58
|
-
"auto-bind": "5.0.1",
|
|
59
|
-
"axios": "1.14.0",
|
|
60
|
-
"bidi-js": "1.0.3",
|
|
61
|
-
"chalk": "5.6.2",
|
|
62
|
-
"chokidar": "5.0.0",
|
|
63
|
-
"cli-boxes": "4.0.1",
|
|
64
|
-
"code-excerpt": "4.0.0",
|
|
65
|
-
"diff": "8.0.4",
|
|
66
|
-
"emoji-regex": "10.6.0",
|
|
67
|
-
"env-paths": "4.0.0",
|
|
68
|
-
"execa": "9.6.1",
|
|
69
|
-
"figures": "6.1.0",
|
|
70
|
-
"fuse.js": "7.1.0",
|
|
71
|
-
"get-east-asian-width": "1.5.0",
|
|
72
|
-
"google-auth-library": "10.6.2",
|
|
73
|
-
"highlight.js": "11.11.1",
|
|
74
|
-
"https-proxy-agent": "8.0.0",
|
|
75
|
-
"ignore": "7.0.5",
|
|
76
|
-
"indent-string": "5.0.0",
|
|
77
|
-
"ink": "6.8.0",
|
|
78
|
-
"jsonc-parser": "3.3.1",
|
|
79
|
-
"lodash-es": "4.17.23",
|
|
80
|
-
"lru-cache": "11.2.7",
|
|
81
|
-
"marked": "17.0.5",
|
|
82
|
-
"p-map": "7.0.4",
|
|
83
|
-
"picomatch": "4.0.4",
|
|
84
|
-
"proper-lockfile": "4.1.2",
|
|
85
|
-
"qrcode": "1.5.4",
|
|
86
|
-
"react": "19.2.4",
|
|
87
|
-
"react-reconciler": "0.33.0",
|
|
88
|
-
"semver": "7.7.4",
|
|
89
|
-
"shell-quote": "1.8.3",
|
|
90
|
-
"signal-exit": "4.1.0",
|
|
91
|
-
"stack-utils": "2.0.6",
|
|
92
|
-
"strip-ansi": "7.2.0",
|
|
93
|
-
"supports-hyperlinks": "4.4.0",
|
|
94
|
-
"tree-kill": "1.2.2",
|
|
95
|
-
"type-fest": "5.5.0",
|
|
96
|
-
"undici": "7.24.6",
|
|
97
|
-
"usehooks-ts": "3.1.1",
|
|
98
|
-
"uuid": "^11.1.0",
|
|
99
|
-
"vscode-jsonrpc": "8.2.1",
|
|
100
|
-
"vscode-languageserver-protocol": "3.17.5",
|
|
101
|
-
"vscode-languageserver-types": "3.17.5",
|
|
102
|
-
"wrap-ansi": "10.0.0",
|
|
103
|
-
"ws": "8.20.0",
|
|
104
|
-
"xss": "1.0.15",
|
|
105
|
-
"yaml": "2.8.3",
|
|
106
|
-
"zod": "4.3.6",
|
|
107
|
-
"color-diff-napi": "file:./shims/color-diff-napi",
|
|
108
|
-
"modifiers-napi": "file:./shims/modifiers-napi",
|
|
109
|
-
"url-handler-napi": "file:./shims/url-handler-napi"
|
|
110
|
-
},
|
|
111
|
-
"bin": {
|
|
112
|
-
"chatcode-cli": "./dist/cli.js",
|
|
113
|
-
"cco": "./dist/cli.js"
|
|
114
|
-
}
|
|
115
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@chatcode/chatcode-cli",
|
|
3
|
+
"version": "2.0.4",
|
|
4
|
+
"description": "ChatCode CLI command-line coding assistant.",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"packageManager": "bun@1.3.5",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "http://gitlab.tianti.tg.unicom.local/kubernetesAMP/visualDesignPlatform/chatcode-cli.git"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=18.0.0"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"dev": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
17
|
+
"start": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
18
|
+
"version": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts --version",
|
|
19
|
+
"test": "bun test scripts/tests",
|
|
20
|
+
"scan:public-surface": "bun run scripts/public-surface-scan.mjs --fail-on-match",
|
|
21
|
+
"verify:public-surface": "bun run scripts/verify-public-surface-release.mjs",
|
|
22
|
+
"build": "bun run scripts/build.mjs",
|
|
23
|
+
"prepublishOnly": "bun run build"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist/cli.js",
|
|
27
|
+
"dist/vendor/",
|
|
28
|
+
"README.md"
|
|
29
|
+
],
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@alcalzone/ansi-tokenize": "0.3.0",
|
|
35
|
+
"adm-zip": "0.5.16",
|
|
36
|
+
"@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
|
|
37
|
+
"@ant/computer-use-input": "file:./shims/ant-computer-use-input",
|
|
38
|
+
"@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
|
|
39
|
+
"@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
|
|
40
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.90",
|
|
41
|
+
"@anthropic-ai/mcpb": "2.1.2",
|
|
42
|
+
"@anthropic-ai/sandbox-runtime": "0.0.44",
|
|
43
|
+
"@anthropic-ai/sdk": "0.80.0",
|
|
44
|
+
"@aws-sdk/client-bedrock-runtime": "3.1020.0",
|
|
45
|
+
"@commander-js/extra-typings": "14.0.0",
|
|
46
|
+
"@growthbook/growthbook": "1.6.5",
|
|
47
|
+
"@modelcontextprotocol/sdk": "1.29.0",
|
|
48
|
+
"@opentelemetry/api": "1.9.1",
|
|
49
|
+
"@opentelemetry/api-logs": "0.214.0",
|
|
50
|
+
"@opentelemetry/core": "2.6.1",
|
|
51
|
+
"@opentelemetry/resources": "2.6.1",
|
|
52
|
+
"@opentelemetry/sdk-logs": "0.214.0",
|
|
53
|
+
"@opentelemetry/sdk-metrics": "2.6.1",
|
|
54
|
+
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
55
|
+
"@opentelemetry/semantic-conventions": "1.40.0",
|
|
56
|
+
"ajv": "8.18.0",
|
|
57
|
+
"asciichart": "1.5.25",
|
|
58
|
+
"auto-bind": "5.0.1",
|
|
59
|
+
"axios": "1.14.0",
|
|
60
|
+
"bidi-js": "1.0.3",
|
|
61
|
+
"chalk": "5.6.2",
|
|
62
|
+
"chokidar": "5.0.0",
|
|
63
|
+
"cli-boxes": "4.0.1",
|
|
64
|
+
"code-excerpt": "4.0.0",
|
|
65
|
+
"diff": "8.0.4",
|
|
66
|
+
"emoji-regex": "10.6.0",
|
|
67
|
+
"env-paths": "4.0.0",
|
|
68
|
+
"execa": "9.6.1",
|
|
69
|
+
"figures": "6.1.0",
|
|
70
|
+
"fuse.js": "7.1.0",
|
|
71
|
+
"get-east-asian-width": "1.5.0",
|
|
72
|
+
"google-auth-library": "10.6.2",
|
|
73
|
+
"highlight.js": "11.11.1",
|
|
74
|
+
"https-proxy-agent": "8.0.0",
|
|
75
|
+
"ignore": "7.0.5",
|
|
76
|
+
"indent-string": "5.0.0",
|
|
77
|
+
"ink": "6.8.0",
|
|
78
|
+
"jsonc-parser": "3.3.1",
|
|
79
|
+
"lodash-es": "4.17.23",
|
|
80
|
+
"lru-cache": "11.2.7",
|
|
81
|
+
"marked": "17.0.5",
|
|
82
|
+
"p-map": "7.0.4",
|
|
83
|
+
"picomatch": "4.0.4",
|
|
84
|
+
"proper-lockfile": "4.1.2",
|
|
85
|
+
"qrcode": "1.5.4",
|
|
86
|
+
"react": "19.2.4",
|
|
87
|
+
"react-reconciler": "0.33.0",
|
|
88
|
+
"semver": "7.7.4",
|
|
89
|
+
"shell-quote": "1.8.3",
|
|
90
|
+
"signal-exit": "4.1.0",
|
|
91
|
+
"stack-utils": "2.0.6",
|
|
92
|
+
"strip-ansi": "7.2.0",
|
|
93
|
+
"supports-hyperlinks": "4.4.0",
|
|
94
|
+
"tree-kill": "1.2.2",
|
|
95
|
+
"type-fest": "5.5.0",
|
|
96
|
+
"undici": "7.24.6",
|
|
97
|
+
"usehooks-ts": "3.1.1",
|
|
98
|
+
"uuid": "^11.1.0",
|
|
99
|
+
"vscode-jsonrpc": "8.2.1",
|
|
100
|
+
"vscode-languageserver-protocol": "3.17.5",
|
|
101
|
+
"vscode-languageserver-types": "3.17.5",
|
|
102
|
+
"wrap-ansi": "10.0.0",
|
|
103
|
+
"ws": "8.20.0",
|
|
104
|
+
"xss": "1.0.15",
|
|
105
|
+
"yaml": "2.8.3",
|
|
106
|
+
"zod": "4.3.6",
|
|
107
|
+
"color-diff-napi": "file:./shims/color-diff-napi",
|
|
108
|
+
"modifiers-napi": "file:./shims/modifiers-napi",
|
|
109
|
+
"url-handler-napi": "file:./shims/url-handler-napi"
|
|
110
|
+
},
|
|
111
|
+
"bin": {
|
|
112
|
+
"chatcode-cli": "./dist/cli.js",
|
|
113
|
+
"cco": "./dist/cli.js"
|
|
114
|
+
}
|
|
115
|
+
}
|