Skip to content

Commit f81ce35

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 3127a57 + 93b372b commit f81ce35

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

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.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)

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

0 commit comments

Comments
 (0)