Files
vscode/build/agent-sdk/agents/codex/package.json
T
Giuseppe CianciandGitHub 8866080162 agentHost: update Codex to 0.146.0 (#328962)
Update the packaged Codex runtime and protocol-generation pin together, regenerate the app-server types, and adapt the handwritten integration to the updated schema.
2026-08-04 18:42:40 +00:00

9 lines
359 B
JSON

{
"name": "agent-sdk-codex",
"private": true,
"comment": "Pinned dependency set for the build/agent-sdk codex tarball. The package-lock.json alongside is the source of truth for transitive deps — produce.ts runs `npm ci` against this directory to get byte-deterministic output across pipeline runs.",
"dependencies": {
"@openai/codex": "0.146.0"
}
}