Add four new agents: Windsurf, OpenHands, Tembo, and Factory#61
Open
erkinalp wants to merge 4 commits intoaavetis:mainfrom
Open
Add four new agents: Windsurf, OpenHands, Tembo, and Factory#61erkinalp wants to merge 4 commits intoaavetis:mainfrom
erkinalp wants to merge 4 commits intoaavetis:mainfrom
Conversation
- Add GitHub search queries for all four agents to collect_data.py - Add agent metadata (colors, URLs, queries) to generate_chart.py AGENTS list - Add percentage calculations for ready and total rates - Update JSON export to include all four agents in interactive chart - Update CSV headers in data.csv and data_backup.csv - Update index_template.html regex to recognize new agents Windsurf: https://windsurf.com (branch prefix: windsurf/) OpenHands: https://openhands.dev/ (branch prefix: openhands/) Tembo: https://www.tembo.io/ (bot account: tembo[bot]) Factory: https://www.factory.ai/ (branch prefix: factory/) Co-Authored-By: Erkin Alp Güney <erkinalp9035@gmail.com>
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>
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>
- Replace single openhands agent with two variants: * openhands_allhands: Uses author:openhands-agent (AllHands demo instance) * openhands_selfhosted: Uses head:openhands/ -author:openhands-agent (self-hosted with default config) - Update collect_data.py with new search queries for both variants - Update generate_chart.py with metadata, colors, and percentage calculations - Update CSV headers in data.csv and data_backup.csv - Update templates/index_template.html regex to recognize both variants This split provides better visibility into demo vs self-hosted deployments and improves tracking accuracy since self-hosted instances only work reliably with default settings. 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.
Windsurf: https://windsurf.com (branch prefix: windsurf/)
OpenHands (AllHands) (bot account: openhands-agent)
OpenHands (self-hosted) (branch prefix: openhands/ without openhands-agent) (self-hosted with default config) fixes #26
Tembo: https://www.tembo.io/ (bot account: tembo[bot])
Factory: https://www.factory.ai/ (branch prefix: factory/)
Cosine: https://cosine.sh (branch prefix: cosine/)