Skip to content

v1.0.0 - Production Release

Choose a tag to compare

@numman-ali numman-ali released this 01 Oct 23:17
· 60 commits to main since this release

πŸŽ‰ Production-ready OpenAI Codex OAuth Plugin

Features

  • βœ… ChatGPT Plus/Pro OAuth authentication with auto-refresh
  • βœ… Zero dependencies - Lightweight with only @openauthjs/openauth
  • βœ… Auto-updating Codex instructions - Fetches latest from OpenAI's Codex repo (cached 24h)
  • βœ… Full tool support with automatic remapping (apply_patch β†’ edit, update_plan β†’ todowrite)
  • βœ… High reasoning effort with detailed thinking blocks
  • βœ… Modular architecture for easy maintenance

Installation

npm install opencode-openai-codex-auth

Add to your opencode.json:

{
  "plugin": ["opencode-openai-codex-auth"],
  "model": "openai/gpt-5-codex"
}

Authentication

opencode auth login

Select "OpenAI" β†’ "ChatGPT Plus/Pro (Codex Subscription)"

Package Size

  • 13.5 kB compressed
  • 36.7 kB unpacked
  • Only 1 dependency

Credits

Based on research from: