v3.0.0 LIVE
Home Return to the main page
Docs Menu Guides & API reference
Blog Latest news & tech articles
Product Explore features & editions
Contact Get in touch with support

Agent Errors

Agent Not Responding

If the Omni-Agent panel shows no response:

  1. Check your API key configuration
  2. Verify internet connectivity (for Gemini)
  3. 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

Related