@just-every/code 0.6.132 → 0.6.134
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.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -90,7 +90,7 @@ npm install -g @just-every/code
|
|
|
90
90
|
code // or `coder` if you're using VS Code
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
Note: If another tool already provides a `code` command (e.g
|
|
93
|
+
Note: If another tool already provides a `code` command (e.g., VS Code), our CLI is also installed as `coder`. Use `coder` to avoid conflicts.
|
|
94
94
|
|
|
95
95
|
**Authenticate** (one of the following):
|
|
96
96
|
- **Sign in with ChatGPT** (Plus/Pro/Team; uses models available to your plan)
|
|
@@ -100,7 +100,7 @@ Note: If another tool already provides a `code` command (e.g. VS Code), our CLI
|
|
|
100
100
|
|
|
101
101
|
### Install Claude, Antigravity & Gemini (optional)
|
|
102
102
|
|
|
103
|
-
Every Code supports orchestrating other AI CLI tools. Install these and
|
|
103
|
+
Every Code supports orchestrating other AI CLI tools. Install these and configure to use alongside Code.
|
|
104
104
|
|
|
105
105
|
```bash
|
|
106
106
|
# Ensure Node.js 20+ is available locally (installs into ~/.n)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@just-every/code",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.134",
|
|
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.
|
|
39
|
-
"@just-every/code-darwin-x64": "0.6.
|
|
40
|
-
"@just-every/code-linux-x64-musl": "0.6.
|
|
41
|
-
"@just-every/code-linux-arm64-musl": "0.6.
|
|
42
|
-
"@just-every/code-win32-x64": "0.6.
|
|
38
|
+
"@just-every/code-darwin-arm64": "0.6.134",
|
|
39
|
+
"@just-every/code-darwin-x64": "0.6.134",
|
|
40
|
+
"@just-every/code-linux-x64-musl": "0.6.134",
|
|
41
|
+
"@just-every/code-linux-arm64-musl": "0.6.134",
|
|
42
|
+
"@just-every/code-win32-x64": "0.6.134"
|
|
43
43
|
}
|
|
44
44
|
}
|