You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Plugin Integration API feature section to homepage
Adds a new section after CLI Runners showcasing the Integration API,
SonarLint DevoxxGenie, and SpotBugs DevoxxGenie — with the SonarLint
banner image linking to the companion blog post and an API Reference
button pointing to the integrations docs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
DevoxxGenie exposes a lightweight runtime API that other IntelliJ plugins can use to interact with it — no hard compile-time dependency required. Detect DevoxxGenie via <code>PluginManagerCore</code>, send prompts via reflection, or write structured <code>TASK-*.md</code> files for deferred AI-assisted resolution.
275
+
</p>
276
+
<p>
277
+
<strong>SonarLint DevoxxGenie:</strong> A fork of SonarLint v11.13 that adds three entry points for AI-assisted fixes — Alt+Enter intention action, rule panel button, and batch task creation for the SDD workflow.
278
+
</p>
279
+
<p>
280
+
<strong>SpotBugs DevoxxGenie:</strong> A fork of the JetBrains SpotBugs plugin that sends bug findings directly to DevoxxGenie with full context — pattern ID, category, priority, and ±10 lines of code.
0 commit comments