Core concepts

Chat with AI

Each session in Spec ADE has a chat area. You type questions or requests; the AI responds and can take actions — read files, edit code, run commands, call tools — depending on the agent you choose.

Agent types

Spec ADE supports multiple agent types. You pick the type when creating a session.

Auggie

AI assistant running in PTY mode. Ideal for CLI-familiar coding workflows.

Claude (Claude Code)

Anthropic assistant running in PTY mode. Best for deep reasoning and precise code edits.

ACP Agents

Any agent following the ACP standard. Shows plans, tool calls, and permissions clearly.

Sending messages

Type into the input area and press Enter to send. Shift+Enter for newline. AI responses stream in real-time — you see output as it arrives.

Slash commands

Type / at the input start to open the slash command menu — quick commands for your agent. Spec ADE scans .augment/commands/, .claude/commands/, and $HOME.

@Mention & Attachments

Type @ to reference files. Paste or drag images to attach. “Enhance Prompt” button refines your message before sending.

Stopping the AI

While AI is responding, the “Send” button becomes “Stop”. Click to interrupt.