Zellij Backend
How It Works
Section titled “How It Works”- Creates a git worktree in
~/.clauderon/worktrees/<session-name>/ - Creates a new Zellij session
- Starts the chosen agent with your prompt
Creating Sessions
Section titled “Creating Sessions”Zellij is the default backend:
clauderon create --repo ~/project --prompt "Explore the codebase"
# Explicitlyclauderon create --backend zellij --repo ~/project --prompt "Task"Attaching to Sessions
Section titled “Attaching to Sessions”clauderon attach <session-name>
# Or directly via Zellijzellij attach clauderon-<session-name>Key Bindings
Section titled “Key Bindings”Ctrl+p- Zellij mode selectionCtrl+pthend- DetachCtrl+pthenq- Quit
Troubleshooting
Section titled “Troubleshooting”| Problem | Fix |
|---|---|
| Session not found | zellij list-sessions to check; clauderon reconcile to sync DB |
| Env not set | Session may have started without daemon. Delete and recreate. |
| Zellij not found | brew install zellij (macOS) or cargo install zellij (Linux) |