Manage Session Capacity
Reduce Capacity Usage
When you see capacity warnings or degraded performance: Option 1: Refresh to Latest Files (least aggressive)/refresh regularly, don’t accumulate unnecessary iterations, create focused sessions.
Fix Loading Issues
If session won’t load or times out:- Refresh your browser page
- Clear browser cache
- Check internet connection
- Try a different browser
- Wait 30-60 seconds for very large sessions
- Contact support if the issue persists
Restore Missing Changes
If files or changes disappeared:Fix File Issues
Find Missing Files
Apply Pending Changes
If Maestro created proposals but files haven’t changed:Recover from Wrong Iteration
Fix File Syncing to Sandbox
Check if file is synchronized:Resolve Sandbox Issues
Handle Unresponsive Sandbox
If commands timeout or no output appears: Option 1: Wait for Auto-Recovery (usually 30-60 seconds) Sandbox health monitoring attempts automatic remediation. Option 2: Check Resource UsageStop Hung Commands
For commands that won’t complete:Free Up Port 8080
Fix Package Installation
Permission errors:apt-get.
Debug Tool Problems
Recover from Tool Failures
For validation errors: Maestro should see the error and retry. If stuck:Handle Merge Safety Warnings
When Maestro has pending proposals and tries to use another tool: Option 1: Apply Changes First (recommended)Fix Tool Validation Errors
Maestro will show validation errors. If stuck:Troubleshoot Web and Network
Access Blocked URLs
For localhost URLs:Fix Screenshot Failures
For localhost:Recover from Browser Operator Issues
If stuck or wrong page state:Fix Source Control Issues
Troubleshoot Clone Failures
Repository too large (>10GB limit):Fix PR Creation Problems
No changes detected:Handle Test and Validation Failures
Fix Missing Dependencies
Debug Failing Tests
Investigation approach:- Skipping failing tests
- Commenting out tests
- Changing tests to match wrong implementation
Address Performance Regressions
If optimization made things worse:Restore Context and Memory
Recover Lost Information
If Maestro can’t remember something:Correct Misunderstandings
When Maestro acts on wrong assumptions:- State constraints explicitly upfront
- Provide complete context in initial request
- Correct misunderstandings immediately
Repair Download and Export Issues
Fix Extraction Problems
When using/download-changed, the downloaded zip preserves the project’s directory structure. To integrate changes into your local project:
- Download the zip using
/download-changed - Navigate to your local project root directory
- Extract the zip there — files are structured to slot into the correct locations relative to the project root
Verify Download Contents
Before downloading:.gitignored files are excluded.
Handle Large Session Downloads
For very large sessions, use more targeted downloads:Debug Secrets and Integration
Fix Secret Activation Issues
Refresh OAuth Tokens
Handle Permission Errors
Respond to Leaked Secrets
If a secret was accidentally committed to a file: Immediate actions:- Ask Maestro: “Remove the secret from all files immediately”
- Do NOT create a PR or push to GitHub
- Regenerate the secret in the provider (consider it compromised)
- Register the new secret in Secret Manager
- Update applications with the new secret
.gitignore for config files with secrets.
Use Recovery Tools
Reset Sandbox
When sandbox is unresponsive or misconfigured:Reload Session
For session issues:- Refresh browser completely
- Clear browser cache if needed
- Session state should restore automatically
- Contact support if issues persist
Start New Session
As last resort:- Use
/synopsisto document current state - Use
/download-allto backup files - Create new session
- Upload files and synopsis to new session
- Resume work with clean state
Prevent Future Issues
Maintain Sessions Proactively
Every 20-30 turns:Communicate Clearly
Upfront:- State all constraints explicitly
- Provide complete context
- Define success criteria
- Set quality standards
- Correct misunderstandings immediately
- Provide feedback frequently
- Challenge assumptions early
- Validate thoroughly
- Document learnings
- Package deliverables
Validate Systematically
Never skip:- Running the full test suite
- Checking performance benchmarks
- Verifying edge cases
- Reviewing all changes
Get Additional Help
Self-Service Resources
- Relevant how-to guides
- Reference material
- Explanation pages
Contact Support
Email: support@igent.ai Effective bug reports include:- What you were trying to accomplish
- What you expected to happen
- What actually happened
- Steps to reproduce
- Session ID (if applicable)
- Screenshots or error messages
- Your current plan (if relevant)
Next Steps
Master troubleshooting, then explore:- How to Write Effective Requests: Core communication techniques
- How to Collaborate Effectively: Quality control patterns
- Reference: Commands: Full command documentation
- Reference: FAQ: Frequently asked questions

