Commit graph

5072 commits

Author SHA1 Message Date
Paul Gauthier (aider)
365652b899 Accumulated lines written by authors with "(aider)" in their name and printed the percentage of lines edited by Aider in this release. 2024-07-07 13:22:21 -03:00
Paul Gauthier
ebd41533d1 Improved the formatting of the grand total output in the blame script. 2024-07-07 13:22:20 -03:00
Paul Gauthier (aider)
a619318dfe Added percentage contribution for each author to the blame report. 2024-07-07 13:17:19 -03:00
Paul Gauthier (aider)
0153a18bff Added grand total line count summary across all Python files. 2024-07-07 13:17:00 -03:00
Paul Gauthier (aider)
1a9adca83c Implemented script to get commit author line counts for all Python files in the repository. 2024-07-07 13:16:21 -03:00
Paul Gauthier
238b8d018a Added support for counting lines changed per author for a specified file since a given tag. 2024-07-07 13:16:19 -03:00
Paul Gauthier (aider)
1f57e24b47 Implemented the get_commit_authors function to retrieve the authors for each commit. 2024-07-07 13:10:33 -03:00
Paul Gauthier
e8a5af089f Implemented a function to get all commit hashes since a specified tag and added a function to get the commit authors. 2024-07-07 13:10:31 -03:00
Paul Gauthier (aider)
d5de256796 Added command-line argument support to get commit hashes since a specified tag. 2024-07-07 13:05:21 -03:00
Paul Gauthier (aider)
f39fc5faa3 Implemented the get_all_commit_hashes_since_tag function in the scripts/blame.py file. 2024-07-07 13:05:01 -03:00
Paul Gauthier
abe779daa9 Removed unused imports and functions from the blame.py script. 2024-07-07 13:04:59 -03:00
Paul Gauthier
d6e78f8ca7 copy 2024-07-07 12:52:27 -03:00
Paul Gauthier
18c272b5d3 Added all litellm API_KEYS to docs 2024-07-07 11:29:05 -03:00
Paul Gauthier
5f14c3068c set version to 0.43.1-dev 2024-07-07 10:21:09 -03:00
Paul Gauthier
f9d96ac45c version bump to 0.43.0 2024-07-07 10:19:41 -03:00
Paul Gauthier
9cc03ac21d copy 2024-07-07 10:14:59 -03:00
Paul Gauthier
440d087032 copy 2024-07-07 10:13:35 -03:00
Paul Gauthier
12eb203a6a copy 2024-07-07 08:27:17 -03:00
Paul Gauthier
570519e91d Fixed premature reference to self.root #801 2024-07-07 07:47:06 -03:00
Paul Gauthier
31e2c6d014 copy 2024-07-07 07:33:03 -03:00
Paul Gauthier
e8c8b5cb4a copy 2024-07-07 07:32:57 -03:00
Paul Gauthier
2f5d3b4e00 copy 2024-07-07 07:29:55 -03:00
Paul Gauthier
1f53348459 fix links; added lint/test docs 2024-07-07 07:29:49 -03:00
Paul Gauthier
ba1c403f71 Fix links 2024-07-07 07:19:26 -03:00
Paul Gauthier
f8b000981b updated upd docs script 2024-07-07 07:16:15 -03:00
Paul Gauthier
47961ef207 moved files to usage/ 2024-07-07 07:15:43 -03:00
Paul Gauthier
59b3b6da0f copy 2024-07-06 22:12:47 -03:00
Paul Gauthier
e93e310f1d copy 2024-07-06 22:09:18 -03:00
Paul Gauthier
46374fb07a Load .env from home, git, cwd, cmd line arg 2024-07-06 21:59:20 -03:00
Paul Gauthier
8a0480a56d copy 2024-07-06 21:37:38 -03:00
Paul Gauthier
81649ac174 copy 2024-07-06 21:21:20 -03:00
Paul Gauthier
7209e5bd44 copy 2024-07-06 21:20:40 -03:00
Paul Gauthier
adb919a886 copy 2024-07-06 21:20:13 -03:00
Paul Gauthier
f7a88d4035 copy 2024-07-06 21:16:56 -03:00
Paul Gauthier
df55f8c814 copy 2024-07-06 21:06:50 -03:00
Paul Gauthier
4fba17c18b switched langs table from html -> md 2024-07-06 18:56:33 -03:00
Paul Gauthier
e4c637724f For /help, turn down the repo map 2024-07-06 17:11:24 -03:00
Paul Gauthier
66f7cfb38f Set litellm.drop_params=True #805 2024-07-06 16:40:26 -03:00
Paul Gauthier
e47c2a913a copy 2024-07-06 16:38:20 -03:00
Paul Gauthier
55536808ea copy 2024-07-06 16:33:59 -03:00
Paul Gauthier
3294f22c68 tip to use openrouter for sonnet 2024-07-06 16:33:00 -03:00
Paul Gauthier
b7f8687679 more platform info 2024-07-06 15:37:59 -03:00
Paul Gauthier
02567c5c72 copy 2024-07-06 15:26:15 -03:00
Paul Gauthier
8e20d762f5 don't run jobs if just website is modified 2024-07-06 15:21:34 -03:00
paul-gauthier
e7c5ea2ace
Update usage.md 2024-07-06 13:29:31 -03:00
paul-gauthier
a1c74f4c9e
Merge pull request #797 from paul-gauthier/help
Get interactive help with /help <question>
2024-07-06 12:51:19 -03:00
Paul Gauthier
349883b74c cleanup 2024-07-05 17:41:37 -03:00
Paul Gauthier (aider)
287b6e8158 Added assertion to check for more than 5 <doc> entries in the result. 2024-07-05 17:36:32 -03:00
Paul Gauthier
d21d8da374 Removed unnecessary mocking and simplified the TestHelp class. 2024-07-05 17:35:32 -03:00
Paul Gauthier (aider)
51c13c549c Added a new test that does not mock the retriever. 2024-07-05 17:33:43 -03:00