File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88- (none)
99
10+ ## [ 0.6.64] - 2026-02-11
11+
12+ - TUI: normalize agent alias slugs in summary counts. (b8449aeb)
13+ - Core: default Codex to gpt-5.3 and align CLI checks. (9807d30d)
14+
1015## [ 0.6.63] - 2026-02-11
1116
1217- Core: support multiple rate limits. (fdd0cd1d)
Original file line number Diff line number Diff line change 11{
22 "name" : " @just-every/code" ,
3- "version" : " 0.6.63 " ,
3+ "version" : " 0.6.64 " ,
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.63 " ,
39- "@just-every/code-darwin-x64" : " 0.6.63 " ,
40- "@just-every/code-linux-x64-musl" : " 0.6.63 " ,
41- "@just-every/code-linux-arm64-musl" : " 0.6.63 " ,
42- "@just-every/code-win32-x64" : " 0.6.63 "
38+ "@just-every/code-darwin-arm64" : " 0.6.64 " ,
39+ "@just-every/code-darwin-x64" : " 0.6.64 " ,
40+ "@just-every/code-linux-x64-musl" : " 0.6.64 " ,
41+ "@just-every/code-linux-arm64-musl" : " 0.6.64 " ,
42+ "@just-every/code-win32-x64" : " 0.6.64 "
4343 }
4444}
Original file line number Diff line number Diff line change 1- ## @just-every/code v0.6.63
2- This release improves websocket stability, rate-limit handling, and TUI behavior.
1+ ## @just-every/code v0.6.64
2+
3+ This release focuses on agent defaults and clearer agent summaries.
34
45### Changes
5- - Core: support multiple rate limits.
6- - Core/Protocol: add websocket preference and rate-limit metadata; serialize rate-limit ids as nullable.
7- - Core/Websocket: avoid resending output items and tighten incrementality checks.
8- - TUI: queue rollback trims in app-event order and keep history recall cursor at line end.
9- - Exec Policy: reject empty command lists and honor never-prompt approval policy.
6+ - TUI: normalize agent alias slugs in summary counts.
7+ - Core: default Codex to gpt-5.3 and align CLI checks.
108
119### Install
12- ``` bash
10+ ``` sh
1311npm install -g @just-every/code@latest
1412code
1513```
1614
17- Compare: https://github.com/just-every/code/compare/v0.6.62 ...v0.6.63
15+ Compare: https://github.com/just-every/code/compare/v0.6.63 ...v0.6.64
You can’t perform that action at this time.
0 commit comments