Commit graph

5886 commits

Author SHA1 Message Date
Paul Gauthier
8769f31640 fix: Handle empty commit history in cmd_diff 2024-08-10 09:11:16 -07:00
Paul Gauthier (aider)
9d0b3d17bc style: Format code with linter 2024-08-10 09:10:46 -07:00
Paul Gauthier (aider)
364fda461f fix: Mock repo.get_commit_message instead of aider.sendchat.simple_send_with_retries 2024-08-10 09:10:42 -07:00
Paul Gauthier (aider)
d1fb4c5ab7 style: Apply linter formatting to test_wholefile.py 2024-08-10 09:01:22 -07:00
Paul Gauthier (aider)
216f03919d fix: Remove pretty argument from Coder.create method call 2024-08-10 09:01:18 -07:00
Paul Gauthier (aider)
fdc728e286 fix: Remove pretty argument from Coder.create method calls 2024-08-10 09:00:14 -07:00
Paul Gauthier (aider)
90b79e075a fix: Remove pretty argument from Coder.create() calls 2024-08-10 08:59:47 -07:00
Paul Gauthier (aider)
ba895c656a fix: Remove 'pretty' argument from Coder.create calls in tests 2024-08-10 08:59:13 -07:00
Paul Gauthier (aider)
564ad3964b style: Apply linter formatting to test_coder.py 2024-08-10 08:58:52 -07:00
Paul Gauthier (aider)
a2eb6e7ba0 fix: Remove pretty argument from Coder.create calls 2024-08-10 08:58:48 -07:00
Paul Gauthier (aider)
ecba5fb60d feat: add third modification to test case for cmd_diff 2024-08-10 08:55:29 -07:00
Paul Gauthier
edf98d5138 fix: Improve test_commands.py to capture and verify diff output 2024-08-10 08:55:28 -07:00
Paul Gauthier
6d64e88478 fix: Coder.pretty set by io.pretty 2024-08-10 08:53:26 -07:00
Paul Gauthier (aider)
ce64f7e1b7 feat: Add test for multiple commits in cmd_diff 2024-08-10 08:53:04 -07:00
Paul Gauthier
65526baeef fix: Add newline to initial commit message 2024-08-10 08:53:03 -07:00
Paul Gauthier (aider)
bea713a01f feat: Add test for cmd_diff command 2024-08-10 08:06:30 -07:00
Paul Gauthier
1265f6a279 fix: Ensure commit message history is available before displaying diff 2024-08-10 06:15:25 -07:00
Paul Gauthier
37c40efe37 feat: Add commit_before_message attribute to Coder class 2024-08-10 06:13:02 -07:00
Paul Gauthier (aider)
a75ed2728c feat: Convert commit_before_message to a list and append head before each message 2024-08-10 06:11:23 -07:00
Paul Gauthier (aider)
43587304a6 feat: add tests for text/plain and text/html content handling 2024-08-10 06:07:18 -07:00
Paul Gauthier (aider)
6c38766c92 fix: Update test for scrape method with correct mocking 2024-08-10 06:06:19 -07:00
Paul Gauthier (aider)
2cc4ae6e88 style: Apply linter formatting changes 2024-08-10 06:00:41 -07:00
Paul Gauthier (aider)
dfe2359a86 feat: Implement MIME type detection in scrape methods 2024-08-10 06:00:38 -07:00
Paul Gauthier (aider)
c0982af02c feat: Modify scrape method to only convert HTML to markdown 2024-08-10 04:55:11 -07:00
Paul Gauthier
f896d93b28 copy 2024-08-10 04:53:14 -07:00
Paul Gauthier
b6d4493577 added vertex docs 2024-08-09 17:56:43 -07:00
Paul Gauthier
2a3df75e5b copy 2024-08-09 20:12:22 -04:00
Paul Gauthier
05a511516b copy 2024-08-09 19:50:33 -04:00
Paul Gauthier (aider)
5f323237ea fix: Remove unnecessary f-string 2024-08-09 19:47:29 -04:00
Paul Gauthier
30d506ab82 fix: Add undo hint after running one command 2024-08-09 19:47:17 -04:00
Paul Gauthier (aider)
0b4a3d7b3c refactor: Use get_head() in cmd_diff 2024-08-09 19:44:31 -04:00
Paul Gauthier (aider)
d5ff8929fb fix: use get_head() in init_before_message 2024-08-09 19:42:46 -04:00
Paul Gauthier
a120cf37d9 fix: Add check for commit_before_message before showing undo hint 2024-08-09 19:42:42 -04:00
Paul Gauthier (aider)
2526426da7 fix: use get_head() in show_undo_hint 2024-08-09 19:41:46 -04:00
Paul Gauthier (aider)
ca9ef60ede feat: Add GitRepo.get_head() method 2024-08-09 19:41:19 -04:00
Paul Gauthier (aider)
1a3f4041f7 fix: Show undo hint only if current HEAD is not the same as commit_before_message 2024-08-09 19:40:19 -04:00
Paul Gauthier
82679ee66b fix: Add show_undo_hint method to display undo hint after committing changes 2024-08-09 19:40:16 -04:00
Paul Gauthier (aider)
55d55c32b2 fix: Catch ValueError when getting current commit in cmd_diff 2024-08-09 19:38:12 -04:00
Paul Gauthier (aider)
543227f6bd feat: Change cmd_diff to show diff since last message 2024-08-09 19:36:38 -04:00
Paul Gauthier (aider)
d9e7d64235 fix: handle case of brand new repository with no commits 2024-08-09 19:35:15 -04:00
Paul Gauthier (aider)
423b6e1ad1 feat: add commit_before_message variable to Coder class and set it in init_before_message 2024-08-09 19:33:59 -04:00
Paul Gauthier
f5b5a3511b copy 2024-08-09 19:31:49 -04:00
Paul Gauthier
9cf672b428 fix: Add bold formatting to announcement messages
feat: Add bold formatting to commit message output
refactor: Simplify tool_output method in io.py
2024-08-09 19:26:22 -04:00
Paul Gauthier (aider)
06934a9c2d style: Apply linter formatting to test_commands.py 2024-08-09 18:54:37 -04:00
Paul Gauthier (aider)
427164b0bf fix: Use samefile check in test_cmd_read 2024-08-09 18:54:32 -04:00
Paul Gauthier (aider)
416fd164d8 fix: Handle None value for abs_read_only_fnames in AutoCompleter 2024-08-09 18:47:21 -04:00
Paul Gauthier (aider)
31606d5d70 style: Apply linter formatting to io.py 2024-08-09 18:46:53 -04:00
Paul Gauthier (aider)
26698488d3 feat: make abs_read_only_fnames optional in get_input 2024-08-09 18:46:49 -04:00
Paul Gauthier (aider)
f542c65b58 feat: make abs_read_only_fnames an optional param in AutoCompleter class 2024-08-09 18:45:57 -04:00
Paul Gauthier
46dc6a0b90 fix: Add abs_read_only_fnames to get_coder_state 2024-08-09 18:42:23 -04:00