@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.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/install.js +1 -1
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @opencoven/coven-code
2
2
 
3
3
  [![Version](https://img.shields.io/npm/v/@opencoven/coven-code?style=flat-square)](https://www.npmjs.com/package/@opencoven/coven-code)
4
- [![License](https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square)](https://github.com/OpenCoven/coven-codes/blob/main/LICENSE.md)
4
+ [![License](https://img.shields.io/badge/License-GPL--3.0-blue?style=flat-square)](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-codes/releases). No compilation required.
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-codes)
44
- - [Issues](https://github.com/OpenCoven/coven-codes/issues)
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-codes';
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.6",
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-codes.git"
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-codes/issues"
12
+ "url": "https://github.com/OpenCoven/coven-code/issues"
13
13
  },
14
14
  "keywords": [
15
15
  "ai",