Skip to content

Commit 2b865bd

Browse files
committed
Merge origin/main: adopt release metadata updates
2 parents 1a8bd1a + 83e6783 commit 2b865bd

3 files changed

Lines changed: 26 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
- (none)
99

10+
## [0.6.71] - 2026-02-26
11+
12+
- Core/Realtime: prefer websocket v2, add fallback behavior, and improve timeout handling for more resilient sessions. (7e53c578, d5909f3b, 4fedef88, 9d7013ea)
13+
- TUI: add `/copy`, improve clear controls (`/clear` and Ctrl-L), and expand multi-agent progress and picker UX. (ee1520e7, ca556fa3, a606e858, dcab4012, 5a30cd3f)
14+
- Security/Approvals: persist network approval policy and tighten zsh-fork approval and sandbox enforcement paths. (c3048ff9, 14116ade, a6a5976c, 648a420c, 59398125)
15+
- JS REPL: lower Node minimum requirement, gate incompatible runtimes at startup, and improve error recovery in nested tool calls. (7326c097, 40ab71a9, 125fbec3, 63c2ac96)
16+
1017
## [0.6.70] - 2026-02-16
1118

1219
- Core/Search: persist and restore tool selection after search. (02abd9a8)

codex-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@just-every/code",
3-
"version": "0.6.70",
3+
"version": "0.6.71",
44
"license": "Apache-2.0",
55
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
66
"bin": {
@@ -35,10 +35,10 @@
3535
"prettier": "^3.3.3"
3636
},
3737
"optionalDependencies": {
38-
"@just-every/code-darwin-arm64": "0.6.70",
39-
"@just-every/code-darwin-x64": "0.6.70",
40-
"@just-every/code-linux-x64-musl": "0.6.70",
41-
"@just-every/code-linux-arm64-musl": "0.6.70",
42-
"@just-every/code-win32-x64": "0.6.70"
38+
"@just-every/code-darwin-arm64": "0.6.71",
39+
"@just-every/code-darwin-x64": "0.6.71",
40+
"@just-every/code-linux-x64-musl": "0.6.71",
41+
"@just-every/code-linux-arm64-musl": "0.6.71",
42+
"@just-every/code-win32-x64": "0.6.71"
4343
}
4444
}
Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
1-
## @just-every/code v0.6.70
1+
## @just-every/code v0.6.71
22

3-
This release improves search persistence, Auto Drive routing control, and sandbox GPU access.
3+
This release improves realtime reliability, tightens approvals, and upgrades core TUI and JS REPL workflows.
44

55
### Changes
6-
- Core/Search: persist and restore tool selection after search.
7-
- Core/Search: warn when falling back to default metadata and keep selection.
8-
- Auto Drive: add configurable CLI routing entries.
9-
- Linux Sandbox: allow GPU device paths in landlock.
6+
7+
- Core/Realtime: prefer websocket v2, add fallback behavior, and improve timeout handling for more resilient sessions.
8+
- TUI: add `/copy`, improve clear controls (`/clear` and Ctrl-L), and expand multi-agent progress and picker UX.
9+
- Security/Approvals: persist network approval policy and tighten zsh-fork approval and sandbox enforcement paths.
10+
- JS REPL: lower Node minimum requirement, gate incompatible runtimes at startup, and improve error recovery in nested tool calls.
1011

1112
### Install
13+
1214
```bash
1315
npm install -g @just-every/code@latest
1416
code
1517
```
1618

17-
Compare: https://github.com/just-every/code/compare/v0.6.69...v0.6.70
19+
### Thanks
20+
21+
Thanks to @rupurt, @dchimento, @JaviSoto, @owenlin0, and @felipecoury for contributions!
22+
23+
Compare: https://github.com/just-every/code/compare/v0.6.70...v0.6.71

0 commit comments

Comments
 (0)