@chatcode/chatcode-cli-test 1.0.19 → 1.0.21

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/bin/cli.js +19 -3
  2. package/dist/cli.js +1439 -1439
  3. package/package.json +17 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatcode/chatcode-cli-test",
3
- "version": "1.0.19",
3
+ "version": "1.0.21",
4
4
  "description": "ChatCode CLI command-line coding assistant.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "module",
@@ -16,6 +16,7 @@
16
16
  "engines": {
17
17
  "node": ">=18.0.0"
18
18
  },
19
+ "chatcodeNativePackageFormat": 1,
19
20
  "scripts": {
20
21
  "dev": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
21
22
  "start": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
@@ -41,13 +42,12 @@
41
42
  },
42
43
  "devDependencies": {
43
44
  "@alcalzone/ansi-tokenize": "0.3.0",
44
- "adm-zip": "0.5.16",
45
45
  "@chatcode/chrome-mcp": "file:./shims/chatcode-chrome-mcp",
46
46
  "@chatcode/computer-use-input": "file:./shims/chatcode-computer-use-input",
47
47
  "@chatcode/computer-use-mcp": "file:./shims/chatcode-computer-use-mcp",
48
48
  "@chatcode/computer-use-swift": "file:./shims/chatcode-computer-use-swift",
49
- "@chatcode/sandbox-runtime": "file:./shims/chatcode-sandbox-runtime",
50
49
  "@chatcode/mcpb": "file:./shims/chatcode-mcpb",
50
+ "@chatcode/sandbox-runtime": "file:./shims/chatcode-sandbox-runtime",
51
51
  "@chatcode/sdk": "file:./shims/chatcode-sdk",
52
52
  "@commander-js/extra-typings": "14.0.0",
53
53
  "@growthbook/growthbook": "1.6.5",
@@ -60,6 +60,7 @@
60
60
  "@opentelemetry/sdk-metrics": "2.6.1",
61
61
  "@opentelemetry/sdk-trace-base": "2.6.1",
62
62
  "@opentelemetry/semantic-conventions": "1.40.0",
63
+ "adm-zip": "0.5.16",
63
64
  "ajv": "8.18.0",
64
65
  "asciichart": "1.5.25",
65
66
  "auto-bind": "5.0.1",
@@ -69,10 +70,12 @@
69
70
  "chokidar": "5.0.0",
70
71
  "cli-boxes": "4.0.1",
71
72
  "code-excerpt": "4.0.0",
73
+ "color-diff-napi": "file:./shims/color-diff-napi",
72
74
  "diff": "8.0.4",
73
75
  "emoji-regex": "10.6.0",
74
76
  "env-paths": "4.0.0",
75
77
  "execa": "9.6.1",
78
+ "fflate": "0.8.2",
76
79
  "figures": "6.1.0",
77
80
  "fuse.js": "7.1.0",
78
81
  "get-east-asian-width": "1.5.0",
@@ -85,6 +88,7 @@
85
88
  "lodash-es": "4.17.23",
86
89
  "lru-cache": "11.2.7",
87
90
  "marked": "17.0.5",
91
+ "modifiers-napi": "file:./shims/modifiers-napi",
88
92
  "p-map": "7.0.4",
89
93
  "picomatch": "4.0.4",
90
94
  "proper-lockfile": "4.1.2",
@@ -100,6 +104,7 @@
100
104
  "tree-kill": "1.2.2",
101
105
  "type-fest": "5.5.0",
102
106
  "undici": "7.24.6",
107
+ "url-handler-napi": "file:./shims/url-handler-napi",
103
108
  "usehooks-ts": "3.1.1",
104
109
  "uuid": "^11.1.0",
105
110
  "vscode-jsonrpc": "8.2.1",
@@ -109,16 +114,16 @@
109
114
  "ws": "8.20.0",
110
115
  "xss": "1.0.15",
111
116
  "yaml": "2.8.3",
112
- "zod": "4.3.6",
113
- "color-diff-napi": "file:./shims/color-diff-napi",
114
- "modifiers-napi": "file:./shims/modifiers-napi",
115
- "url-handler-napi": "file:./shims/url-handler-napi"
117
+ "zod": "4.3.6"
116
118
  },
117
119
  "optionalDependencies": {
118
- "@chatcode/chatcode-cli-test-darwin-arm64": "1.0.19",
119
- "@chatcode/chatcode-cli-test-darwin-x64": "1.0.19",
120
- "@chatcode/chatcode-cli-test-linux-x64": "1.0.19",
121
- "@chatcode/chatcode-cli-test-linux-arm64": "1.0.19",
122
- "@chatcode/chatcode-cli-test-win32-x64": "1.0.19"
120
+ "@chatcode/chatcode-cli-test-darwin-arm64": "1.0.21",
121
+ "@chatcode/chatcode-cli-test-darwin-x64": "1.0.21",
122
+ "@chatcode/chatcode-cli-test-linux-x64": "1.0.21",
123
+ "@chatcode/chatcode-cli-test-linux-arm64": "1.0.21",
124
+ "@chatcode/chatcode-cli-test-win32-x64": "1.0.21"
125
+ },
126
+ "dependencies": {
127
+ "@chatcode/chatcode-cli-test": "^1.0.20"
123
128
  }
124
129
  }