We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a24bc7 + 96eae4f commit a2416efCopy full SHA for a2416ef
1 file changed
codex-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@just-every/code",
3
- "version": "0.6.75",
+ "version": "0.6.76",
4
"license": "Apache-2.0",
5
"description": "Lightweight coding agent that runs in your terminal - fork of OpenAI Codex",
6
"bin": {
@@ -35,10 +35,10 @@
35
"prettier": "^3.3.3"
36
},
37
"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"
+ "@just-every/code-darwin-arm64": "0.6.76",
+ "@just-every/code-darwin-x64": "0.6.76",
+ "@just-every/code-linux-x64-musl": "0.6.76",
+ "@just-every/code-linux-arm64-musl": "0.6.76",
+ "@just-every/code-win32-x64": "0.6.76"
43
}
44
0 commit comments