Commit graph

5817 commits

Author SHA1 Message Date
Paul Gauthier (aider)
b9b5666a75 docs: add code example for /code command 2024-08-11 09:57:51 -07:00
Paul Gauthier
32f771eb31 docs: Add information about launching aider in chat mode using the --chat-mode switch 2024-08-11 09:57:50 -07:00
Paul Gauthier (aider)
016a6e9980 feat: Add /code command for code-focused chat 2024-08-11 09:56:24 -07:00
Paul Gauthier (aider)
8e46582938 style: Format command line arguments 2024-08-11 09:55:16 -07:00
Paul Gauthier (aider)
7d270127cb feat: Add --chat-mode as an alias for --edit-format 2024-08-11 09:55:12 -07:00
Paul Gauthier (aider)
cb709bd4ce fix: Import Text class from rich.text module 2024-08-10 20:27:12 -07:00
Paul Gauthier
ddedd40307 fix: Print text content using Text object in commands.py 2024-08-10 20:27:03 -07:00
paul-gauthier
d5aaa9a2a5
Merge pull request #1056 from aelaguiz/ls_read_only
feat: Add read-only files to the output of the 'ls' command
2024-08-10 14:52:03 -07:00
Paul Gauthier
216ad3b6b5 fix: Add SwitchCoder exception handling in cmd_help 2024-08-10 14:49:55 -07:00
Paul Gauthier (aider)
e7c035def4 fix: Catch SwitchCoder exception in test_cmd_ask 2024-08-10 14:45:25 -07:00
Paul Gauthier
156f11248f Use SwitchModel to revert from /help and /ask 2024-08-10 14:41:44 -07:00
Paul Gauthier
4f16eb0856 copy 2024-08-10 14:26:03 -07:00
Paul Gauthier
8fe438cfd8 set version to 0.49.2-dev 2024-08-10 14:24:54 -07:00
Paul Gauthier
99eb833e8e version bump to 0.49.1 2024-08-10 14:23:00 -07:00
Paul Gauthier
e373c6522f do not preproc the message to helpcoder 2024-08-10 14:21:15 -07:00
Amir Elaguizy (aider)
d41ae9d8b7 feat: Add read-only files to the output of the 'ls' command 2024-08-10 16:09:50 -05:00
Paul Gauthier
c85f7d4f63 copy 2024-08-10 13:50:31 -07:00
Paul Gauthier
9d6630d3b4 Updated release contribution data 2024-08-10 13:42:04 -07:00
Paul Gauthier
790dc0f452 set version to 0.49.1-dev 2024-08-10 13:31:25 -07:00
Paul Gauthier
c6fd895244 version bump to 0.49.0 2024-08-10 13:29:28 -07:00
Paul Gauthier
dc80bc2109 copy 2024-08-10 13:26:07 -07:00
Paul Gauthier
f7ac1bfce4 copy 2024-08-10 11:20:16 -07:00
Paul Gauthier
01331309e0 copy 2024-08-10 11:18:33 -07:00
Paul Gauthier (aider)
3caac42914 feat: Update main branch release notes about commit message attribution options 2024-08-10 11:14:49 -07:00
Paul Gauthier (aider)
191b248149 docs: Update documentation for commit attribution options 2024-08-10 11:10:58 -07:00
Paul Gauthier (aider)
58d401cb22 feat: Add --attribute-commit-message-committer and pass to Repo 2024-08-10 11:09:28 -07:00
Paul Gauthier (aider)
e3ad45f34e feat: change attribute_commit_message to attribute_commit_message_author 2024-08-10 11:08:39 -07:00
Paul Gauthier (aider)
0666b5f971 feat: add attribute_commit_message_committer param to prepend "aider: " to every commit message 2024-08-10 11:06:21 -07:00
Paul Gauthier
a162f34661 copy 2024-08-10 10:29:56 -07:00
Paul Gauthier
56c32f17e1 feat: Add table layout and word wrap styles to leaderboards page 2024-08-10 10:23:27 -07:00
Paul Gauthier
20271454c3 copy 2024-08-10 10:20:13 -07:00
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