eybo-codex-cli
v1.0.2
Published
Lightweight coding agent that runs in your terminal
Downloads
9
Maintainers
Readme
Codex CLI
A lightweight command-line interface for interacting with AI models directly from your terminal, featuring a distinctive Matrix-inspired green interface.
Features
- 🟢 Matrix-inspired green interface for commands, user messages, and loading indicators
- 🚀 Terminal-based UI for quick access and efficient workflow
- 💬 Natural conversation with AI models
- 🛠️ Slash command support for various features
- 🔌 Integration with Ollama for local models (Llama, Gemma, Mistral, etc.)
- 📁 Directory context for code-related assistance
- ⚡ Command execution with approval system
- 📄 File operations through natural conversation
Installation
npm install -g eybo-codex-cliUsage
Launch the application with:
codex-cliOnce started, you can interact naturally with the AI assistant:
- "What files are in this directory?"
- "Explain the code in main.js"
- "Help me fix the compilation error in this project"
Supported Commands
/clear- Clear the current context/help- Display help information/modelsor/m- Manage Ollama models/ollamaor/o- Configure Ollama integration/history- View command history
Configuration
Codex CLI can be configured through environment variables or a config file located at ~/.config/codex-cli/config.json:
{
"providerType": "ollama",
"providerUrl": "http://localhost:11434",
"defaultModel": "cogito:8b",
"approvalPolicy": "suggest",
"theme": "matrix"
}What's New in Version 1.0.2
- 🟢 Matrix-style green interface for commands and system elements
- 🔄 Fixed Delete key behavior
- 🐳 Optimized Dockerfile for simpler deployment
- 📦 Improved stability and performance
Contributing
We welcome contributions to Codex CLI! Whether it's adding new features, fixing bugs, or improving documentation, your help is appreciated.
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Open a Pull Request
License
Apache-2.0
