@opencoven/coven-code 0.0.6 → 0.0.8
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/README.md +4 -4
- package/install.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @opencoven/coven-code
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@opencoven/coven-code)
|
|
4
|
-
[](https://github.com/OpenCoven/coven-
|
|
4
|
+
[](https://github.com/OpenCoven/coven-code/blob/main/LICENSE.md)
|
|
5
5
|
|
|
6
6
|
**Coven Code** — open-source, multi-provider agentic coding TUI built in Rust.
|
|
7
7
|
OpenCoven fork of [Claurst](https://github.com/Kuberwastaken/claurst) by Kuber Mehta (GPL-3.0).
|
|
@@ -14,7 +14,7 @@ npm install -g @opencoven/coven-code
|
|
|
14
14
|
bun install -g @opencoven/coven-code
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
On install, the correct pre-built native binary for your platform is automatically downloaded from [GitHub Releases](https://github.com/OpenCoven/coven-
|
|
17
|
+
On install, the correct pre-built native binary for your platform is automatically downloaded from [GitHub Releases](https://github.com/OpenCoven/coven-code/releases). No compilation required.
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
@@ -40,6 +40,6 @@ Env prefix: `COVEN_CODE_*`
|
|
|
40
40
|
## Links
|
|
41
41
|
|
|
42
42
|
- [OpenCoven](https://opencoven.ai)
|
|
43
|
-
- [GitHub](https://github.com/OpenCoven/coven-
|
|
44
|
-
- [Issues](https://github.com/OpenCoven/coven-
|
|
43
|
+
- [GitHub](https://github.com/OpenCoven/coven-code)
|
|
44
|
+
- [Issues](https://github.com/OpenCoven/coven-code/issues)
|
|
45
45
|
- [Upstream (Claurst)](https://github.com/Kuberwastaken/claurst)
|
package/install.js
CHANGED
|
@@ -10,7 +10,7 @@ const { execFileSync } = require('child_process');
|
|
|
10
10
|
|
|
11
11
|
const pkg = require('./package.json');
|
|
12
12
|
const VERSION = pkg.version;
|
|
13
|
-
const REPO = 'OpenCoven/coven-
|
|
13
|
+
const REPO = 'OpenCoven/coven-code';
|
|
14
14
|
const BASE_URL = `https://github.com/${REPO}/releases/download/v${VERSION}`;
|
|
15
15
|
const NATIVE_DIR = path.join(__dirname, 'native');
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencoven/coven-code",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Open-source, multi-provider agentic coding TUI for the terminal — OpenCoven fork of Claurst",
|
|
5
5
|
"license": "GPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/OpenCoven/coven-
|
|
8
|
+
"url": "git+https://github.com/OpenCoven/coven-code.git"
|
|
9
9
|
},
|
|
10
10
|
"homepage": "https://opencoven.ai",
|
|
11
11
|
"bugs": {
|
|
12
|
-
"url": "https://github.com/OpenCoven/coven-
|
|
12
|
+
"url": "https://github.com/OpenCoven/coven-code/issues"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"ai",
|