update-codex-sdk
Update the bundled Codex SDK
The public npm latest version is not necessarily installable in VS Code CI. The Azure pipeline uses the private vscode feed, where CFS normally quarantines new third-party package versions for seven days. Select a version from that feed before changing files.
Select a CI-available version
Run the helper from the repository root:
node --experimental-strip-types .agents/skills/update-codex-sdk/scripts/latest-private-version.ts
It obtains an Azure DevOps access token from the signed-in Azure CLI, queries the same feed used by build/azure-pipelines/dependencies-check.yml, and reports the newest stable release for which the root package and every platform binary alias declared by that release are present. It never prints the token. If Azure CLI authentication is missing or expired, ask the user to authenticate rather than falling back to the public registry.
To check a user-requested version explicitly:
node --experimental-strip-types .agents/skills/update-codex-sdk/scripts/latest-private-version.ts --version 0.149.1