Paul Gauthier
|
bc82baa968
|
refactor: Reorder git ignored file check to handle non-git repos
|
2024-11-13 13:18:09 -08:00 |
|
Paul Gauthier
|
218623be28
|
feat: Add git_ignored_file method to check files against gitignore
|
2024-11-13 13:12:25 -08:00 |
|
Paul Gauthier
|
52c49fc8fd
|
feat: Add option to return web scrape content instead of printing
|
2024-11-08 14:27:59 -08:00 |
|
Paul Gauthier
|
77cb64958e
|
refactor: Modify URL scraping and message handling in commands
|
2024-11-08 14:23:55 -08:00 |
|
Paul Gauthier (aider)
|
b3d13e44b2
|
refactor: Modify cmd_web to add scraped content to cur_messages as assistant reply
|
2024-11-08 14:21:59 -08:00 |
|
Paul Gauthier
|
66ad186edd
|
start /save commands with /drop
|
2024-11-01 09:04:55 -07:00 |
|
Paul Gauthier (aider)
|
624f9122ab
|
style: fix whitespace in commands.py
|
2024-10-31 14:58:29 -07:00 |
|
Paul Gauthier (aider)
|
704350286c
|
feat: allow /read command to work with images for vision models
|
2024-10-31 14:58:23 -07:00 |
|
Paul Gauthier (aider)
|
ec40ff5987
|
feat: prevent adding image files with /read command
|
2024-10-31 14:57:44 -07:00 |
|
Paul Gauthier
|
068fb38a5d
|
Merge branch 'main' into mixpanel
|
2024-10-30 09:40:01 -07:00 |
|
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 (aider)
|
6dc0b8d853
|
fix: use absolute paths for read-only files outside repo root
|
2024-10-29 13:14:37 -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)
|
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 |
|
Paul Gauthier
|
ddb876d2fe
|
only glob, not rglob for /read
|
2024-10-25 09:22:50 -07:00 |
|
Paul Gauthier
|
a080581329
|
refactor: improve file path handling with glob and rglob
|
2024-10-25 07:49:19 -07:00 |
|
Paul Gauthier (aider)
|
f70a82791b
|
fix: handle absolute paths and globs in cmd_read_only
|
2024-10-25 07:43:31 -07:00 |
|
Paul Gauthier
|
5d3a60228c
|
fix: use Path.rglob instead of glob.glob for recursive file matching
|
2024-10-25 07:43:29 -07:00 |
|
Konstantin L
|
ba9fdaa755
|
fix: Impossible to /read-only from another working directory
|
2024-10-25 10:59:23 +02:00 |
|
Paul Gauthier (aider)
|
9507f3c008
|
refactor: use main_model.info["supports_vision"] instead of accepts_images
|
2024-10-24 14:05:17 -07:00 |
|
Paul Gauthier
|
901e4397cb
|
copy
|
2024-10-24 13:49:27 -07:00 |
|
Paul Gauthier (aider)
|
e18b8b0a29
|
style: fix indentation in commands.py
|
2024-10-24 13:46:32 -07:00 |
|
Paul Gauthier (aider)
|
62ff822ee8
|
refactor: collect and sort expanded filenames before processing
|
2024-10-24 13:46:27 -07:00 |
|
Paul Gauthier
|
c9993dccc8
|
fix: remove stray comment and add sorting note in cmd_read
|
2024-10-24 13:46:25 -07:00 |
|
Paul Gauthier (aider)
|
6181fe5efa
|
feat: sort filenames in cmd_read_only for consistent behavior
|
2024-10-24 13:44:52 -07:00 |
|
Paul Gauthier
|
dd6124fa64
|
refactor: sort filenames in cmd_read to match cmd_add behavior
|
2024-10-24 13:44:51 -07:00 |
|
Paul Gauthier (aider)
|
239302a219
|
feat: sort filenames before adding to chat
|
2024-10-24 13:43:01 -07:00 |
|
Paul Gauthier
|
e0949bff69
|
feat: sort filenames before adding them to chat
|
2024-10-24 13:42:59 -07:00 |
|
Paul Gauthier
|
1d2a3f573c
|
fixes #1941
|
2024-10-07 13:05:40 -07:00 |
|
Paul Gauthier
|
7ff2dc89b4
|
refactor: modify command parsing to use last word only
|
2024-10-04 11:20:55 -07:00 |
|
Paul Gauthier (aider)
|
0c743ce8e8
|
feat: sort completions in completions_raw_read_only method
|
2024-10-04 11:17:47 -07:00 |
|
Paul Gauthier
|
af10953534
|
refactor: Improve completion matching for 'add' command
|
2024-10-03 11:00:18 -07:00 |
|
Paul Gauthier (aider)
|
6093a4c2bb
|
feat: add 'add' command completions to /read-only command
|
2024-10-03 10:54:26 -07:00 |
|
Paul Gauthier (aider)
|
ff0bacc984
|
style: reorder imports and remove whitespace
|
2024-10-02 09:18:58 -07:00 |
|
Paul Gauthier (aider)
|
d76f7a597e
|
fix: handle tilde expansion in cmd_read_only for home directories
|
2024-10-02 09:18:53 -07:00 |
|
Paul Gauthier (aider)
|
9ad915f40e
|
style: reorder imports alphabetically in commands.py
|
2024-10-02 09:16:13 -07:00 |
|
Paul Gauthier (aider)
|
e5b27355b7
|
feat: use glob for flexible file matching in cmd_read_only
|
2024-10-02 09:16:08 -07:00 |
|
Paul Gauthier
|
9b22d6248a
|
fix: Swap the order of settings and announcements in the output
|
2024-10-01 11:56:01 -07:00 |
|
Paul Gauthier (aider)
|
729cad640f
|
feat: Add announcements to /settings output
|
2024-10-01 11:54:28 -07:00 |
|