Codex Knowledge Base
Codex Security Meets Codex CLI: Building an Automated Vulnerability Remediation Pipeline
OpenAI now ships two complementary security surfaces: Codex Security, the cloud-hosted application security agent that scans repositories commit-by-commit.
The Codex Native SDK: Embedding Rust-Powered Coding Agents Directly in Node.js Applications
The official @openai/codex-sdk wraps the Codex CLI binary and talks to it over stdin/stdout JSONL pipes. It works, but the process-spawning overhead.
The Codex Go SDK Ecosystem: Embedding Coding Agents in Go Applications
OpenAI ships official Codex SDKs for TypeScript and Python, but Go — the language powering most of the cloud-native tooling developers interact with daily.
Hermetic codex exec Runs: Isolation Flags, Deterministic Configuration, and Reproducible CI Pipelines
Every developer who has debugged a works on my machine CI failure knows the pain of non-deterministic builds.
Codex CLI v0.125: Permission Profile Persistence, App-Server Unix Sockets, and Rollout Tracing
Version 0.125.0, released on 24 April 2026, ships 22 features, 14 improvements, and 24 bug fixes across 69 total changes. Three themes dominate: permission.
Codex CLI and Sentry MCP: Closed-Loop Error Triage and Automated Fix Pipelines
Production errors are a fact of engineering life, but the manual loop of receive alert → open Sentry → read stack trace → find code → hypothesise → fix →....
Codex CLI for Release Engineering: Automated Changelogs, Semantic Versioning, and Release Note Generation
Release engineering is one of those disciplines that every team acknowledges as important yet few invest in properly. Version bumps are manual, changelogs.
Codex CLI for React Native and Expo: First-Party Skills, Plugins, and Mobile Development Workflows
React Native and Expo have always attracted developers who want to move fast. In 2026, that ethos extends to AI-assisted development.
Codex CLI for PHP and Laravel Teams: Boost MCP, Pest Workflows, and Composer Sandbox Patterns
PHP powers roughly 75% of websites with a known server-side language, and Laravel remains the dominant framework — Laravel 13 shipped on 17 March 2026 with.
Safe Database Schema Refactoring with Codex CLI and Neon Branching
Schema migrations remain one of the riskiest operations in a production system. A dropped column, a mistyped constraint, or a subtly wrong data.