release: bump Codex Security to 0.1.4 - #111
Conversation
|
@codex review Please review the exact release head |
|
Codex Review: Didn't find any major issues. Nice work! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
There was a problem hiding this comment.
Pull request overview
This PR bumps the published TypeScript SDK/CLI package version for @openai/codex-security to 0.1.4, aligning the repository’s package metadata with the intended npm patch release while keeping the existing release workflow and lockfile behavior unchanged.
Changes:
- Update
@openai/codex-securitypackage version from0.1.3to0.1.4.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
@openai/codex-securityfrom0.1.3to0.1.4with a one-line change on the latestmain; keep the frozen dependency lockfile and protected release workflow unchanged.npm-v0.1.3:Validation
latestandmainare both0.1.3, nonpm-v0.1.4tag exists, and there is no competing patch-release PR.pnpm install --frozen-lockfile: passed using the Socket Firewall; dependency lockfile unchanged.pnpm run types: passed.pnpm run format: passed.pnpm run build: passed.openai-codex-security-0.1.4.tgzusing the release workflow's exactgitHeadstamping procedure for commitc58531e06df627690d121f9ea1e47d9951b5368d; the temporary stamp is not part of the PR.check:package: 179 validated archive entries, matching release provenance, all 95 bundled plugin files, and a fresh-install SDK/CLI smoke.test:package: verified a fresh installation, the public SDK import,codex-security --help, andcodex-security --versionreturning0.1.4.57710aac41fe56acd4cf308c5f166a5c351eb3324a1ccfa527470e9636fd904f.Release
After review and merge, create
npm-v0.1.4on the resultingmainmerge commit. The existingnode-releaseworkflow will verify, stamp, and publish that merge commit through the protectednpmenvironment with provenance.Opening or merging this PR does not itself publish the package or create the release tag.