2025-01-28T09:33:33Z - 2025-04-28T09:33:33Z
Overview
28 Pull requests merged by 1 user
Merged
#108 Disable evaluation if no evaluator model is specified
Merged
#106 Add arguments for specifying the aider model and the evaluator model.
Merged
#101 Fix crash when pull request already exists
Merged
#89 Handle pull request comments
Merged
#88 Create pull request and push after every iteration
Merged
#82 has_commits_on_branch should use get_commit_messages internally
Merged
#79 Store link between handled issue and created pull request in database
Merged
#72 Ruff pass before starting Aider
Merged
#69 Label pull requests as aider
when creating them
Merged
#64 Ruff: File test/test_init.py
is part of an implicit namespace package. Add an __init__.py
.
Merged
#65 Logging lines must not use f-strings.
Merged
#66 Include commit messages in the pull request body
Merged
#63 Ruff: Use a regular assert
instead of unittest-style assertFalse
Merged
#62 Ruff: Multi-line docstring summary should start at the first line
Merged
#61 Use --no-analytics for all calls to aider
Merged
#45 New data type for __init__
Merged
#37 Daemon mode should monitor all user's repositories if specific repository haven't been specified
Merged
#33 Improve documentation of the __init__ module
Merged
#34 Improve documentation of SeenIssuesDB
Merged
#30 Document GiteaClient
Merged
#26 Do not push branch if no commits have been made on the branch
Merged
#25 Deamon mode to continuously monitor a specific repository for new issues.
Merged
#16 Only rerun if the issue text has been updated
Merged
#14 Pull request branch name should contain both the issue number and the title of the issue.
Merged
#8 [Issue 7] Use the AGit to push and create pull requests at the same time
Merged
#6 [Issue 5] Aider should write unit tests before solving the issue.
Merged
#4 [Issue 1] Aider should only work on issues that have been marked with the aider label.
Merged
#3 [Issue 2] Pull request branch name should contain text from the issue title
2 Pull requests proposed by 1 user
Proposed
#94 Handle failing pipelines
Proposed
#100 Fix weird url for getting comments
32 Issues closed from 1 user
Closed
#96 Disable evaluation if no evaluator model is specified
Closed
#97 Add arguments for specifying the aider model and the evaluator model.
Closed
#99 Fix weird url for getting comments
Closed
#91 Fix crash when pull request already exists
Closed
#67 Add GiteaClient get_pull_request_comments method
Closed
#70 Handle pull request comments
Closed
#87 Create pull request and push after every iteration
Closed
#41 Assign reviewers and assignees when pushing pull request
Closed
#73 has_commits_on_branch should use get_commit_messages internally
Closed
#75 Store link between handled issue and created pull request in database
Closed
#47 Ruff pass before starting Aider
Closed
#68 Label pull requests as aider
when creating them
Closed
#49 Ruff: File test/test_init.py
is part of an implicit namespace package. Add an __init__.py
.
Closed
#39 Logging lines must not use f-strings.
Closed
#38 Include commit messages in the pull request body
Closed
#50 Ruff: Use a regular assert
instead of unittest-style assertFalse
Closed
#51 Ruff: Multi-line docstring summary should start at the first line
Closed
#58 Use --no-analytics for all calls to aider
Closed
#40 New data type for __init__
Closed
#35 Daemon mode should monitor all user's repositories if specific repository haven't been specified
Closed
#32 Improve documentation of the __init__ module
Closed
#31 Improve documentation of SeenIssuesDB
Closed
#29 Document GiteaClient
Closed
#23 Do not push branch if the aider invocation fails
Closed
#24 Do not push branch if no commits have been made on the branch
Closed
#19 Deamon mode to continuously monitor a specific repository for new issues.
Closed
#15 Only rerun if the issue text has been updated
Closed
#9 Pull request branch name should contain both the issue number and the title of the issue.
Closed
#7 Use the AGit to push and create pull requests at the same time
Closed
#5 Aider should write unit tests before solving the issue.
Closed
#2 Pull request branch name should contain text from the issue title
Closed
#1 Aider should only work on issues that have been marked with the aider label.
14 Issues created by 1 user
Opened
#42 Aider documentation pass
Opened
#43 Aider code quality pass
Opened
#46 Give feedback to LLM through code comments
Opened
#48 Aider test generation pass
Opened
#56 Automatically escalate issues to more capable models if less capable fails
Opened
#57 Satisfiability pass to judge whether the task has been solved
Opened
#74 Comment on issue when Aider fails to complete task
Opened
#80 Pull request body should document aider results
Opened
#90 Add alternative mode that uses Claude Code rather than Aider
Opened
#92 The thought process of the evaluator model should be added as a comment to the pull request.
Opened
#93 Handle failing pipelines
Opened
#95 Try-catch around core pull request logic
Opened
#102 Handle pull request comments only after having handled all unresollved issues.
Opened
#105 Re-implement pull request review comments