@just-every/code 0.6.5 → 0.6.7

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 +8 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,7 +1,3 @@
1
- # Every CODE
2
-
3
-  
4
-
5
1
  <img src="docs/images/every-logo.png" alt="Every Code Logo" width="400">
6
2
 
7
3
  &ensp;
@@ -33,6 +29,14 @@
33
29
  &ensp;
34
30
  ## AI Videos
35
31
 
32
+ &ensp;
33
+ <p align="center">
34
+ <a href="https://www.youtube.com/watch?v=Ra3q8IVpIOc">
35
+ <img src="docs/images/video-auto-review-play.jpg" alt="Play Auto Review video" width="100%">
36
+ </a><br>
37
+ <strong>Auto Review</strong>
38
+ </p>
39
+
36
40
  &ensp;
37
41
  <p align="center">
38
42
  <a href="https://youtu.be/UOASHZPruQk">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/code",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
6
6
  "bin": {
@@ -35,10 +35,10 @@
35
35
  "prettier": "^3.3.3"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@just-every/code-darwin-arm64": "0.6.5",
39
- "@just-every/code-darwin-x64": "0.6.5",
40
- "@just-every/code-linux-x64-musl": "0.6.5",
41
- "@just-every/code-linux-arm64-musl": "0.6.5",
42
- "@just-every/code-win32-x64": "0.6.5"
38
+ "@just-every/code-darwin-arm64": "0.6.7",
39
+ "@just-every/code-darwin-x64": "0.6.7",
40
+ "@just-every/code-linux-x64-musl": "0.6.7",
41
+ "@just-every/code-linux-arm64-musl": "0.6.7",
42
+ "@just-every/code-win32-x64": "0.6.7"
43
43
  }
44
44
  }