The FixAgent takes findings from the AnalyzerAgent and produces code patches. It runs onDocumentation Index
Fetch the complete documentation index at: https://docs.unideploy.in/llms.txt
Use this file to discover all available pages before exploring further.
gemini-2.5-pro and is invoked only when you explicitly request fixes.
What it does
- For each
auto_fixablefinding, the FixAgent generates a file patch using a context-aware language model. - Patches are applied to a sandboxed clone of your repository.
- A GitHub pull request is opened with the changes via the Composio GitHub integration.
- The PR URL is returned to you in the dashboard.
What it does not do
- It does not push directly to your main branch.
- It does not modify non-auto-fixable findings.
- It does not access any environment outside the sandbox.
Triggering a fix
From the dashboard, click Apply fixes on any scan result. From the CLI:Requirements
- A GitHub account connected via the dashboard
- Builder plan or higher