Skip to content

Commit 45bcfca

Browse files
committed
Merge origin/main: adopt v0.6.83 release metadata
Keep local TUI changes and merge remote changelog, package version, and release notes updates.
2 parents 12b37af + d4d1465 commit 45bcfca

3 files changed

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

1217
- CI: fall back to local Bazel execution when the BuildBuddy API key is unavailable, preventing release pipeline failures in restricted environments. (c6eddcc3)

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

3-
This release improves release pipeline resilience when remote BuildBuddy credentials are not available.
3+
This release improves release pipeline reliability when BuildBuddy credentials are unavailable.
44

55
### Changes
66

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

1010
### Install
1111

@@ -14,4 +14,4 @@ npm install -g @just-every/code@latest
1414
code
1515
```
1616

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

0 commit comments

Comments
 (0)