@just-every/code 0.5.8 → 0.5.9

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 +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
   
4
4
 
5
- <img src="docs/every-logo.png" alt="Every Code Logo" width="400">
5
+ <img src="docs/images/every-logo.png" alt="Every Code Logo" width="400">
6
6
 
7
7
  &ensp;
8
8
 
@@ -19,7 +19,7 @@
19
19
  - **Turbocharged performance** – History rendering and streaming were optimized to stay smooth even during long multi-agent sessions.
20
20
  - **Smarter agents** – Mix and match orchestrator CLIs (Claude, Gemini, GPT-5, Qwen, and more) per `/plan`, `/code`, or `/solve` run.
21
21
 
22
- Read the full notes in `release-notes/RELEASE_NOTES.md`.
22
+ Read the full notes in `docs/release-notes/RELEASE_NOTES.md`.
23
23
 
24
24
  &ensp;
25
25
  ## Why Every Code
@@ -38,7 +38,7 @@ Read the full notes in `release-notes/RELEASE_NOTES.md`.
38
38
  &ensp;
39
39
  <p align="center">
40
40
  <a href="https://youtu.be/UOASHZPruQk">
41
- <img src="docs/screenshots/video-auto-drive-new-play.jpg" alt="Play Introducing Auto Drive video" width="100%">
41
+ <img src="docs/images/video-auto-drive-new-play.jpg" alt="Play Introducing Auto Drive video" width="100%">
42
42
  </a><br>
43
43
  <strong>Auto Drive Overview</strong>
44
44
  </p>
@@ -46,7 +46,7 @@ Read the full notes in `release-notes/RELEASE_NOTES.md`.
46
46
  &ensp;
47
47
  <p align="center">
48
48
  <a href="https://youtu.be/sV317OhiysQ">
49
- <img src="docs/screenshots/video-v03-play.jpg" alt="Play Multi-Agent Support video" width="100%">
49
+ <img src="docs/images/video-v03-play.jpg" alt="Play Multi-Agent Support video" width="100%">
50
50
  </a><br>
51
51
  <strong>Multi-Agent Promo</strong>
52
52
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/code",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
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.5.8",
39
- "@just-every/code-darwin-x64": "0.5.8",
40
- "@just-every/code-linux-x64-musl": "0.5.8",
41
- "@just-every/code-linux-arm64-musl": "0.5.8",
42
- "@just-every/code-win32-x64": "0.5.8"
38
+ "@just-every/code-darwin-arm64": "0.5.9",
39
+ "@just-every/code-darwin-x64": "0.5.9",
40
+ "@just-every/code-linux-x64-musl": "0.5.9",
41
+ "@just-every/code-linux-arm64-musl": "0.5.9",
42
+ "@just-every/code-win32-x64": "0.5.9"
43
43
  }
44
44
  }