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.63] - 2026-02-11
11+
12+ - Core: support multiple rate limits. (fdd0cd1d)
13+ - Core/Protocol: add websocket preference and rate-limit metadata; serialize rate-limit ids as nullable. (c6cf7ff9, 807615dc)
14+ - Core/Websocket: avoid resending output items and tighten incrementality checks. (44731479, 0639c338)
15+ - TUI: queue rollback trims in app-event order and keep history recall cursor at line end. (8b46c0ce, e704f488)
16+ - Exec Policy: reject empty command lists and honor never-prompt approval policy. (cc8c2933, 693bac18)
17+
1018## [ 0.6.62] - 2026-02-11
1119
1220- App Server: add app-server support for client connections. (b86fcd5d)
Original file line number Diff line number Diff line change 11{
22 "name" : " @just-every/code" ,
3- "version" : " 0.6.62 " ,
3+ "version" : " 0.6.63 " ,
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.62 " ,
39- "@just-every/code-darwin-x64" : " 0.6.62 " ,
40- "@just-every/code-linux-x64-musl" : " 0.6.62 " ,
41- "@just-every/code-linux-arm64-musl" : " 0.6.62 " ,
42- "@just-every/code-win32-x64" : " 0.6.62 "
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 "
4343 }
4444}
Original file line number Diff line number Diff line change 1- ## @just-every/code v0.6.62
2- This release expands app-server capabilities and improves model routing diagnostics .
1+ ## @just-every/code v0.6.63
2+ This release improves websocket stability, rate-limit handling, and TUI behavior .
33
44### Changes
5- - App Server: add app-server support for client connections.
6- - App Server: wire the Linux sandbox executable into config.
7- - Model Routing: surface reroute warnings and status models.
8- - Core/Agents: resolve Claude from home fallback paths.
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.
910
1011### Install
11- ``` sh
12+ ``` bash
1213npm install -g @just-every/code@latest
1314code
1415```
1516
16- Compare: https://github.com/just-every/code/compare/v0.6.61 ...v0.6.62
17+ Compare: https://github.com/just-every/code/compare/v0.6.62 ...v0.6.63
You can’t perform that action at this time.
0 commit comments