Skip to content

Add an AI issue solver workflow to help solving issues#875

Merged
haeter525 merged 7 commits intoev-flow:masterfrom
haeter525:ai-issue-solver
Mar 13, 2026
Merged

Add an AI issue solver workflow to help solving issues#875
haeter525 merged 7 commits intoev-flow:masterfrom
haeter525:ai-issue-solver

Conversation

@haeter525
Copy link
Copy Markdown
Member

@haeter525 haeter525 commented Mar 4, 2026

Description

This PR introduces an automated AI Issue Solver workflow to streamline bug resolution.

The workflow integrates SWE-agent to automatically analyze, reproduce, and resolve GitHub issues, with the following inputs and outputs:

Inputs

  • Issue Number: The GitHub issue ID to be addressed by the AI.
  • Model to Use: The AI model (e.g., gpt-5.1-codex-max) employed for problem-solving.
  • Total Cost Limit: The maximum budget (in USD) for the AI's execution.

Outputs

  • Trajectory Files: Detailed logs and steps taken by the AI agent.
  • Code Patch File: The AI agent's proposed code changes.
  • Pull Request: A new PR automatically created by the AI agent if code changes are successfully generated.

Try-it-out

  1. Click here and click the "Run workflow" button on the right.
    截圖 2026-03-04 20 53 10

  2. Configure the Inputs and click the green "Run workflow" button.
    (Example: set Issue Number to 4 to address this issue.)
    截圖 2026-03-04 20 56 35

  3. Monitor the progress
    (Click "Run AI Issue Solver" and the "Solve Issue" tab to view real-time logs.)
    截圖 2026-03-04 21 02 02

  4. Once all jobs complete with ✅, click "Summary" to view the Outputs.
    截圖 2026-03-04 21 03 47

  5. Find the Pull Request, Patch Files and Trajectory Files at the bottom of the summary page.
    (The total cost for the AI execution is also displayed here.)
    截圖 2026-03-05 00 25 54

    • Patch Files provide the raw code changes if AI fails to open a PR.
    • Trajectory Files can be used to improve AI for future tasks.

Examples

@haeter525 haeter525 self-assigned this Mar 4, 2026
@haeter525 haeter525 marked this pull request as ready for review March 4, 2026 16:53
@haeter525 haeter525 changed the title Add a AI issue solver workflow to help solving issues Add an AI issue solver workflow to help solving issues Mar 6, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.56%. Comparing base (227a89f) to head (b41eb69).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #875   +/-   ##
=======================================
  Coverage   81.56%   81.56%           
=======================================
  Files          80       80           
  Lines        6920     6920           
=======================================
  Hits         5644     5644           
  Misses       1276     1276           
Flag Coverage Δ
unittests 81.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@18z
Copy link
Copy Markdown
Member

18z commented Mar 12, 2026

@haeter525

Thanks, LGTM!

Copy link
Copy Markdown
Member

@pulorsok pulorsok left a comment

Choose a reason for hiding this comment

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

LGTM

@haeter525 haeter525 merged commit 73291af into ev-flow:master Mar 13, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants