Skip to content

Commit c0b0729

Browse files
committed
2 parents 3af8354 + fca5e65 commit c0b0729

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
- (none)
99

10+
## [0.5.14] - 2025-11-28
11+
12+
- Core/Bridge: surface code-bridge events directly in sessions so runs show live bridge activity. (ca8f0efa)
13+
- TUI: keep composer popups aligned after history navigation and wrap the agent list inside the command editor for better readability. (bb4a43cf, b890eac3)
14+
- Auto Drive: stabilize the intro placeholder and ensure exec completions render in order so automation transcripts stay coherent. (7a652b74, d9e5ddbd)
15+
- Core/Compact: prune orphan tool outputs before compaction to shrink bloated histories and speed up resumes. (8ba5f744)
16+
1017
## [0.5.13] - 2025-11-27
1118

1219
- CLI: bump the npm package and platform binaries to 0.5.13 so installs grab the latest build. (285c8ca7)

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.5.13",
3+
"version": "0.5.14",
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.5.13",
39-
"@just-every/code-darwin-x64": "0.5.13",
40-
"@just-every/code-linux-x64-musl": "0.5.13",
41-
"@just-every/code-linux-arm64-musl": "0.5.13",
42-
"@just-every/code-win32-x64": "0.5.13"
38+
"@just-every/code-darwin-arm64": "0.5.14",
39+
"@just-every/code-darwin-x64": "0.5.14",
40+
"@just-every/code-linux-x64-musl": "0.5.14",
41+
"@just-every/code-linux-arm64-musl": "0.5.14",
42+
"@just-every/code-win32-x64": "0.5.14"
4343
}
4444
}
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
## @just-every/code v0.5.13
2-
A maintenance refresh that keeps installs aligned with the latest binaries while ensuring CI stays green during the workflow transition.
1+
## @just-every/code v0.5.14
2+
Automation stability, TUI polish, and new bridge telemetry land in this release.
33

44
### Changes
5-
- CLI: bump the npm package and platform binaries to 0.5.13 so installs grab the latest build.
6-
- CI: add a placeholder rust-ci workflow so required checks stay green during migration.
5+
- Core/Bridge: surface code-bridge events directly in sessions so runs show live bridge activity.
6+
- TUI: keep composer popups aligned after history navigation and wrap the agent list inside the command editor for better readability.
7+
- Auto Drive: stabilize the intro placeholder and ensure exec completions render in order so automation transcripts stay coherent.
8+
- Core/Compact: prune orphan tool outputs before compaction to shrink bloated histories and speed up resumes.
79

810
### Install
911
```
1012
npm install -g @just-every/code@latest
1113
code
1214
```
1315

14-
Compare: https://github.com/just-every/code/compare/v0.5.12...v0.5.13
16+
Compare: https://github.com/just-every/code/compare/v0.5.13...v0.5.14

0 commit comments

Comments
 (0)