@opencoven/coven-code 0.0.17 → 0.0.19
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/bin/coven-code +1 -1
- package/checksums.json +5 -5
- package/package.json +2 -2
package/bin/coven-code
CHANGED
|
@@ -12,7 +12,7 @@ const binary = path.join(__dirname, '..', 'native', `coven-code${ext}`);
|
|
|
12
12
|
if (!fs.existsSync(binary)) {
|
|
13
13
|
console.error(
|
|
14
14
|
'coven-code: native binary not found.\n' +
|
|
15
|
-
'Try reinstalling: npm install -g
|
|
15
|
+
'Try reinstalling: npm install -g coven-code\n' +
|
|
16
16
|
`Expected: ${binary}`
|
|
17
17
|
);
|
|
18
18
|
process.exit(1);
|
package/checksums.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"coven-code-windows-x86_64.zip": {
|
|
3
|
-
"sha256": "
|
|
3
|
+
"sha256": "caa81603416d6738a0630f69e1530d65d7057b7159f909c151d3a1ec0d663b99"
|
|
4
4
|
},
|
|
5
5
|
"coven-code-linux-x86_64.tar.gz": {
|
|
6
|
-
"sha256": "
|
|
6
|
+
"sha256": "a3566416ef014250ff052701e43aa25bb6511b5bb71ed71a7aab528b1638c12a"
|
|
7
7
|
},
|
|
8
8
|
"coven-code-linux-aarch64.tar.gz": {
|
|
9
|
-
"sha256": "
|
|
9
|
+
"sha256": "e32e0ec89a8491fbdafe660af07dda9f5d88ba1e0a03cb6b56287fb4bdc82dcd"
|
|
10
10
|
},
|
|
11
11
|
"coven-code-macos-x86_64.tar.gz": {
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "80043c0ee9be187d2c2efd5e0d0d1684c1ba0c0405f145e993f528acebf1ba2c"
|
|
13
13
|
},
|
|
14
14
|
"coven-code-macos-aarch64.tar.gz": {
|
|
15
|
-
"sha256": "
|
|
15
|
+
"sha256": "bbea40eabfc32227d9de7b85599d3bd656d85118c54039ca4fe6fbab89e60f23"
|
|
16
16
|
}
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencoven/coven-code",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Open-source, multi-provider agentic coding TUI for the terminal
|
|
3
|
+
"version": "0.0.19",
|
|
4
|
+
"description": "Open-source, multi-provider agentic coding TUI for the terminal \u2014 OpenCoven fork of Claurst",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|