Find answers to the most common questions about Agentastic below. If you do not find what you are looking for, check the documentation or open a GitHub issue.Documentation Index
Fetch the complete documentation index at: https://docs.agentastic.dev/llms.txt
Use this file to discover all available pages before exploring further.
General
What is Agentastic?
What is Agentastic?
What makes Agentastic different from other editors?
What makes Agentastic different from other editors?
- Native macOS — built with Swift and SwiftUI for optimal performance
- Agent isolation — each AI agent works in its own git worktree
- Parallel execution — run multiple agents simultaneously without conflicts
- Ghostty terminal — GPU-accelerated terminal with smooth rendering
- Code review integration — AI-powered review with Claude, Codex, and more
Is Agentastic free?
Is Agentastic free?
Does Agentastic train on my code?
Does Agentastic train on my code?
What macOS versions are supported?
What macOS versions are supported?
Agents
How do agents work?
How do agents work?
- Agents cannot overwrite each other’s work
- You can continue working while agents run
- Each agent’s changes are on a separate branch
Which AI agents are supported?
Which AI agents are supported?
- Claude Code (Anthropic)
- Codex (OpenAI)
- Gemini (Google)
- Cursor (Anysphere)
- GitHub Copilot (GitHub)
- Junie (JetBrains)
- OpenHands (All Hands AI)
- Letta Code (Letta)
- Cortex Code (Snowflake)
- OB-1 (OpenBlock Labs)
- Aider, Goose, Amp, Droid, Cline, OpenCode, and many more
- Custom agents via configuration
Do I need API keys?
Do I need API keys?
- Claude:
ANTHROPIC_API_KEY - Codex:
OPENAI_API_KEY
Is my code sent to external servers?
Is my code sent to external servers?
Worktrees
What is a git worktree?
What is a git worktree?
Where are worktrees stored?
Where are worktrees stored?
How do I clean up worktrees?
How do I clean up worktrees?
- Go to Settings > Agents
- Right-click the worktree
- Select Remove Agent
Containers
Why use containers?
Why use containers?
- Sandboxed filesystem and network
- Reproducible environments
- Pre-installed tools
- Resource limits
Do I need Docker?
Do I need Docker?
What images are available?
What images are available?
agentastic/soup— all-in-one image with Claude, Codex, and Aiderdocker/sandbox-templates:claude-code— official Claude sandboxnode:22-bookworm— Node.js environmentpython:3.12-bookworm— Python environment
Terminal
What's the difference between Ghostty and SwiftTerm?
What's the difference between Ghostty and SwiftTerm?
- Ghostty — GPU-accelerated via Metal, smooth performance. Recommended for most users.
- SwiftTerm — Pure Swift implementation, reliable fallback.
Can I use my custom shell?
Can I use my custom shell?
How do I get Powerline fonts to work?
How do I get Powerline fonts to work?
Code review
How does AI code review work?
How does AI code review work?
- Click the Code Review button
- Select which agents to use
- Agents analyze your diff
- Review the feedback in the terminal
Can I use multiple review agents?
Can I use multiple review agents?
Can I add custom review agents?
Can I add custom review agents?
Performance
How can I improve performance with large projects?
How can I improve performance with large projects?
- Add build folders to search ignore patterns in Settings > Search
- Close unused tabs and worktrees
- Disable unused language servers
- Use the Ghostty terminal backend
Why is my CPU usage high?
Why is my CPU usage high?
Troubleshooting
Where are settings stored?
Where are settings stored?
How do I reset to defaults?
How do I reset to defaults?
Agent not found
Agent not found
PATH:PATH.Worktree creation failed
Worktree creation failed
- The branch name does not already exist in the repository
- You have write permissions in the parent directory
- Run
git statusto check for uncommitted conflicts
Container won't start
Container won't start
- Verify Docker Desktop is running
- Check that the image exists:
docker images - Review logs in Settings > Agents
Getting help
Where can I get support?
Where can I get support?
- Documentation — browse guides, references, and how-tos
- GitHub Issues — report bugs and request features
How do I report a bug?
How do I report a bug?
- Your macOS version
- Your Agentastic version
- Steps to reproduce the issue
- What you expected to happen versus what actually happened