Quickstart
This guide gets you from first launch to your first completed turn.
1. Launch the TUI
swarmieIf this is a new workspace, accept trust to initialize .swarmie/.
2. Connect a provider
In the prompt, run:
/connectChoose an OAuth provider (for example openai-codex, anthropic, github-copilot) or API-key setup (anthropic, openai, ollama).
3. Send your first message
Type normal text and press Enter:
Explain the architecture of this repository.Swarmie streams assistant output as it arrives.
4. Respond to permission prompts
When a tool action needs approval, use:
yallow oncendenyaalways allow this session rule!bypass all approvals
5. Useful slash commands
/statusopen runtime status/modelsopen model picker/configopen configuration modal/skillsopen skills picker/hooksopen hooks picker/resumeopen session picker/newstart a fresh session/exitor/quitexit
Type / to open command completion.
Keyboard quick reference
Shift+EnternewlineCtrl+Ccancel/clear/exit flowCtrl+DexitCtrl+Lclear outputCtrl+Ocollapse/expand tool blocksCtrl+N/Ctrl+Pswitch active agentCtrl+Ycopy last assistant responseAlt+Pmodel pickerAlt+Tcycle thinking level
One-shot mode (non-interactive)
swarmie prompt "Summarize the project in 5 bullets"Read prompt from stdin:
cat request.txt | swarmie prompt -Emit JSONL-ish event lines:
swarmie prompt "Describe current dir" --jsonResume previous sessions
swarmie resume
swarmie resume --last