File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 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" : {
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}
Original file line number Diff line number Diff line change 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
1414code
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
You can’t perform that action at this time.
0 commit comments