Skip to content

feat(autofix): Add re-run button to artifact cards#114204

Merged
Zylphrex merged 3 commits intomasterfrom
txiao/feat/add-rerun-button-to-artifact-cards
Apr 29, 2026
Merged

feat(autofix): Add re-run button to artifact cards#114204
Zylphrex merged 3 commits intomasterfrom
txiao/feat/add-rerun-button-to-artifact-cards

Conversation

@Zylphrex
Copy link
Copy Markdown
Member

This adds a re-run button to the top of each artifact card. The button can be used whenever a step is completed to re-run from a specific step and allow users to give additional context when doing so.

The button is disabled whenever

  • the run is still processing
  • or pr have been created
  • or coding agents have been started

This adds a re-run button to the top of each artifact card. The button can be
used whenever a step is completed to re-run from a specific step and allow users
to give additional context when doing so.

The button is disabled whenever
- the run is still processing
- or pr have been created
- or coding agents have been started
@Zylphrex Zylphrex requested a review from a team as a code owner April 28, 2026 17:38
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Apr 28, 2026
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cee7cdf. Configure here.

Comment thread static/app/components/events/autofix/v3/autofixResetPrompt.tsx
Comment thread static/app/components/events/autofix/v3/rootCauseCard.tsx Outdated
Copy link
Copy Markdown
Member

@aliu39 aliu39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, all makes sense!

one thing is we might want to allow rethink while processing, if the current step is taking too long and user wants to retry a previous step. But agree we shouldn't allow it for now, hopefully fast interrupts can help with this

@Zylphrex Zylphrex merged commit 55bb1f3 into master Apr 29, 2026
125 checks passed
@Zylphrex Zylphrex deleted the txiao/feat/add-rerun-button-to-artifact-cards branch April 29, 2026 13:31
cleptric pushed a commit that referenced this pull request May 5, 2026
This adds a re-run button to the top of each artifact card. The button
can be used whenever a step is completed to re-run from a specific step
and allow users to give additional context when doing so.

The button is disabled whenever
- the run is still processing
- or pr have been created
- or coding agents have been started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants