Skip to content

Cordenex v2 Overview

Cordenex is a high-performance, autonomous AI coding assistant designed for the terminal. Inspired by the logic of Claude Code and the power of specialized agentic workflows, Cordenex brings Anthropic-level engineering capabilities to your local environment.

"Stop chatting with code. Start engineering with it."


Key Pillars of Cordenex v2

1. Project Intelligence & Memory

  • CORDENEX.md (Project Memory): Define project-specific rules, conventions, and tech-stack details that persist across every AI turn.
  • Auto-Context Detection: Cordenex automatically analyzes your project (languages, frameworks, dependencies) to provide hyper-relevant suggestions without you explaining anything.
  • Session Journaling: Maintains a rolling "Journal" of what was accomplished, providing continuity even if you restart the terminal.

2. Autonomous Execution Engine

  • Parallel Tool Execution: Executes multiple file operations, shell commands, and searches concurrently to save time.
  • Self-Healing Workflows: If a tool fails (e.g., missing directory, syntax error), Cordenex automatically diagnoses the issue, fixes its own mistakes, and retries.
  • Smarter Mode Switching: Automatically switches between Chat Mode (for explanations) and Agent Mode (for complex migrations) based on the task complexity.

3. Safety & Permission Tiers

  • Tiered Permissions:
    • Read-only: Always allowed (safe).
    • Write: Needs approval by default.
    • Dangerous: Shell access and deletions always ask for confirmation.
  • Smart Approvals: Approve a batch of parallel actions once, not one by one.

4. Developer First Experience

  • Rich Interactive UI: Features a streaming interface with real-time Thinking Steps (Reasoning blocks).
  • Universal Provider Support: Anthropic (Claude 3.5), OpenAI (GPT-4o), Google (Gemini 2.0), Groq (Llama 3.3 for speed), and Ollama for full offline privacy.
  • Undo System: Accidentally broke something? Use /undo to revert file changes instantly.