@just-every/code 0.4.2 → 0.4.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 +11 -22
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -33,29 +33,19 @@ Read the full notes in `release-notes/RELEASE_NOTES.md`.
33
33
  - 🔒 **Safety modes** – Read-only, approvals, and workspace sandboxing.
34
34
 
35
35
  <p align="center">
36
- <strong>Introducing Auto Drive</strong>
37
- <video width="100%" controls playsinline>
38
- <source src="https://upload.justevery.com/AutoDrive.webm" type="video/webm">
39
- <source src="https://upload.justevery.com/AutoDrive.mp4" type="video/mp4">
40
- Your browser does not support embedded videos. Watch the <a href="https://upload.justevery.com/AutoDrive.mp4">Auto Drive demo</a> instead.
41
- </video>
36
+ <strong>Introducing Auto Drive</strong><br>
37
+ <a href="https://youtu.be/Du3p7Q8_eUo">
38
+ <img src="docs/screenshots/video-auto-drive-play.jpg" alt="Play Introducing Auto Drive video" width="100%">
39
+ </a>
42
40
  </p>
43
41
 
44
42
  <p align="center">
45
- <strong>Multi-Agent Support</strong>
46
- <video width="100%" controls playsinline>
47
- <source src="https://upload.justevery.com/v0-3.webm" type="video/webm">
48
- <source src="https://upload.justevery.com/v0-3.mp4" type="video/mp4">
49
- Your browser does not support embedded videos. Watch the <a href="https://upload.justevery.com/v0-3.mp4">v0.3 overview</a> instead.
50
- </video>
43
+ <strong>Multi-Agent Support</strong><br>
44
+ <a href="https://youtu.be/1_X8O8W2X0M">
45
+ <img src="docs/screenshots/video-v03-play.jpg" alt="Play Multi-Agent Support video" width="100%">
46
+ </a>
51
47
  </p>
52
48
 
53
- &ensp;
54
- | <img src="docs/screenshots/simple.png" alt="Simple interface" width="100%"><br>Simple interface | <img src="docs/screenshots/diff.png" alt="Unified diff viewer" width="100%"><br>Unified diffs |
55
- |:--:|:--:|
56
-
57
- | <br><img src="docs/screenshots/browser.png" alt="Browser control" width="100%"><br>Browser control | <br><img src="docs/screenshots/agents.png" alt="Assist with Claude & Gemini" width="100%"><br>Assist with Claude & Gemini |
58
- |:--:|:--:|
59
49
 
60
50
 
61
51
  &ensp;
@@ -79,7 +69,6 @@ Note: If another tool already provides a `code` command (e.g. VS Code), our CLI
79
69
  **Authenticate** (one of the following):
80
70
  - **Sign in with ChatGPT** (Plus/Pro/Team; uses models available to your plan)
81
71
  - Run `code` and pick "Sign in with ChatGPT"
82
- - Stores creds locally at `~/.code/auth.json` (still reads legacy `~/.codex/auth.json` if present)
83
72
  - **API key** (usage-based)
84
73
  - Set `export OPENAI_API_KEY=xyz` and run `code`
85
74
 
@@ -226,7 +215,7 @@ Code supports MCP for extended capabilities:
226
215
  - **API integrations**: Connect to external services
227
216
  - **Custom tools**: Build your own extensions
228
217
 
229
- Configure MCP in `~/.code/config.toml` (legacy `~/.codex/config.toml` is still read if present). Define each server under a named table like `[mcp_servers.<name>]` (this maps to the JSON `mcpServers` object used by other clients):
218
+ Configure MCP in `~/.code/config.toml` Define each server under a named table like `[mcp_servers.<name>]` (this maps to the JSON `mcpServers` object used by other clients):
230
219
 
231
220
  ```toml
232
221
  [mcp_servers.filesystem]
@@ -267,7 +256,7 @@ model_reasoning_summary = "detailed"
267
256
 
268
257
  ### Environment variables
269
258
 
270
- - `CODEX_HOME`: Override config directory location
259
+ - `CODE_HOME`: Override config directory location
271
260
  - `OPENAI_API_KEY`: Use API key instead of ChatGPT auth
272
261
  - `OPENAI_BASE_URL`: Use alternative API endpoints
273
262
  - `OPENAI_WIRE_API`: Force the built-in OpenAI provider to use `chat` or `responses` wiring
@@ -332,7 +321,7 @@ Using OpenAI, Anthropic or Google services through Code means you agree to **the
332
321
  - If you configure other model providers, you're responsible for their terms.
333
322
 
334
323
  ### Privacy
335
- - Your auth file lives at `~/.code/auth.json` (legacy `~/.codex/auth.json` is still read).
324
+ - Your auth file lives at `~/.code/auth.json`
336
325
  - Inputs/outputs you send to AI providers are handled under their Terms and Privacy Policy; consult those documents (and any org-level data-sharing settings).
337
326
 
338
327
  ### Subject to change
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@just-every/code",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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.4.2",
39
- "@just-every/code-darwin-x64": "0.4.2",
40
- "@just-every/code-linux-x64-musl": "0.4.2",
41
- "@just-every/code-linux-arm64-musl": "0.4.2",
42
- "@just-every/code-win32-x64": "0.4.2"
38
+ "@just-every/code-darwin-arm64": "0.4.3",
39
+ "@just-every/code-darwin-x64": "0.4.3",
40
+ "@just-every/code-linux-x64-musl": "0.4.3",
41
+ "@just-every/code-linux-arm64-musl": "0.4.3",
42
+ "@just-every/code-win32-x64": "0.4.3"
43
43
  }
44
44
  }