Skip to content

CodexADeveloper Intelligence Engine

Semantic code search, AI-assisted understanding, and workspace tooling for developers and AI agents.

Quick Start

bash
# Install
pip install -e "."

# Initialize & index your project
cd /path/to/your-project
codex init
codex index .
codex doctor

# Search your code
codex search "authentication middleware"

# AI-powered analysis
codex ask "How does the auth flow work?"
codex quality src/
codex hotspots

At a Glance

MetricValue
Version0.28.0
CLI Commands36
AI Agent Tools8 (+ plugin-registered)
Plugin Hooks22
Packages26
Parsed Languages12
Tests2595+

Next Steps

Released under the MIT License.