Zellij Backend
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
Zellij is the default backend:
clauderon create --repo ~/project --prompt "Explore the codebase"
# Explicitlyclauderon create --backend zellij --repo ~/project --prompt "Task"Attaching to Sessions
clauderon attach <session-name>
# Or directly via Zellijzellij attach clauderon-<session-name>Key Bindings
Ctrl+p- Zellij mode selectionCtrl+pthend- DetachCtrl+pthenq- Quit
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) |