mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 18:16:07 +00:00
* fix(crestodian): keep onboarding RPCs restart-safe * fix(profiles): isolate approval state migrations * fix(crestodian): bypass configured gateway setup * test(crestodian): type onboarding mocks * fix(onboarding): require inference before Crestodian * fix(onboarding): enforce verified inference handoff * fix(macos): reset setup on gateway endpoint edits * chore(i18n): refresh native source inventory * fix(gateway): keep socket on request cancellation * test(packaging): require workspace templates * fix(onboarding): bind setup to verified inference * fix(onboarding): align inference gate contracts * fix(crestodian): classify concurrent policy rejection * test(crestodian): expect registry restoration * fix(onboarding): bind setup to configured gateways * fix(codex): preserve startup phase deadlines * test(crestodian): match fail-closed policy ordering * test(onboarding): assert bound gateway handoff * fix(codex): bind runtime resolution to spawn cwd * test(crestodian): assert policy rejection order * fix(cli): preserve gateway routing across restarts * fix(macos): fail closed during gateway edits * test(macos): cover gateway route generation races * chore: keep release notes out of onboarding PR * fix(ci): refresh onboarding generated checks * style(swift): align gateway channel formatting * fix(ci): refresh plugin SDK surface budgets * fix(ci): resync native string inventory * refactor(swift): split gateway channel support * test(doctor): isolate plugin compatibility registry * test(macos): isolate gateway onboarding fixtures * test(macos): assert gateway lease health ordering * fix(codex): reconcile computer-use startup changes
190 lines
5.9 KiB
JSON
190 lines
5.9 KiB
JSON
{
|
|
"name": "@openclaw/codex",
|
|
"version": "2026.7.2",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@openclaw/codex",
|
|
"version": "2026.7.2",
|
|
"dependencies": {
|
|
"@openai/codex": "0.144.1",
|
|
"smol-toml": "1.7.0",
|
|
"typebox": "1.3.3",
|
|
"ws": "8.21.0",
|
|
"zod": "4.4.3"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex": {
|
|
"version": "0.144.1",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1.tgz",
|
|
"integrity": "sha512-Xir1zqPfpenhdoAoshN53uonzbBXj18COyzRkFlVZpSNyEl5XtkuYu9oddELePFN7K/0sXUcSO34Ad5IeCXPbw==",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"codex": "bin/codex.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"optionalDependencies": {
|
|
"@openai/codex-darwin-arm64": "npm:@openai/codex@0.144.1-darwin-arm64",
|
|
"@openai/codex-darwin-x64": "npm:@openai/codex@0.144.1-darwin-x64",
|
|
"@openai/codex-linux-arm64": "npm:@openai/codex@0.144.1-linux-arm64",
|
|
"@openai/codex-linux-x64": "npm:@openai/codex@0.144.1-linux-x64",
|
|
"@openai/codex-win32-arm64": "npm:@openai/codex@0.144.1-win32-arm64",
|
|
"@openai/codex-win32-x64": "npm:@openai/codex@0.144.1-win32-x64"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-darwin-arm64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-darwin-arm64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-darwin-arm64.tgz",
|
|
"integrity": "sha512-dABeDK+ATqMG54MGBd3VjpKfh5EOoqx9PKVQB2QYDaEXx3F6CdUCXue5QIMfr4OxziUj8pUcLAQyd+KFqiTUFw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-darwin-x64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-darwin-x64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-darwin-x64.tgz",
|
|
"integrity": "sha512-K2g3Q3tNxzFhV0SuzO6HcsYK7EQrp/o4HyeReyhkwVrwwUPoYwyIbB0IRjHIiDzRhbKriDccid2iyF5aPqdTcg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-linux-arm64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-linux-arm64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-linux-arm64.tgz",
|
|
"integrity": "sha512-451o15+XtaXCCb35t/KCyyPqXHnTPxPxtdqEYOnE3e4sH5AfnI/uVJwfdjOksMG6vRLy6R+fLvSDOMguRFLmQw==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-linux-x64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-linux-x64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-linux-x64.tgz",
|
|
"integrity": "sha512-HNGVI+BulrOaC/0IzBvd6EL62j7LrlbFKibrhw6hZjjCjAeUYzRB2jB4qDzXN1NfqDi6Xrvniof3kwbwab24lg==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-win32-arm64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-win32-arm64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-win32-arm64.tgz",
|
|
"integrity": "sha512-L4aDVEh9o1u7WYoxpSyv3un9Bz26YZYocOFqE2oHdEQDL2s6/LdtutLQc3oUZruLlEbkNsjSU0HI1OKsP0+Ctg==",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@openai/codex-win32-x64": {
|
|
"name": "@openai/codex",
|
|
"version": "0.144.1-win32-x64",
|
|
"resolved": "https://registry.npmjs.org/@openai/codex/-/codex-0.144.1-win32-x64.tgz",
|
|
"integrity": "sha512-qv2HOp6v/nVP31p5I5GxYyL0wa79PMzim1+W9CKSV0UldjFV9AMbualA8PeXcYhbvvh9Y1UASXxwjuQdlyfAvw==",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"os": [
|
|
"win32"
|
|
],
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/smol-toml": {
|
|
"version": "1.7.0",
|
|
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.7.0.tgz",
|
|
"integrity": "sha512-aqVvWoyO21L23mb+drl4RmMXbf6N7FdHjAhTRA9ZBL7apWBgfWC16KjrASI+1p9GAroljyMHj6fK67i0UiTNvQ==",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/cyyynthia"
|
|
}
|
|
},
|
|
"node_modules/typebox": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.3.3.tgz",
|
|
"integrity": "sha512-URXGUE31PJDQC+PtRMJeLdF4kmmOdFoVPikPCtV2oOIhUpNpppEdIz7W8bH8cFYPYHdDpaRvqwdegMTmHliudg==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.21.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
|
|
"integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|