Open
Conversation
- Update search queries in collect_data.py to include OR logic for both author:devin-ai-integration[bot] and head:devin branches - Update query URLs in generate_chart.py for consistency - Update backfill script in scripts/add_nondraft_final.py - Update README.md with new search query links Fixes aavetis#52: Devin PRs were being undercounted since users can create PRs under their own names with head:devin branches. Co-Authored-By: Walden <waldenyan20@gmail.com>
Co-Authored-By: Walden <waldenyan20@gmail.com>
- Drop author:devin-ai-integration[bot] queries as requested in PR feedback - Keep only head:devin and head:devin/ queries for Devin metrics - Update combining logic to use max() of just the head queries - Addresses GitHub comment feedback from walnutwaldo Co-Authored-By: Walden <waldenyan20@gmail.com>
Co-Authored-By: Walden <waldenyan20@gmail.com>
Co-Authored-By: Walden <waldenyan20@gmail.com>
devin-ai-integration bot
added a commit
to erkinalp/PRarena
that referenced
this pull request
Nov 23, 2025
Change Devin's search pattern from author:devin-ai-integration[bot] to head:devin/ to match the branch prefix pattern used by other agents. Updated files: - collect_data.py: Changed Devin queries to use head:devin/ - generate_chart.py: Updated Devin AGENTS entry URLs - scripts/add_nondraft_final.py: Updated Devin nondraft query This aligns with upstream PR aavetis#54 Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
devin-ai-integration bot
added a commit
to erkinalp/PRarena
that referenced
this pull request
Nov 23, 2025
1. Revert PR aavetis#54 changes: Keep devin-ai-integration[bot] pattern - Changed back from head:devin/ to author:devin-ai-integration[bot] - Updated collect_data.py, generate_chart.py, scripts/add_nondraft_final.py - User confirmed author-based pattern is the only reliable way for Devin 2. Add Cosine as 5th new agent (from upstream PR aavetis#42) - Added Cosine queries to collect_data.py (head:cosine/) - Added Cosine to AGENTS list in generate_chart.py - Added cosine_percentage and cosine_total_percentage calculations - Updated JSON export colors and agent loop - Updated CSV headers in data.csv and data_backup.csv - Updated templates/index_template.html regex to include cosine Total agents now: 11 (copilot, codex, cursor, devin, codegen, jules, windsurf, openhands, tembo, factory, cosine) Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.