@cometix/codex
v0.98.0-cometix
Published
<p align="center"><code>npm i -g @cometix/codex</code></p> <p align="center"><strong>@cometix/codex</strong> — A customized fork of <a href="https://github.com/openai/codex">OpenAI Codex CLI</a>, the local coding agent that runs in your terminal.</p> <p a
Readme
Install
npm install -g @cometix/codexThen run codex to get started.
Fork Customizations
This fork includes the following enhancements over the upstream openai/codex:
- StatusLine (CxLine) — Bottom status bar displaying model name, reasoning effort, usage percentage, and rate limit reset time
- Reasoning Translation — Real-time translation of agent reasoning content via
/translatecommand, supporting 15+ LLM providers (OpenAI, Anthropic, DeepSeek, Moonshot, Qwen, Groq, Gemini, etc.) - Personality for all models — The Personality feature is enabled for every model, not limited to select ones
- CJK block cursor fix — Correct block cursor width for CJK characters on Windows Terminal
- Update detection via npm — Version checking uses the
@cometix/codexnpm registry instead of GitHub releases
Upstream Sync
This fork is regularly synced with the upstream OpenAI Codex repository. Current base: 0.98.0.
Using Codex with your ChatGPT plan
Run codex and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Team, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.
You can also use Codex with an API key, but this requires additional setup.
Docs
This repository is licensed under the Apache-2.0 License.
