codex-open
v0.1.2504181820
Published
An open-source CLI tool for AI-assisted coding
Maintainers
Readme
Codex Open CLI
An open-source CLI tool for AI-assisted coding, based on the Codex CLI.
Installation
npm install -g codex-openOr using yarn:
yarn global add codex-openOr using pnpm:
pnpm add -g codex-openUsage
codex "Write a function to calculate the Fibonacci sequence"Features
- Supports multiple AI models including OpenAI models and Deepseek models
- Handles Chinese text properly
- Streams responses in real-time
- Executes shell commands
- Edits files
- Provides a terminal-based UI
Configuration
Set your OpenAI API key:
export OPENAI_API_KEY=your-api-keyOptions
--model, -m Specify the model to use (default: gpt-4o)
--help Show help
--version Show versionLicense
Apache-2.0
