Skip to main content

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.

Agentastic’s settings are organized into sections that control everything from editor appearance to agent isolation and container configuration. Open Settings with Cmd+, or from the menu bar: Agentastic > Settings.

General

SettingDescriptionDefault
Show Jump BarDisplay breadcrumb navigation in the editorOn
Focus DimmingDim unfocused panesOff

Text editing

SettingDescriptionDefault
FontEditor font faceSF Mono
Font SizeText size in points13
Line HeightLine spacing multiplier1.5
Tab WidthSpaces per tab4
Insert SpacesUse spaces instead of tabsOn
Word WrapWrap long linesOn
Markdown ViewRender Markdown as plain text, markdown, or splitMarkdown

Terminal

SettingDescriptionDefault
Terminal EmulatorGhostty or SwiftTermGhostty
ShellDefault shellSystem Default
FontTerminal font faceSF Mono
Font SizeTerminal text size13
Cursor StyleBlock, underline, or barBlock
Cursor BlinkAnimate cursorOn
Option as MetaUse Option as Meta keyOff

Theme

SettingDescriptionDefault
Editor ThemeSyntax highlighting themeDefault
Match SystemFollow system dark/light modeOn
SettingDescriptionDefault
Ignore PatternsFiles and folders to exclude from searchnode_modules, .git
Search LimitMaximum number of results1000

Keybindings

Customize keyboard shortcuts. Each command can have a custom key combination assigned. Open the Keybindings section to browse all available commands and assign or override shortcuts.

Locations

SettingDescription
Default Save LocationWhere new files are saved
Recent ProjectsList of recently opened projects
SettingDescriptionDefault
Show Hidden FilesDisplay dotfiles in the file treeOff
Sort Folders FirstShow folders before filesOn

Source control

SettingDescriptionDefault
Auto FetchAutomatically fetch from remoteOff
Fetch IntervalTime between auto fetches5 min

Agents

View and manage agents (git worktrees) for the current repository.
FeatureDescription
Agent ListAll agents for the current repo
Create AgentAdd a new agent
Switch AgentChange the active agent
Remove AgentDelete an agent

Worktree settings

SettingDescriptionDefault
Worktree LocationWhere new worktrees are storedAdjacent
Worktree Setup ScriptPath to the setup script run when a new worktree is created.agentastic/setup.sh

Container settings

SettingDescriptionDefault
Container ImagesDocker images available for container modeSee defaults
Setup Script PathCustom container setup script location~/.config/agentastic/container-setup.sh
Mount Git ConfigShare ~/.gitconfig with containersOn
Mount SSH KeysShare ~/.ssh/ with containersOff
Copy Shell ConfigCopy shell configuration files to the container homeOn
Network ModeContainer network access: Bridge, Restricted, or NoneBridge
For detailed documentation on container configuration, see Agents.

Accounts

Manage connected accounts for integrations. Use this section to add or remove authentication for services your agents and workflows depend on.

Code review

SettingDescriptionDefault
Default AgentPreferred review agentClaude
Custom CommandCommand for a custom review agent
Auto ReviewAutomatically review on saveOff

Developer

Advanced settings for troubleshooting Agentastic itself.
SettingDescription
Debug ModeEnable verbose debug logging in the console
Enabling debug mode may affect performance and produce verbose output. Use it only when troubleshooting.