AgentCraft Docs
Getting Started

Settings

Configure AgentCraft preferences, models, and display options.

Accessing Settings

Click the Settings icon in the UI or access via the in-game menu.

Game Tab

SettingDescription
Agent TeamsToggle team display for Claude Code team configurations
Default Agent ModelModel for spawned heroes (see below)
Usage AnalyticsToggle anonymous analytics
Team BannersCustomize team colors and banner icons

Default Agent Model

Controls the --model flag when spawning heroes:

OptionBehavior
DefaultNo --model flag (recommended for Bedrock/Vertex)
Opus--model opus
Sonnet--model sonnet
Haiku--model haiku
Custom...Any model string (e.g., ollama:llama3)

You can also override the model per hero using the model dropdown at the top of the side panel.

About Tab

Shows version info, detected CLI versions, provider info, and links to:

  • Privacy policy
  • Website, Twitter, Discord
  • Hall of Glory (Achievements) button — opens the achievement gallery

Configuration Files

All AgentCraft config lives in ~/.agentcraft/:

FilePurpose
config.jsonPort, autoOpenBrowser, API keys
auth.jsonAuth tokens (0o600 permissions)
server.pidPID of daemon-mode server
mission-history.jsonPersisted completed missions

Restore Settings

If something goes wrong, restore your original Claude settings:

npx @idosal/agentcraft restore

This restores ~/.claude/settings.json from the pre-install backup.