Home
Docs
Major Features / Terminal Chat

Terminal Chat

The primary interface. Run heddle in any repository to start an interactive chat session with your codebase.

Overview

Heddle runs directly in your shell. It can inspect files, explain code, make edits, execute shell commands with the right approval model, and carry multi-step tasks across multiple turns — without leaving the terminal.

Usage

Terminal
heddle
# → Interactive chat starts in the current repo

Useful slash commands

/help          # List all commands
/approve       # Approve a pending file edit or shell command
/reject        # Reject a pending action
/compact       # Summarize history and continue
/exit          # End the session

Next