mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 23:56:09 +01:00
Update the packaged Codex runtime and protocol-generation pin together, regenerate the app-server types, and adapt the handwritten integration to the updated schema.
9 lines
359 B
JSON
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"
|
|
}
|
|
}
|