Commit graph

6386 commits

Author SHA1 Message Date
Paul Gauthier (aider)
f5d4cbfb2e fix: Add import for Path class in test_repomap.py 2024-08-23 10:02:54 -07:00
Paul Gauthier (aider)
0a01a5ca2f style: Run linter 2024-08-23 10:01:34 -07:00
Paul Gauthier (aider)
a59ebd1913 feat: add test for repo map generation using sample code base 2024-08-23 10:01:30 -07:00
Paul Gauthier (aider)
088e47c793 feat: add sample JavaScript script with 7 functions 2024-08-23 09:55:07 -07:00
Paul Gauthier
f87036cbac feat: Add sample code base for testing 2024-08-23 09:55:06 -07:00
Paul Gauthier (aider)
950fc7f41a style: format code with linter 2024-08-23 09:54:16 -07:00
Paul Gauthier (aider)
d7f51af9ba feat: Add sample Python file with Car and Garage classes 2024-08-23 09:54:12 -07:00
Paul Gauthier
b603064abe feat: Add sample code base for testing 2024-08-23 09:54:11 -07:00
Paul Gauthier
551cadd7be add shell cmds video 2024-08-23 08:52:04 -07:00
Paul Gauthier
ee212f1980 set version to 0.52.1-dev 2024-08-23 08:45:26 -07:00
Paul Gauthier
a93ca77e6f version bump to 0.52.0 2024-08-23 08:43:17 -07:00
Paul Gauthier
eabf2e9c4c copy 2024-08-23 08:40:07 -07:00
Paul Gauthier
593f0c85ef copy 2024-08-23 08:39:26 -07:00
Paul Gauthier
e2c25dc9c0 copy 2024-08-23 08:30:21 -07:00
Paul Gauthier (aider)
68a78e4882 fix: Use platform-independent path for read-only file test 2024-08-23 07:00:45 -07:00
Paul Gauthier (aider)
8c3c050bf5 style: Run linter on codebase 2024-08-23 06:41:32 -07:00
Paul Gauthier (aider)
bbd56d44e8 fix: Handle tilde paths in cmd_drop for read-only files 2024-08-23 06:41:28 -07:00
Paul Gauthier (aider)
00e4fdbb48 fix: address flake8 errors in test_cmd_read_only_with_tilde_path 2024-08-23 06:40:17 -07:00
Paul Gauthier (aider)
955709d6c3 feat: add test case for cmd_read_only with tilde path 2024-08-23 06:39:50 -07:00
Paul Gauthier (aider)
974b151936 style: Fix linter issues 2024-08-23 06:39:16 -07:00
Paul Gauthier (aider)
feae729f98 feat: Expand home directory in cmd_read_only 2024-08-23 06:39:12 -07:00
Paul Gauthier
61f7d60c47 fix: Move run_shell_commands() call after auto_lint and auto_test checks 2024-08-23 06:38:16 -07:00
Paul Gauthier
e6ee7ac370 copy 2024-08-22 16:53:05 -07:00
Paul Gauthier
32a53364c4 cleanup 2024-08-22 16:52:09 -07:00
Paul Gauthier (aider)
837ed0367c fix: Simplify cmd_read_only function 2024-08-22 16:51:51 -07:00
Paul Gauthier
9584a7f296 fix: Simplify file matching logic in commands.py 2024-08-22 16:51:50 -07:00
Paul Gauthier (aider)
9570d71b13 fix: Improve cmd_read_only function in Commands class 2024-08-22 16:48:16 -07:00
Paul Gauthier (aider)
1dc325cc72 feat: add test for /read-only command with multiple files 2024-08-22 16:46:19 -07:00
Paul Gauthier (aider)
f4efac628f fix: Enhance /read-only command to handle multiple files 2024-08-22 16:45:18 -07:00
Paul Gauthier
56e8f6db40 just show > not code> if in default edit format 2024-08-22 15:51:03 -07:00
Paul Gauthier
d7279a1129 fix: Remove unused get_last_modified method from Coder class 2024-08-22 14:01:20 -07:00
Paul Gauthier
8a4409dd05 fix: Find common root for all absolute file names 2024-08-22 13:59:16 -07:00
Paul Gauthier (aider)
5e93dcf2cc feat: Use safe_abs_path in find_common_root function 2024-08-22 13:57:40 -07:00
Paul Gauthier (aider)
1a50a8cc5e fix: remove unnecessary import in aider/utils.py 2024-08-22 13:55:52 -07:00
Paul Gauthier (aider)
880ade4f12 style: Run linter 2024-08-22 13:55:36 -07:00
Paul Gauthier (aider)
221cde0fed refactor: Move find_common_root into aider/utils.py and update Coder class to use it 2024-08-22 13:55:32 -07:00
Paul Gauthier
8c886d7dd3 refactor to use auto_commit 2024-08-22 13:55:01 -07:00
Paul Gauthier
d5dab29eda copy 2024-08-22 13:35:40 -07:00
Paul Gauthier
8c0603fef6 ssh 2024-08-22 13:33:56 -07:00
Paul Gauthier
771d3e3b73 fix: Add shell_commands attribute to Coder class 2024-08-22 13:30:53 -07:00
Paul Gauthier
544b8dd800 refactor shell_commands, so the run after autocommit 2024-08-22 13:27:01 -07:00
Paul Gauthier
20299b2927 refactor: Rename update_files to apply_updates 2024-08-22 12:47:29 -07:00
Paul Gauthier
100e0b9856 fix: Update update_cur_messages method in WholeFileCoder class 2024-08-22 12:45:50 -07:00
Paul Gauthier (aider)
e0bab8505a fix: Remove duplicate ChatChunks import and empty lines 2024-08-22 12:39:35 -07:00
Paul Gauthier (aider)
eec086e266 style: Fix linter issues in base_coder.py 2024-08-22 12:39:16 -07:00
Paul Gauthier (aider)
f7d64e4c90 fix: Remove unused imports and move ChatChunks import to top of file 2024-08-22 12:39:12 -07:00
Paul Gauthier (aider)
69131a423e fix: Import ChatChunks class from separate file 2024-08-22 12:33:42 -07:00
Paul Gauthier (aider)
9928d5269b refactor: Move ChatChunks class to its own file 2024-08-22 12:33:32 -07:00
Paul Gauthier
07a939e0da feat: Add chat_chunks.py file 2024-08-22 12:33:30 -07:00
Paul Gauthier
72fd24e071 keep track of edited files during reflections 2024-08-22 12:21:28 -07:00