Community-maintained fixes for Codex bugs.
Run this command after every Codex update:
npx codex-fixes@latestHelp make Codex less annoying: report real bugs, share workarounds, verify platforms, or tell us when OpenAI finally fixed one: https://github.com/zhuhaow/codex-fixes/issues
This repository is a TypeScript-only monorepo:
apps/site: Astro website for active issues, fix documentation, and contribution entry points.packages/cli: Node CLI for local diagnostics and fix application.registry: Shared issue metadata and fix scripts.
- Node.js 22 or newer
- npm 10 or newer
Install dependencies once:
npm installRun the website locally:
npm run devBuild everything in the workspace:
npm run buildBuild only the website:
npm run build:siteThe CLI package is published from GitHub Actions with npm trusted publishing. Release builds are verified in CI and published from protected version tags.
apps/
site/ Astro website
packages/
cli/ Node CLI
registry/
issues/ Issue manifests and fix scripts
schema/ Registry JSON schema