@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 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 @opencoven/coven-code\n' +
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": "01168ef814b581fd99ddb80817e6e34728de031aa3a8da8cd55f406cac7a1024"
3
+ "sha256": "caa81603416d6738a0630f69e1530d65d7057b7159f909c151d3a1ec0d663b99"
4
4
  },
5
5
  "coven-code-linux-x86_64.tar.gz": {
6
- "sha256": "828b589515290b2ac146d65a3f84374957675868bd80df952b4c8f0eaaa36883"
6
+ "sha256": "a3566416ef014250ff052701e43aa25bb6511b5bb71ed71a7aab528b1638c12a"
7
7
  },
8
8
  "coven-code-linux-aarch64.tar.gz": {
9
- "sha256": "7be84722d4d25068a7d0c0f68265dfde645ad5e86864b2083ac3e70e66d3244f"
9
+ "sha256": "e32e0ec89a8491fbdafe660af07dda9f5d88ba1e0a03cb6b56287fb4bdc82dcd"
10
10
  },
11
11
  "coven-code-macos-x86_64.tar.gz": {
12
- "sha256": "cd75df421b5c1c5624b9e4260081e6d684a16848ec4063d7457d660cedc14bac"
12
+ "sha256": "80043c0ee9be187d2c2efd5e0d0d1684c1ba0c0405f145e993f528acebf1ba2c"
13
13
  },
14
14
  "coven-code-macos-aarch64.tar.gz": {
15
- "sha256": "8c92f9a81937e3d9d006c200869ceb19952f35f06259d4713703292f6d0254d2"
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.17",
4
- "description": "Open-source, multi-provider agentic coding TUI for the terminal OpenCoven fork of Claurst",
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",