Skip to content

Commit 93197a8

Browse files
committed
Merge branch 'main' of https://github.com/just-every/code
2 parents 114e400 + 45b7738 commit 93197a8

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

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.73] - 2026-02-27
11+
12+
- TUI/Auto Review: parse embedded JSON review results from mixed runner output so summaries stay focused on findings. (8cc2ba18)
13+
- TUI/Auto Review: truncate plain-text fallback summaries to prevent raw log dumps in chat history. (8cc2ba18)
14+
1015
## [0.6.72] - 2026-02-27
1116

1217
- Agents/App Server: add external agent config migration API with import depth guards to safely bring configs forward. (1a8bd1ac)

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

3-
This release improves agent config migration safety and keeps TUI auto-review feedback loops responsive.
3+
This release improves Auto Review output handling in the TUI for clearer, less noisy summaries.
44

55
### Changes
66

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.
7+
- TUI/Auto Review: parse embedded JSON review results from mixed runner output so summaries stay focused on findings.
8+
- TUI/Auto Review: truncate plain-text fallback summaries to prevent raw log dumps in chat history.
99

1010
### Install
1111

@@ -14,4 +14,4 @@ npm install -g @just-every/code@latest
1414
code
1515
```
1616

17-
Compare: https://github.com/just-every/code/compare/v0.6.71...v0.6.72
17+
Compare: https://github.com/just-every/code/compare/v0.6.72...v0.6.73

0 commit comments

Comments
 (0)