command-code 0.20.2 → 0.21.1

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.20.2",
3
+ "version": "0.21.1",
4
4
  "description": "Command Code, coding agent that continuously learns your coding taste",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -31,7 +31,6 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@ai-sdk/anthropic": "^3.0.58",
34
- "@ai-sdk/fireworks": "^2.0.42",
35
34
  "@ai-sdk/openai": "^3.0.41",
36
35
  "@ai-sdk/openai-compatible": "^2.0.35",
37
36
  "@ai-sdk/provider": "^3.0.8",
@@ -58,7 +57,6 @@
58
57
  "gray-matter": "^4.0.3",
59
58
  "ignore": "^7.0.5",
60
59
  "ink": "6.6.0",
61
- "ink-gradient": "^4.0.0",
62
60
  "ink-select-input": "^6.2.0",
63
61
  "ink-spinner": "^5.0.0",
64
62
  "ink-text-input": "^6.0.0",
@@ -82,6 +80,12 @@
82
80
  "zod": "^4.0.17"
83
81
  },
84
82
  "devDependencies": {
83
+ "@lydell/node-pty": "1.1.0",
84
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
85
+ "@lydell/node-pty-darwin-x64": "1.1.0",
86
+ "@lydell/node-pty-linux-x64": "1.1.0",
87
+ "@lydell/node-pty-win32-arm64": "1.1.0",
88
+ "@lydell/node-pty-win32-x64": "1.1.0",
85
89
  "@types/marked-terminal": "^6.1.1",
86
90
  "@types/node": "^24.2.0",
87
91
  "@types/react": "^19.0.3",
@@ -91,21 +95,13 @@
91
95
  "execa": "^9.6.1",
92
96
  "ink-testing-library": "^4.0.0",
93
97
  "javascript-obfuscator": "^4.1.1",
98
+ "node-pty": "^1.0.0",
94
99
  "pkg": "^5.8.1",
95
100
  "terser": "^5.43.1",
96
101
  "tsup": "^8.5.0",
97
102
  "vitest": "^3.2.4",
98
103
  "vitest-ansi-serializer": "^0.1.2"
99
104
  },
100
- "optionalDependencies": {
101
- "@lydell/node-pty": "1.1.0",
102
- "@lydell/node-pty-darwin-arm64": "1.1.0",
103
- "@lydell/node-pty-darwin-x64": "1.1.0",
104
- "@lydell/node-pty-linux-x64": "1.1.0",
105
- "@lydell/node-pty-win32-arm64": "1.1.0",
106
- "@lydell/node-pty-win32-x64": "1.1.0",
107
- "node-pty": "^1.0.0"
108
- },
109
105
  "scripts": {
110
106
  "build": "tsup",
111
107
  "build:obfuscated": "bash ../../scripts/build-ext.sh && tsup --config tsup.config.obfuscated.ts",
Binary file