Releases: emirdegirmenci/ask-codex
Releases · emirdegirmenci/ask-codex
Release list
ask-codex v1.0.0
First release of ask-codex — a Claude Code plugin that makes OpenAI Codex a teammate.
Install
/plugin marketplace add emirdegirmenci/ask-codex
/plugin install ask-codex@ask-codex
Requires the Codex MCP server: claude mcp add codex -- codex mcp-server.
What's in it
- ask-codex skill — delegate review / plan / refactor / implement to Codex with the right model + effort, plus a four-part prompt recipe. Proactively offers Codex on high-stakes calls (architecture, irreversible changes, stubborn bugs, security-critical diffs) — never a silent call.
- codex-teammate subagent — runs multi-turn Codex loops in isolated context, returns only the outcome.
- scripts/sync-models.py — generates the model list from Codex's own cache, so the skill never suggests a model/effort that doesn't exist.
A release tag is not required to install from the marketplace; it's here for version tracking.