Skip to content

Commit 87c5393

Browse files
committed
Merge origin/main: adopt v0.6.80 release metadata
Merge the remote release bump and changelog updates into local main while keeping the v8 canary Bazel rc restore on top.
2 parents d4063a4 + 05849ea commit 87c5393

3 files changed

Lines changed: 22 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.80] - 2026-03-23
11+
12+
- TUI/App Server: complete the app-server-backed TUI migration with restored composer history and remote resume/fork history. (db89b73a, 334164a6, 78e8ee45)
13+
- Plugins: add the first `/plugins` TUI menu and expand featured/product-scoped plugin install and sync flows. (f7201e5a, 825d0937, db5781a0, b1570d6c)
14+
- Approvals/Sandbox: introduce `request_permissions`, persist its decisions across turns, and improve Linux sandbox defaults and split-filesystem handling. (e6b93841, d241dc59, 04892b4c, dcc4d7b6)
15+
- Multi-agent: switch agent identifiers to path-like IDs and add graph-style network visibility for agent runs. (79ad7b24, 70cdb177)
16+
- Core/Realtime: reduce startup hangs and stabilize realtime/websocket session shutdown and error delivery. (6ea04103, 98be562f, c8446d7c)
17+
1018
## [0.6.77] - 2026-03-07
1119

1220
- Core/Context: default session context mode to `auto` for better out-of-the-box context selection. (9a24bc71)

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.79",
3+
"version": "0.6.80",
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.79",
39-
"@just-every/code-darwin-x64": "0.6.79",
40-
"@just-every/code-linux-x64-musl": "0.6.79",
41-
"@just-every/code-linux-arm64-musl": "0.6.79",
42-
"@just-every/code-win32-x64": "0.6.79"
38+
"@just-every/code-darwin-arm64": "0.6.80",
39+
"@just-every/code-darwin-x64": "0.6.80",
40+
"@just-every/code-linux-x64-musl": "0.6.80",
41+
"@just-every/code-linux-arm64-musl": "0.6.80",
42+
"@just-every/code-win32-x64": "0.6.80"
4343
}
4444
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
## @just-every/code v0.6.77
1+
## @just-every/code v0.6.80
22

3-
This release improves automatic context selection defaults and strengthens context-mode reliability.
3+
This release improves day-to-day reliability and workflows across the TUI, plugins, approvals, and realtime sessions.
44

55
### Changes
6-
7-
- Core/Context: default session context mode to `auto` for better out-of-the-box context selection.
8-
- Auto Context: enrich 1M-judge risk signals to improve context quality and decision reliability.
9-
- TUI/Context: persist explicit disabled state for 1M mode so settings stay consistent across sessions.
6+
- TUI/App Server: complete the app-server-backed TUI migration with restored composer history and remote resume/fork history.
7+
- Plugins: add the first `/plugins` TUI menu and expand featured/product-scoped plugin install and sync flows.
8+
- Approvals/Sandbox: introduce `request_permissions`, persist its decisions across turns, and improve Linux sandbox defaults and split-filesystem handling.
9+
- Multi-agent: switch agent identifiers to path-like IDs and add graph-style network visibility for agent runs.
10+
- Core/Realtime: reduce startup hangs and stabilize realtime/websocket session shutdown and error delivery.
1011

1112
### Install
12-
1313
```bash
1414
npm install -g @just-every/code@latest
1515
code
1616
```
1717

18-
Compare: https://github.com/just-every/code/compare/v0.6.76...v0.6.77
18+
Compare: https://github.com/just-every/code/compare/v0.6.79...v0.6.80

0 commit comments

Comments
 (0)