Skip to content

Commit a2416ef

Browse files
committed
Merge origin/main: adopt v0.6.76 package bumps; keep auto context default
2 parents 9a24bc7 + 96eae4f commit a2416ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.75",
3+
"version": "0.6.76",
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.75",
39-
"@just-every/code-darwin-x64": "0.6.75",
40-
"@just-every/code-linux-x64-musl": "0.6.75",
41-
"@just-every/code-linux-arm64-musl": "0.6.75",
42-
"@just-every/code-win32-x64": "0.6.75"
38+
"@just-every/code-darwin-arm64": "0.6.76",
39+
"@just-every/code-darwin-x64": "0.6.76",
40+
"@just-every/code-linux-x64-musl": "0.6.76",
41+
"@just-every/code-linux-arm64-musl": "0.6.76",
42+
"@just-every/code-win32-x64": "0.6.76"
4343
}
4444
}

0 commit comments

Comments
 (0)