Skip to content

Commit c99c085

Browse files
committed
Merge origin/main: adopt v0.6.63 release metadata updates
2 parents 9807d30 + 29186ca commit c99c085

3 files changed

Lines changed: 23 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
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)

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.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": {
@@ -35,10 +35,10 @@
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
}
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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
1213
npm install -g @just-every/code@latest
1314
code
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

0 commit comments

Comments
 (0)