Commit 2cb111c
committed
fix(autofix): Show Add Integration CTA when no coding agents installed
The coding agent dropdown (which contains the 'Add Integration' link) was
only rendered when codingAgentOptions.length > 0. This meant orgs with zero
coding agent integrations had no way to discover or install one from the
autofix flow.
Change the guard to check whether codingAgentIntegrations is defined
(i.e. the step supports coding agents) rather than whether any exist,
so the dropdown with the CTA always appears on relevant steps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Agent transcript: https://claudescope.sentry.dev/share/vM7qy1Z72d-FTlutPQFEXRVgHQcSlaKFH8eEv6_DB3M1 parent 16cbe0f commit 2cb111c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
0 commit comments