command-code 0.22.8 → 0.23.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "command-code",
3
- "version": "0.22.8",
3
+ "version": "0.23.0",
4
4
  "description": "Command Code, coding agent that continuously learns your coding taste",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -78,7 +78,7 @@
78
78
  "strip-ansi": "^7.1.0",
79
79
  "strip-json-comments": "^5.0.3",
80
80
  "terminal-link": "^5.0.0",
81
- "uuid": "^11.1.0",
81
+ "uuid": "^14.0.0",
82
82
  "zod": "^4.0.17"
83
83
  },
84
84
  "devDependencies": {
@@ -98,7 +98,6 @@
98
98
  "execa": "^9.6.1",
99
99
  "ink-testing-library": "^4.0.0",
100
100
  "javascript-obfuscator": "^4.1.1",
101
- "node-pty": "^1.0.0",
102
101
  "pkg": "^5.8.1",
103
102
  "terser": "^5.43.1",
104
103
  "tsup": "^8.5.0",
@@ -118,8 +117,6 @@
118
117
  "typecheck": "tsc --noEmit",
119
118
  "start": "node dist/index.mjs",
120
119
  "test": "bash scripts/run-tests-all.sh",
121
- "test:taste": "vitest run tests/taste 2>&1 | tee tests/taste/test-output.log",
122
- "test:taste:debug": "DEBUG=true vitest run tests/taste 2>&1 | tee tests/taste/test-output-debug.log",
123
120
  "test:integration": "vitest run --config tests/integration/vitest.config.ts",
124
121
  "test:integration:verbose": "VERBOSE=true KEEP_OUTPUT=true vitest run --config tests/integration/vitest.config.ts",
125
122
  "test:integration:debug": "DEBUG_HANGING=true vitest run --config tests/integration/vitest.config.ts",
Binary file