Paul Gauthier (aider)
6aa80d2a4c
feat: handle cost calculation differently for context window vs other errors
2024-12-09 07:45:50 -08:00
Paul Gauthier (aider)
7a1c1982f0
feat: implement auto copy context functionality
2024-12-05 20:35:04 -08:00
Paul Gauthier
75d8982b23
feat: add auto copy context feature with empty implementation
2024-12-05 20:35:02 -08:00
Paul Gauthier (aider)
e8d9ef269b
style: fix linting issues in base_coder.py
2024-12-05 09:28:28 -08:00
Paul Gauthier (aider)
80f83da9b8
chore: remove debug dump() calls
2024-12-05 09:28:18 -08:00
Paul Gauthier
6b8e235f88
feat: add file watcher support to coder cloning
2024-12-05 09:28:16 -08:00
Paul Gauthier
efe9268bcb
fix: add null check for filename in lint_edited method
2024-12-04 10:03:22 -08:00
Paul Gauthier
295040c94c
feat: add exit event tracking for Control-C and /exit commands
2024-11-30 09:53:44 -08:00
Paul Gauthier
c1c4193b1d
feat: add event tracking for message sending lifecycle
2024-11-30 09:49:07 -08:00
Paul Gauthier
4f3f1c5e23
better
2024-11-28 10:51:53 -08:00
Paul Gauthier
a64956406d
fix: improve PDF support detection and update model suggestions
2024-11-26 20:26:44 -08:00
Paul Gauthier (aider)
973e86df27
fix: use cwd=root when executing shell commands
2024-11-26 19:52:46 -08:00
Paul Gauthier (aider)
28d1feacf5
refactor: simplify image file processing to use provided filenames directly
2024-11-26 19:49:53 -08:00
Paul Gauthier (aider)
cf4ef8605d
style: remove trailing whitespace in base_coder.py
2024-11-26 19:48:48 -08:00
Paul Gauthier (aider)
4be3728273
feat: add image file support for read-only files
2024-11-26 19:48:42 -08:00
Paul Gauthier
5cfcf255e9
fix: override PDF support detection for Claude 3.5 Sonnet
2024-11-26 17:27:05 -08:00
Paul Gauthier
b8f36c8277
feat: add PDF file support and refactor image handling
2024-11-26 17:19:28 -08:00
Paul Gauthier (aider)
73c1dc697f
style: remove trailing whitespace in base_coder.py
2024-11-26 17:16:50 -08:00
Paul Gauthier (aider)
a9c4647461
feat: add support for both images and PDFs based on model capabilities
2024-11-26 17:16:43 -08:00
Paul Gauthier
aaeaa24153
feat: add PDF support and improve image handling in chat messages
2024-11-26 17:16:41 -08:00
Paul Gauthier
b2232cda7b
refactor: modify check_for_urls to return modified input string
2024-11-26 15:04:19 -08:00
Paul Gauthier (aider)
5d175745bf
fix: handle None values in valid_formats list generation
2024-11-26 07:02:34 -08:00
Paul Gauthier (aider)
e648bac74b
fix: remove circular import of UnknownEditFormat in base_coder.py
2024-11-26 07:01:55 -08:00
Paul Gauthier (aider)
e5c0ebd0a0
style: fix import order in base_coder.py
2024-11-26 07:01:21 -08:00
Paul Gauthier (aider)
608a43402c
refactor: move UnknownEditFormat exception to base_coder.py
2024-11-26 07:01:14 -08:00
Paul Gauthier (aider)
75bc2dd564
feat: add custom UnknownEditFormat exception with documentation link
2024-11-26 07:00:16 -08:00
Paul Gauthier (aider)
8d85a4754d
style: fix line wrapping in base_coder.py
2024-11-26 06:46:08 -08:00
Paul Gauthier (aider)
a1b48049a9
feat: skip files with duplicate basenames in file mentions
2024-11-26 06:46:01 -08:00
Paul Gauthier
01c7793e90
revert changes to get_ident_filename_matches()
2024-11-26 06:41:08 -08:00
Paul Gauthier (aider)
885e5cbd7c
style: fix whitespace in base_coder.py
2024-11-26 06:33:37 -08:00
Paul Gauthier (aider)
635a5196e8
fix: exclude files with same name as existing chat or read-only files
2024-11-26 06:33:29 -08:00
Paul Gauthier
cbd339190b
refactor: simplify file name matching logic in get_all_relative_files
2024-11-26 06:33:28 -08:00
Paul Gauthier (aider)
266093189d
style: fix linting issues in get_ident_filename_matches
2024-11-26 06:26:26 -08:00
Paul Gauthier (aider)
62b02d4370
fix: remove incorrect file name filtering in get_ident_filename_matches
2024-11-26 06:25:15 -08:00
Paul Gauthier (aider)
3a1492977b
fix: skip suggesting files with same name as existing chat files
2024-11-26 06:22:57 -08:00
Paul Gauthier
a79ce7a151
fix: remove duplicate detect_urls parameter and add to coder initialization
2024-11-25 18:38:34 -08:00
Paul Gauthier (aider)
21bb83c55a
fix: remove duplicate detect_urls parameter in Coder class
2024-11-25 18:36:25 -08:00
Paul Gauthier (aider)
7122ceb16c
feat: add --detect-urls flag to control URL detection behavior
2024-11-25 18:34:05 -08:00
Paul Gauthier
3f8b2d6b99
refactor: Improve model info output with detailed settings display
2024-11-24 15:20:24 -08:00
caetanominuzzo
1b9073b085
fix: Correct typo in base_coder by removing duplicate 'in'
...
This corrects a grammatical error in the system prompt within `base_coder.py`. The `language` variable was previously set as:
language = "in the same language they are using"
Which resulted in the prompt:
"Always reply to the user IN IN the same language they are using."
2024-11-21 14:19:39 -03:00
Paul Gauthier (aider)
7aa4e44317
fix: Correct line/lines pluralization in command output messages
2024-11-21 06:30:52 -08:00
Paul Gauthier
f96cc03587
feat: Add opt-in analytics and improve output logging method
2024-11-21 06:25:10 -08:00
Paul Gauthier (aider)
cbd35b0e87
feat: Implement line count for command output in chat
2024-11-21 06:23:34 -08:00
Paul Gauthier
443acbe4b5
fix: Correct command output confirmation logic in base coder
2024-11-21 06:23:32 -08:00
Paul Gauthier
2bff0522e8
refactor: Restructure file mention check and interrupt handling in base coder
2024-11-19 16:37:02 -08:00
Paul Gauthier
d8a5bc3ae9
Revert "Merge branch 'issue2283'"
...
This reverts commit e1a1e43c3a
, reversing
changes made to c538817b61
.
2024-11-14 06:53:21 -08:00
Paul Gauthier
e1a1e43c3a
Merge branch 'issue2283'
2024-11-13 13:43:30 -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
fef1b59b42
refactor: Restructure file mention check and interrupt handling in base coder
2024-11-13 12:50:17 -08:00
Paul Gauthier (aider)
2e97fcc47f
fix: Remove double-counting of cached tokens in token calculation
2024-11-11 17:19:11 -08:00