Home Docs Blog Product Contact

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