codev-code 1.17.18-2 → 1.17.18-3

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 (2) hide show
  1. package/README.md +1 -14
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -1,16 +1,3 @@
1
1
  # CoDev Code
2
2
 
3
- The recommended install path is the CoDev hub, which also wires up the AI gateway:
4
-
5
- ```sh
6
- npm i -g codev-ai
7
- codevhub install
8
- codev
9
- ```
10
-
11
- Direct install:
12
-
13
- ```sh
14
- npm i -g codev-code
15
- codev
16
- ```
3
+ Whatever I don't like about the upstream, I'll fix here—and push back upstream because I'm not a selfish brick.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codev-code",
3
- "description": "CoDev Code — the AI agent harness",
3
+ "description": "Just another AI agent harness",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/quickbeard/codev-code.git"
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "postinstall": "node ./postinstall.mjs"
13
13
  },
14
- "version": "1.17.18-2",
14
+ "version": "1.17.18-3",
15
15
  "license": "MIT",
16
16
  "os": [
17
17
  "darwin",
@@ -23,17 +23,17 @@
23
23
  "x64"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "codev-code-linux-x64": "1.17.18-2",
27
- "codev-code-linux-x64-baseline-musl": "1.17.18-2",
28
- "codev-code-linux-arm64": "1.17.18-2",
29
- "codev-code-linux-x64-musl": "1.17.18-2",
30
- "codev-code-linux-x64-baseline": "1.17.18-2",
31
- "codev-code-windows-x64-baseline": "1.17.18-2",
32
- "codev-code-darwin-arm64": "1.17.18-2",
33
- "codev-code-windows-x64": "1.17.18-2",
34
- "codev-code-windows-arm64": "1.17.18-2",
35
- "codev-code-linux-arm64-musl": "1.17.18-2",
36
- "codev-code-darwin-x64-baseline": "1.17.18-2",
37
- "codev-code-darwin-x64": "1.17.18-2"
26
+ "codev-code-linux-x64": "1.17.18-3",
27
+ "codev-code-linux-x64-baseline-musl": "1.17.18-3",
28
+ "codev-code-linux-arm64": "1.17.18-3",
29
+ "codev-code-linux-x64-musl": "1.17.18-3",
30
+ "codev-code-linux-x64-baseline": "1.17.18-3",
31
+ "codev-code-windows-x64-baseline": "1.17.18-3",
32
+ "codev-code-darwin-arm64": "1.17.18-3",
33
+ "codev-code-windows-x64": "1.17.18-3",
34
+ "codev-code-windows-arm64": "1.17.18-3",
35
+ "codev-code-linux-arm64-musl": "1.17.18-3",
36
+ "codev-code-darwin-x64-baseline": "1.17.18-3",
37
+ "codev-code-darwin-x64": "1.17.18-3"
38
38
  }
39
39
  }