Agent Errors
Agent Not Responding
If the Omni-Agent panel shows no response:
- Check your API key configuration
- Verify internet connectivity (for Gemini)
- Restart the IDE:
Ctrl+Shift+P→ "Reload Window"
Self-Healing Loop Not Activating
Ensure self-healing is enabled:
{
"omni.selfHealing.enabled": true,
"omni.selfHealing.autoApply": true
}
Agent Exceeded Max Retries
If the agent reports "Maximum retries exceeded":
- The error may be too complex for automatic resolution
- Review the error manually and provide more specific instructions
- Consider increasing
omni.agent.maxRetries