codex-chat
Installation
SKILL.md
Codex Interactive Chat
Advanced interactive workflows with Codex CLI REPL featuring full automation and session management.
Last Updated: December 2025 (GPT-5.2 Release)
Quick Start
# Start interactive session
codex "Let's work on improving authentication"
# With full automation
codex --dangerously-bypass-approvals-and-sandbox "Auto-execute everything"
# With specific model (December 2025)
codex -m gpt-5.1-codex-max "Complex development task" # Default, best for coding
codex -m gpt-5.2 "Tasks needing 400K context"
codex -m gpt-5.2-pro "Maximum accuracy tasks"