Commit graph

5616 commits

Author SHA1 Message Date
Paul Gauthier (aider)
77022a9729 Refactor the code in the if args.all_since block into a new function process_all_tags_since. 2024-07-29 11:19:34 -03:00
Paul Gauthier (aider)
074aeb5048 Change the output format to YAML and include the date of the second tag in each range. 2024-07-29 11:13:55 -03:00
Paul Gauthier
dba560caf9 Add formatting to blame output 2024-07-29 11:13:52 -03:00
Paul Gauthier (aider)
133bb0491e Add support to identify aider-written commits by checking the commit message 2024-07-29 11:05:33 -03:00
Paul Gauthier (aider)
7508b8c93c Improve error handling in get_counts_for_file function to gracefully handle files that cannot be blamed. 2024-07-29 11:04:28 -03:00
Paul Gauthier
d1abb85445 Add debug logging to dump all tags since a given start tag 2024-07-29 11:04:25 -03:00
Paul Gauthier (aider)
83060b5276 Use semver to compare version tags in get_all_tags_since function 2024-07-29 11:03:34 -03:00
Paul Gauthier (aider)
4065fc62e6 Fix AttributeError in blame.py script by updating semver library usage 2024-07-29 11:02:30 -03:00
Paul Gauthier (aider)
e73a05eb77 Add --all-since flag to find all tags since the specified tag and print aider percentage between each pair of successive tags 2024-07-29 11:01:44 -03:00
Paul Gauthier (aider)
17cba2500e Refactor main() to use blame() function and print stats 2024-07-29 10:58:35 -03:00
Paul Gauthier
99c6e88e4a Merge branch 'main' into blame 2024-07-29 10:55:53 -03:00
Paul Gauthier
8543a97e76 Improve commit message display for /undo command 2024-07-29 10:55:42 -03:00
Paul Gauthier (aider)
b26b6781db Add optional end-tag to blame.py script 2024-07-29 10:54:25 -03:00
Paul Gauthier
361a749a89 Modify the argparse description to get aider/non-aider blame stats 2024-07-29 10:54:24 -03:00
Paul Gauthier
93a48e5a4c set version to 0.46.1-dev 2024-07-29 10:44:25 -03:00
Paul Gauthier
71f5f45e70 version bump to 0.46.0 2024-07-29 10:42:50 -03:00
Paul Gauthier
8877dd10dd Updated HISTORY 2024-07-29 10:39:24 -03:00
Paul Gauthier (aider)
d62baf0520 Modify cost formatting in usage_report to show at least 2 decimal places, with 2 non-zero digits. 2024-07-29 08:24:24 -03:00
Paul Gauthier
effa5236c6 Add usage reporting for prompt and completion tokens, and session cost. 2024-07-29 08:24:22 -03:00
Paul Gauthier
f898d7e4d7 copy 2024-07-29 08:07:44 -03:00
Paul Gauthier
fd935d8534 show a hint about /undo after each commit 2024-07-29 08:07:39 -03:00
paul-gauthier
83c9213ac7
Merge pull request #956 from johanvts/patch-1
Use "python" in windows install instructions
2024-07-29 08:02:42 -03:00
Johan von Tangen Sivertsen
fce2184d68
use Python on windows
"Py" confused me, it ofent refers to "PyInstaller"
2024-07-29 12:55:03 +02:00
Paul Gauthier
b2786dbf9c copy 2024-07-29 07:44:15 -03:00
Paul Gauthier
c17ef53deb Added the "code" chat mode 2024-07-29 07:36:01 -03:00
Paul Gauthier
87eb7359d1 copy 2024-07-28 21:06:20 -03:00
Paul Gauthier (aider)
28772ddc03 Add support for multiple file arguments using --file 2024-07-28 20:58:46 -03:00
Paul Gauthier
7cf4db58d9 copy 2024-07-28 20:43:07 -03:00
Paul Gauthier
a63428f24d copy 2024-07-28 20:38:05 -03:00
Paul Gauthier
7a1ac4a2d6 Add new AskPrompts class to handle code analysis prompts 2024-07-28 20:37:51 -03:00
Paul Gauthier
3a1fc35f9d Add new /ask and /chat-mode commands, enhance token usage reporting, and improve commit message formatting 2024-07-28 20:37:43 -03:00
Paul Gauthier
4bcee55794 Add new chat-mode commands and enhance token usage reporting 2024-07-28 20:32:02 -03:00
Your Name
bfc0123a2f emit the blank line before usage report 2024-07-28 20:28:00 -03:00
Your Name
4f30db4f51 Improve error message for invalid chat mode and list valid modes. 2024-07-28 20:25:41 -03:00
Your Name (aider)
98984564d6 Align class docstrings in a column when printing valid formats 2024-07-28 20:24:05 -03:00
Your Name (aider)
8c3fe1650b Display the valid edit formats and their descriptions in the command line interface 2024-07-28 20:23:06 -03:00
Your Name
7a96c47a8b Add docstrings to AskCoder and HelpCoder classes 2024-07-28 20:22:50 -03:00
Your Name
36bba7a3ae Add aider/coders/aider/commands.py 2024-07-28 20:21:37 -03:00
Your Name (aider)
45af678026 Update class docstrings to refer to "search/replace blocks" instead of "edit blocks" 2024-07-28 20:20:13 -03:00
Your Name (aider)
0ff1c36668 Add concise docstrings to each xxxCoder class describing their purpose. 2024-07-28 20:19:22 -03:00
Your Name
3121fa1227 Update chat mode 2024-07-28 20:18:16 -03:00
Your Name
09a52f81f1 Improve error message for invalid edit format in aider/commands.py. 2024-07-28 19:26:36 -03:00
Your Name (aider)
44ca351e4c Display valid edit formats as a bulleted list 2024-07-28 19:25:36 -03:00
Your Name
2043da78d7 Add support for new editing modes in the aider tool. 2024-07-28 19:25:35 -03:00
Your Name (aider)
50f3ab69dc Replace coder.__name__ with coder.edit_format in the list comprehension to ensure that the actual edit format names are collected rather than the class names of the coders. 2024-07-28 19:23:39 -03:00
Your Name (aider)
7f028eeb1e Replace valid_formats with dynamically generated list of coder.__all__ entries with edit_format attribute 2024-07-28 19:23:23 -03:00
Your Name
c9003c598f Modify the cmd_edit_format method to provide a more informative error message when an invalid edit format is provided. 2024-07-28 19:23:21 -03:00
Your Name
39170f5639 cleanup 2024-07-28 19:19:06 -03:00
Your Name
f9ba8e82aa Updated HISTORY 2024-07-28 19:16:20 -03:00
Your Name
5b50eadae3 Add prompt to add command output to chat with instructions 2024-07-28 19:11:06 -03:00