codev-code 1.17.16-1 → 1.17.18-1

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 +2 -4
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # CoDev Code
2
2
 
3
- The AI agent harness.
4
-
5
3
  The recommended install path is the CoDev hub, which also wires up the AI gateway:
6
4
 
7
5
  ```sh
8
- npm install -g codev-ai
6
+ npm i -g codev-ai
9
7
  codevhub install
10
8
  codev
11
9
  ```
@@ -13,6 +11,6 @@ codev
13
11
  Direct install:
14
12
 
15
13
  ```sh
16
- npm install -g codev-code
14
+ npm i -g codev-code
17
15
  codev
18
16
  ```
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "postinstall": "node ./postinstall.mjs"
13
13
  },
14
- "version": "1.17.16-1",
14
+ "version": "1.17.18-1",
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-darwin-arm64": "1.17.16-1",
27
- "codev-code-darwin-x64-baseline": "1.17.16-1",
28
- "codev-code-windows-x64": "1.17.16-1",
29
- "codev-code-linux-arm64": "1.17.16-1",
30
- "codev-code-windows-x64-baseline": "1.17.16-1",
31
- "codev-code-linux-x64-musl": "1.17.16-1",
32
- "codev-code-linux-x64-baseline": "1.17.16-1",
33
- "codev-code-linux-x64": "1.17.16-1",
34
- "codev-code-darwin-x64": "1.17.16-1",
35
- "codev-code-windows-arm64": "1.17.16-1",
36
- "codev-code-linux-x64-baseline-musl": "1.17.16-1",
37
- "codev-code-linux-arm64-musl": "1.17.16-1"
26
+ "codev-code-darwin-arm64": "1.17.18-1",
27
+ "codev-code-darwin-x64-baseline": "1.17.18-1",
28
+ "codev-code-windows-x64": "1.17.18-1",
29
+ "codev-code-linux-arm64": "1.17.18-1",
30
+ "codev-code-windows-x64-baseline": "1.17.18-1",
31
+ "codev-code-linux-x64-musl": "1.17.18-1",
32
+ "codev-code-linux-x64-baseline": "1.17.18-1",
33
+ "codev-code-linux-x64": "1.17.18-1",
34
+ "codev-code-darwin-x64": "1.17.18-1",
35
+ "codev-code-windows-arm64": "1.17.18-1",
36
+ "codev-code-linux-x64-baseline-musl": "1.17.18-1",
37
+ "codev-code-linux-arm64-musl": "1.17.18-1"
38
38
  }
39
39
  }