@just-every/code 0.2.170 → 0.2.171
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
|
@@ -195,9 +195,9 @@ model = "gpt-5"
|
|
|
195
195
|
model_provider = "openai"
|
|
196
196
|
|
|
197
197
|
# Behavior
|
|
198
|
-
approval_policy = "
|
|
198
|
+
approval_policy = "on-request" # untrusted | on-failure | on-request | never
|
|
199
199
|
model_reasoning_effort = "medium" # low | medium | high
|
|
200
|
-
sandbox_mode = "
|
|
200
|
+
sandbox_mode = "workspace-write"
|
|
201
201
|
|
|
202
202
|
# UI preferences see THEME_CONFIG.md
|
|
203
203
|
[tui.theme]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@just-every/code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.171",
|
|
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.2.
|
|
39
|
-
"@just-every/code-darwin-x64": "0.2.
|
|
40
|
-
"@just-every/code-linux-x64-musl": "0.2.
|
|
41
|
-
"@just-every/code-linux-arm64-musl": "0.2.
|
|
42
|
-
"@just-every/code-win32-x64": "0.2.
|
|
38
|
+
"@just-every/code-darwin-arm64": "0.2.171",
|
|
39
|
+
"@just-every/code-darwin-x64": "0.2.171",
|
|
40
|
+
"@just-every/code-linux-x64-musl": "0.2.171",
|
|
41
|
+
"@just-every/code-linux-arm64-musl": "0.2.171",
|
|
42
|
+
"@just-every/code-win32-x64": "0.2.171"
|
|
43
43
|
}
|
|
44
44
|
}
|