copex-1.0.4 is not a library.
Copex - Copilot Extended
A fast, native CLI for GitHub Copilot with extended features: plan-and-execute workflows, Ralph Wiggum loops, and tool execution.
Features
- 🚀 Native Performance - Written in Rust for speed and reliability
- 💬 Chat Mode - Interactive conversations with AI models
- 📋 Plan Mode - Multi-step task planning with automatic execution
- 🔁 Ralph Mode - Iterative AI loops that keep trying until success
- 🛠️ Tool Execution - Create files, view content, run bash commands
- 🎨 Rich UI - Syntax highlighting, streaming output, themes
- 💾 Session Management - Save and restore conversation history
- 🔌 MCP Support - Connect to external tool servers
Installation
From crates.io:
From source:
Prerequisites
- GitHub Copilot CLI installed and authenticated
- Active Copilot subscription
Quick Start
Chat - Simple Conversations
# Quick question
# With specific model
# With reasoning
Plan - Multi-Step Workflows
# Generate and execute a plan
# Review plan before executing
# Save plan for later
# Resume from step 3
Ralph - Iterative Until Success
# Keep trying until all tests pass
# With completion promise
Interactive Mode
Session Management
# List sessions
# Save current session
# Resume session
Configuration
Create ~/.config/copex/config.toml:
= "gpt-5.2-codex"
= "high"
= "monokai"
[]
= 5
= 1000
Models
# List available models
# Use specific model
Reasoning Levels
none- No extended thinkinglow- Light reasoningmedium- Balanced (default)high- Deep reasoningxhigh- Maximum reasoning (supported by some models)
Migration from Python
This is a complete rewrite of copex from Python to Rust. All features are preserved with improved performance.
The Python version is archived in archive/python-v1.1.0/.
License
MIT