Skip to content

Commit c187c0b

Browse files
committed
Merge origin/main: adopt v0.6.82 release metadata
Merge the remote release metadata update that was generated from the BuildBuddy fallback work while keeping the follow-up v8 Bazel config fix on top.
2 parents 7fd302e + d84287c commit c187c0b

3 files changed

Lines changed: 18 additions & 14 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.82] - 2026-03-23
11+
12+
- CI: fall back to local Bazel execution when the BuildBuddy API key is unavailable, preventing release pipeline failures in restricted environments. (c6eddcc3)
13+
- Release Workflows: apply the BuildBuddy fallback path to both `rusty-v8-release` and `v8-canary` jobs for consistent publish reliability. (c6eddcc3)
14+
1015
## [0.6.80] - 2026-03-23
1116

1217
- TUI/App Server: complete the app-server-backed TUI migration with restored composer history and remote resume/fork history. (db89b73a, 334164a6, 78e8ee45)

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

3-
This release improves day-to-day reliability and workflows across the TUI, plugins, approvals, and realtime sessions.
3+
This release improves release pipeline resilience when remote BuildBuddy credentials are not available.
44

55
### Changes
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.
6+
7+
- CI: fall back to local Bazel execution when the BuildBuddy API key is unavailable, preventing release pipeline failures in restricted environments.
8+
- Release Workflows: apply the BuildBuddy fallback path to both `rusty-v8-release` and `v8-canary` jobs for consistent publish reliability.
119

1210
### Install
11+
1312
```bash
1413
npm install -g @just-every/code@latest
1514
code
1615
```
1716

18-
Compare: https://github.com/just-every/code/compare/v0.6.79...v0.6.80
17+
Compare: https://github.com/just-every/code/compare/v0.6.81...v0.6.82

0 commit comments

Comments
 (0)