Common Issues
Tmux not found
Tmux not found
Error:Cause: Tmux is not installed on your system.Solution:On macOS:On Ubuntu/Debian:On Fedora:Verify installation:
Git worktree errors
Git worktree errors
Error:Cause: A worktree with the same name already exists from a previous session.Solution:Prevention:
Always use
Error:Cause: The branch is already used by another worktree.Solution:
uzi kill to properly clean up agents instead of manually removing files.Error:
Port conflicts
Port conflicts
Error:Cause: All ports in your configured range are in use.Solution 1: Expand port rangeEdit Solution 2: Kill unused agentsSolution 3: Find and kill processes using ports
Error:Cause: Another process is using the port assigned to the agent.Solution:
uzi.yaml:Error:
Agent stuck or not responding
Agent stuck or not responding
Symptoms:Solutions:If the agent is waiting for input:If the AI tool crashed:
- Agent shows “running” status indefinitely
uzi autodoesn’t help- Agent doesn’t respond to broadcast messages
- Manually type a response or press Enter
- Or send Ctrl+C to interrupt
No active sessions found
No active sessions found
Error:Cause 1: You haven’t started any agents yet.Solution:
Cause 2: You’re in a different Git repository.Solution: Uzi shows agents for the current repository only. Make sure you’re in the correct directory:
Cause 3: Agent sessions were killed or crashed.Solution:
Cause 2: You’re in a different Git repository.Solution: Uzi shows agents for the current repository only. Make sure you’re in the correct directory:
Cause 3: Agent sessions were killed or crashed.Solution:
Config file not found
Config file not found
Warning:Cause: No Example configs for different frameworks:Next.js:Vite:Django:Rails:
uzi.yaml file exists in your project root.Solution:
Create uzi.yaml in your project root:Cannot checkpoint agent
Cannot checkpoint agent
Error:Cause: Agent name is incorrect or agent was already killed.Solution:
Error:Cause: Agent’s Git branch was manually deleted.Solution:
The agent state is corrupted. You’ll need to manually extract changes:
Error:Cause: Git conflicts between agent changes and your current branch.Solution:
Error:
Error:
Dev server not starting
Dev server not starting
Symptoms:
Cause 2: Dev command failing in worktreeDiagnosis:Common issues:
Cause 3: Port conflictsSee “Port conflicts” accordion above.
uzi lsshows agents but no ADDR column values- Dev servers aren’t accessible
uzi.yaml:Cause 2: Dev command failing in worktreeDiagnosis:
- Missing dependencies (add
npm installto devCommand) - Port variable not substituted (make sure to use
$PORTin command) - Command path issues (use absolute paths or cd to correct directory)
Cause 3: Port conflictsSee “Port conflicts” accordion above.
uzi auto not working
uzi auto not working
Symptoms:Solutions:Make sure uzi auto is running:Check agent pane content:Manual alternative:
If uzi auto doesn’t work for your AI tool, you can manually confirm:
- Agents pause waiting for confirmation
uzi autois running but not pressing Enter
Broadcast not working
Broadcast not working
Symptoms:Solutions:If no active sessions:If sessions exist but broadcast doesn’t work:Manual alternative:
uzi broadcastruns but agents don’t receive the message- Agents don’t respond to broadcast
Reset Everything
If things are really broken, you can reset all Uzi data:- All agent worktrees from
~/.local/share/uzi/worktrees/ - All state files from
~/.local/share/uzi/ - Configuration data
Debugging Tips
Check Uzi State
Inspect the internal state file:Check Git Worktrees
List all worktrees:Check Tmux Sessions
List all tmux sessions:Check Port Usage
See what’s using ports in your range:Enable Debug Logging
Uzi uses debug logging. Set the log level:Inspect Agent Worktree
Manually explore what an agent has done:Getting Help
If you encounter issues not covered here:- Check the logs: Look at tmux session output and Git error messages
- Check state files: Inspect
~/.local/share/uzi/state.json - Try a clean reset: Use
uzi resetto start fresh - Report bugs: Open an issue on GitHub with:
- Uzi version (
uzi versionif available) - Complete error message
- Steps to reproduce
- Your
uzi.yamlconfiguration
- Uzi version (
Next Steps
Basic Workflow
Review the complete Uzi workflow from start to finish
Managing Agents
Learn advanced agent management techniques