Skip to content

Commit 3b19840

Browse files
committed
Merge branch 'main' of https://github.com/just-every/code
2 parents 8cc2ba1 + 7b869bf commit 3b19840

3 files changed

Lines changed: 16 additions & 17 deletions

File tree

CHANGELOG.md

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

88
- (none)
99

10+
## [0.6.72] - 2026-02-27
11+
12+
- Agents/App Server: add external agent config migration API with import depth guards to safely bring configs forward. (1a8bd1ac)
13+
- TUI/Auto Review: dispatch idle review findings back to the model so automated review cycles continue reliably. (e57a1e0f)
14+
1015
## [0.6.71] - 2026-02-26
1116

1217
- Core/Realtime: prefer websocket v2, add fallback behavior, and improve timeout handling for more resilient sessions. (7e53c578, d5909f3b, 4fedef88, 9d7013ea)

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.71",
3+
"version": "0.6.72",
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.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"
38+
"@just-every/code-darwin-arm64": "0.6.72",
39+
"@just-every/code-darwin-x64": "0.6.72",
40+
"@just-every/code-linux-x64-musl": "0.6.72",
41+
"@just-every/code-linux-arm64-musl": "0.6.72",
42+
"@just-every/code-win32-x64": "0.6.72"
4343
}
4444
}
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
## @just-every/code v0.6.71
1+
## @just-every/code v0.6.72
22

3-
This release improves realtime reliability, tightens approvals, and upgrades core TUI and JS REPL workflows.
3+
This release improves agent config migration safety and keeps TUI auto-review feedback loops responsive.
44

55
### Changes
66

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.
7+
- Agents/App Server: add external agent config migration API with import depth guards to safely bring configs forward.
8+
- TUI/Auto Review: dispatch idle review findings back to the model so automated review cycles continue reliably.
119

1210
### Install
1311

@@ -16,8 +14,4 @@ npm install -g @just-every/code@latest
1614
code
1715
```
1816

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
17+
Compare: https://github.com/just-every/code/compare/v0.6.71...v0.6.72

0 commit comments

Comments
 (0)