Skip to content

Troubleshooting

Fresh

Diagnostic Tools

ToolShortcutPurpose
System Log ViewerAlt+Ctrl+LTimestamped entries with severity levels
Process MonitorAlt+Ctrl+PHierarchical tree of all spawned processes
Debug PackageCtrl+K → "Create Debug Package"Safe-to-share diagnostic ZIP

System Log Viewer

Severity levels: debug, info, warn, error, toast, autorun. Filterable by level, searchable by text. Configure log level in Settings → General.

Process Monitor

Shows hierarchical tree of all spawned processes:

  • AI agents, terminals, batch jobs
  • Synopsis generators, group chat moderators/participants
  • Wizard processes

Actions: Click for details, double-click to navigate to session, K/Delete to kill a process, R to refresh.

Debug Package

Safe-to-share ZIP that includes:

  • System info
  • Settings (redacted)
  • Agent configurations
  • Process info

Never includes: Conversation content, file contents, or actual API key values.

Common Issues

SSH Issues

ErrorFix
Permission denied (publickey)Add key to ~/.ssh/authorized_keys on remote
Host key verification failedssh-keyscan hostname >> ~/.ssh/known_hosts
Enter passphrase for keyAdd to agent: ssh-add ~/.ssh/your_key

WSL2 Issues

WSL2 Path Warning

Always clone and run from the native Linux filesystem (/home/...), never from Windows-mounted paths (/mnt/c/...).

Symptoms of wrong path:

  • Socket binding failures
  • Electron sandbox crashes
  • npm install failures
  • Git corruption

Context Issues

ProblemSolution
Context filling too fastCompact at 60-70% (don't wait for red warning)
Lost context after compactUse session tabs to separate distinct topics
Need context in another providerUse "Send to Agent" from tab menu
Context too large to transferEnable "Clean Context" option during merge

Auto Run Issues

ProblemSolution
Tasks not executingCheck that .md files have - [ ] format
Context bleeding between tasksEach task should get a fresh session — verify session IDs in History
Auto Run on same repo conflictingUse Git Worktrees for parallel Auto Run
Playbook not loadingCheck file paths in playbook configuration

Agent Issues

ProblemSolution
Agent shows red (disconnected)Verify provider is installed and authenticated
Pulsing orange (stuck connecting)Check network, restart agent
Agent not respondingProcess Monitor → find and kill stuck process
Wrong model being usedCheck agent settings and provider configuration

Performance Issues

ProblemSolution
Maestro slow to startCheck for large session files in storage directory
High memory usageClose unused tabs, reduce max output lines in Display settings
Disk space growingRun maestro-cli clean playbooks, remove old worktrees

Getting Help

  1. Check the System Log Viewer for errors
  2. Create a Debug Package to share with support
  3. File issues at GitHub Issues

See Also

Built with VitePress + RAG Chat