@keelcode-ai/keelcode 0.1.7-win32-arm64 → 0.1.7

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,21 +1,46 @@
1
1
  {
2
2
  "name": "@keelcode-ai/keelcode",
3
- "version": "0.1.7-win32-arm64",
4
- "description": "Native Keelcode executable for win32-arm64. Install the keelcode package instead.",
3
+ "version": "0.1.7",
4
+ "description": "The hosted Keelcode coding agent CLI.",
5
+ "type": "commonjs",
5
6
  "license": "SEE LICENSE IN LICENSE",
6
7
  "homepage": "https://keelcode.ai",
7
8
  "publishConfig": {
8
9
  "access": "public"
9
10
  },
10
- "os": [
11
- "win32"
11
+ "bin": {
12
+ "keelcode": "bin/keelcode.cjs",
13
+ "kc": "bin/kc.cjs",
14
+ "kcode": "bin/kcode.cjs",
15
+ "keel": "bin/keel.cjs"
16
+ },
17
+ "files": [
18
+ "bin/keelcode.cjs",
19
+ "bin/kc.cjs",
20
+ "bin/kcode.cjs",
21
+ "bin/keel.cjs",
22
+ "README.md",
23
+ "LICENSE",
24
+ "CHANGELOG.md",
25
+ "SECURITY.md"
12
26
  ],
13
- "cpu": [
14
- "arm64"
27
+ "keywords": [
28
+ "cli",
29
+ "agent",
30
+ "ai",
31
+ "hosted-ai",
32
+ "coding-agent",
33
+ "tui",
34
+ "ink"
15
35
  ],
16
- "files": [
17
- "bin/keelcode.exe",
18
- "bin/rg.exe",
19
- "LICENSE"
20
- ]
36
+ "optionalDependencies": {
37
+ "@keelcode-ai/keelcode-darwin-arm64": "npm:@keelcode-ai/keelcode@0.1.7-darwin-arm64",
38
+ "@keelcode-ai/keelcode-darwin-x64": "npm:@keelcode-ai/keelcode@0.1.7-darwin-x64",
39
+ "@keelcode-ai/keelcode-linux-arm64": "npm:@keelcode-ai/keelcode@0.1.7-linux-arm64",
40
+ "@keelcode-ai/keelcode-linux-arm64-musl": "npm:@keelcode-ai/keelcode@0.1.7-linux-arm64-musl",
41
+ "@keelcode-ai/keelcode-linux-x64": "npm:@keelcode-ai/keelcode@0.1.7-linux-x64",
42
+ "@keelcode-ai/keelcode-linux-x64-musl": "npm:@keelcode-ai/keelcode@0.1.7-linux-x64-musl",
43
+ "@keelcode-ai/keelcode-win32-arm64": "npm:@keelcode-ai/keelcode@0.1.7-win32-arm64",
44
+ "@keelcode-ai/keelcode-win32-x64": "npm:@keelcode-ai/keelcode@0.1.7-win32-x64"
45
+ }
21
46
  }
package/bin/keelcode.exe DELETED
Binary file
package/bin/rg.exe DELETED
Binary file