Paul Gauthier
|
c5dc44a73f
|
style: simplify command execution output message
|
2024-10-29 13:59:04 -07:00 |
|
Paul Gauthier (aider)
|
358cbc9388
|
feat: add filename autocompletion to /load and /save commands
|
2024-10-29 13:58:25 -07:00 |
|
Paul Gauthier
|
2e5fa9dea4
|
style: align /add commands in history file for better readability
|
2024-10-29 13:58:23 -07:00 |
|
Paul Gauthier
|
717592463e
|
feat: add --load option to execute commands from file on launch
|
2024-10-29 13:54:42 -07:00 |
|
Paul Gauthier (aider)
|
347a9f2a6d
|
feat: add --load argument to execute commands from file
|
2024-10-29 13:53:19 -07:00 |
|
Paul Gauthier
|
d288122fab
|
chore: add comment for load command implementation
|
2024-10-29 13:53:17 -07:00 |
|
Paul Gauthier (aider)
|
d1cf3d4600
|
refactor: conditionally set cursor shape only in vi mode
|
2024-10-29 13:50:40 -07:00 |
|
Paul Gauthier
|
5188872791
|
style: add comment about vi mode cursor config
|
2024-10-29 13:50:38 -07:00 |
|
Paul Gauthier
|
a57a06e8c7
|
Merge branch 'main' of github.com:Aider-AI/aider
|
2024-10-29 13:49:50 -07:00 |
|
Paul Gauthier (aider)
|
347ad34038
|
fix: update file path comparison in commands test to handle macOS prefix
|
2024-10-29 13:48:16 -07:00 |
|
Paul Gauthier (aider)
|
ccdd333ba3
|
fix: update test to use os.path.samefile for path comparison
|
2024-10-29 13:45:03 -07:00 |
|
Paul Gauthier (aider)
|
56f3220d4c
|
fix: handle macOS /private/ prefix in file path tests
|
2024-10-29 13:21:31 -07:00 |
|
Paul Gauthier (aider)
|
26a85c2047
|
style: fix line length in test_commands.py
|
2024-10-29 13:20:49 -07:00 |
|
Paul Gauthier (aider)
|
f800ce1e5a
|
test: use os.path.samefile for file path comparison in save/load test
|
2024-10-29 13:20:44 -07:00 |
|
Paul Gauthier
|
d4103cc271
|
chore: Remove unused comment in test file
|
2024-10-29 13:20:42 -07:00 |
|
Paul Gauthier (aider)
|
c3ba3b6f48
|
style: fix whitespace and comment formatting in test_commands.py
|
2024-10-29 13:19:15 -07:00 |
|
Paul Gauthier (aider)
|
be54df4084
|
refactor: improve path comparison in command tests using os.path.samefile
|
2024-10-29 13:19:09 -07:00 |
|
Paul Gauthier
|
d06c6f8557
|
style: improve clarity of comment in test_commands.py
|
2024-10-29 13:18:53 -07:00 |
|
Paul Gauthier
|
a876561ea0
|
test: add comment about parsing text in session file test
|
2024-10-29 13:17:50 -07:00 |
|
Paul Gauthier (aider)
|
6dc0b8d853
|
fix: use absolute paths for read-only files outside repo root
|
2024-10-29 13:14:37 -07:00 |
|
Paul Gauthier (aider)
|
460311d49e
|
style: fix line continuation formatting in test file
|
2024-10-29 13:11:50 -07:00 |
|
Paul Gauthier (aider)
|
94396070e8
|
test: add test for saving and loading multiple external files
|
2024-10-29 13:11:44 -07:00 |
|
Paul Gauthier (aider)
|
4a3cb8dc95
|
fix: use platform-agnostic paths in test_commands.py
|
2024-10-29 13:11:00 -07:00 |
|
Paul Gauthier
|
f9005451fa
|
test: add comment about Windows path separator issue in test_commands.py
|
2024-10-29 13:10:58 -07:00 |
|
paul-gauthier
|
16e292b1fd
|
Merge pull request #2180 from kAIto47802/fix-o1-system-prompt
|
2024-10-29 13:03:35 -07:00 |
|
Paul Gauthier (aider)
|
7d37793765
|
style: fix linting issues by removing extra blank line
|
2024-10-29 12:54:12 -07:00 |
|
Paul Gauthier (aider)
|
9e9c162a16
|
style: fix indentation in test_cmd_save_and_load_with_external_file
|
2024-10-29 12:54:05 -07:00 |
|
Paul Gauthier (aider)
|
8d6db81a40
|
style: fix linting issues in test_commands.py
|
2024-10-29 12:53:27 -07:00 |
|
Paul Gauthier (aider)
|
425bd8932b
|
test: add save/load test with external read-only file
|
2024-10-29 12:53:22 -07:00 |
|
Paul Gauthier
|
38820701be
|
test: add comment for read-only file test case
|
2024-10-29 12:53:20 -07:00 |
|
Paul Gauthier
|
1bc74676ff
|
copy
|
2024-10-29 12:49:16 -07:00 |
|
Paul Gauthier (aider)
|
0c37f002c9
|
style: remove extra newlines and fix trailing comma
|
2024-10-29 12:48:21 -07:00 |
|
Paul Gauthier (aider)
|
18c41b6128
|
refactor: move test_cmd_save_and_load to test_commands.py
|
2024-10-29 12:48:11 -07:00 |
|
Paul Gauthier
|
5876af4e94
|
test: add test for cmd_save and cmd_load functionality
|
2024-10-29 12:48:08 -07:00 |
|
Paul Gauthier (aider)
|
e1d145013a
|
style: remove trailing newline in test_commands.py
|
2024-10-29 12:46:37 -07:00 |
|
Paul Gauthier (aider)
|
143eeff4da
|
test: add tests for cmd_save and cmd_load commands
|
2024-10-29 12:46:31 -07:00 |
|
Paul Gauthier
|
3a7e4bac34
|
test: add TODO comment for cmd_save and cmd_load test coverage
|
2024-10-29 12:46:29 -07:00 |
|
Paul Gauthier (aider)
|
f5ca162576
|
style: fix whitespace and comment formatting
|
2024-10-29 12:43:56 -07:00 |
|
Paul Gauthier (aider)
|
dbefa6b010
|
feat: add /save command to store chat session file list
|
2024-10-29 12:43:51 -07:00 |
|
Paul Gauthier
|
79cdff6163
|
feat: add /save command to persist added files for /load
|
2024-10-29 12:43:49 -07:00 |
|
Paul Gauthier (aider)
|
b111fc357c
|
fix: use IO encoding and handle decode errors in cmd_load
|
2024-10-29 12:42:33 -07:00 |
|
Paul Gauthier
|
2af48e159c
|
feat: add encoding hint for file loading in commands
|
2024-10-29 12:42:31 -07:00 |
|
Paul Gauthier (aider)
|
6cec44e402
|
style: fix string quotes and whitespace in commands.py
|
2024-10-29 12:41:10 -07:00 |
|
Paul Gauthier (aider)
|
fc6c01a9a5
|
feat: add command to load and execute commands from file
|
2024-10-29 12:41:01 -07:00 |
|
Paul Gauthier
|
01439875af
|
feat: add comment for future cmd_load implementation
|
2024-10-29 12:40:57 -07:00 |
|
kAIto47802
|
fcdf998fac
|
Fix o1 settings
|
2024-10-29 08:47:24 +09:00 |
|
Paul Gauthier
|
34f34879c9
|
Merge branch 'main' into watch
|
2024-10-28 15:13:20 -07:00 |
|
Paul Gauthier
|
ed4ad45e3d
|
copy
|
2024-10-28 15:12:06 -07:00 |
|
Paul Gauthier
|
907c1dbe2b
|
refactor: split error and retry messages in simple_send_with_retries
|
2024-10-28 15:10:27 -07:00 |
|
Paul Gauthier (aider)
|
3baad86afd
|
refactor: consolidate error and retry messages into single print statement
|
2024-10-28 15:09:22 -07:00 |
|