Paul Gauthier
|
00605e67fb
|
copy
|
2024-09-29 08:10:13 -07:00 |
|
Paul Gauthier
|
6c6c6076eb
|
copy
|
2024-09-29 08:09:50 -07:00 |
|
Paul Gauthier
|
b8ec4a5291
|
Merge branch 'main' of github.com:paul-gauthier/aider
|
2024-09-29 08:09:18 -07:00 |
|
Paul Gauthier
|
387a9434f8
|
copy
|
2024-09-29 08:06:17 -07:00 |
|
paul-gauthier
|
cc01313500
|
Merge pull request #1807 from itlackey/benchmark/ollama-codestral
|
2024-09-28 15:49:49 -07:00 |
|
Paul Gauthier
|
0091ab004c
|
fix: Update autocomplete test to handle partial file names
|
2024-09-28 15:29:54 -07:00 |
|
Paul Gauthier (aider)
|
d647ebf058
|
fix: remove unused import of Completion in test_io.py
|
2024-09-28 15:28:29 -07:00 |
|
Paul Gauthier (aider)
|
c2b48b5256
|
style: format code and improve readability in test_io.py
|
2024-09-28 15:28:14 -07:00 |
|
Paul Gauthier (aider)
|
d5b8a15410
|
test: add unit tests for AutoCompleter.get_command_completions method
|
2024-09-28 15:28:11 -07:00 |
|
Paul Gauthier
|
2139de76fb
|
test: remove unused test for command completions in TestInputOutput class
|
2024-09-28 15:28:10 -07:00 |
|
Paul Gauthier (aider)
|
e832ee8450
|
style: format code and run linter on test_io.py
|
2024-09-28 15:24:18 -07:00 |
|
Paul Gauthier (aider)
|
37236aa907
|
fix: update test_get_command_completions to match new method signature with Document and CompleteEvent parameters
|
2024-09-28 15:24:14 -07:00 |
|
Paul Gauthier (aider)
|
4ea68efd0e
|
test: Fix confirm_ask test to handle invalid input and verify call count
|
2024-09-28 15:19:19 -07:00 |
|
Paul Gauthier (aider)
|
843cc9ee4e
|
style: run linter and fix whitespace in test_io.py
|
2024-09-28 15:16:59 -07:00 |
|
Paul Gauthier (aider)
|
ec10ead0c3
|
test: add unit tests for allow_never option in confirm_ask method
|
2024-09-28 15:16:56 -07:00 |
|
Paul Gauthier
|
b78d19c7a5
|
copy
|
2024-09-28 15:15:42 -07:00 |
|
Paul Gauthier
|
97ddcb2ae6
|
feat: Add autocomplete support for /read-only command
|
2024-09-28 15:14:35 -07:00 |
|
Paul Gauthier (aider)
|
d1ee3644ec
|
style: run linter and format import statements in io.py
|
2024-09-28 15:02:37 -07:00 |
|
Paul Gauthier (aider)
|
b9fb59dc3e
|
fix: remove unused import of PathCompleter from aider/io.py
|
2024-09-28 15:02:33 -07:00 |
|
Paul Gauthier (aider)
|
ad0497dfdf
|
style: run linter and fix code formatting in io.py
|
2024-09-28 15:02:13 -07:00 |
|
Paul Gauthier (aider)
|
c1642b5eca
|
feat: add "Never" option to confirm_ask and store user choices in never_prompts set
|
2024-09-28 15:02:09 -07:00 |
|
Paul Gauthier
|
f8746feaa1
|
fix: Improve warning message for unsupported streaming
|
2024-09-28 14:55:22 -07:00 |
|
Paul Gauthier
|
40588ccffa
|
copy
|
2024-09-28 14:55:16 -07:00 |
|
Paul Gauthier (aider)
|
9884d838ea
|
style: run linter and format test_commands.py for improved readability
|
2024-09-28 14:48:23 -07:00 |
|
Paul Gauthier (aider)
|
384391129d
|
test: add unit test for /copy command with cur_messages present
|
2024-09-28 14:48:18 -07:00 |
|
Paul Gauthier
|
0819258e0f
|
test: add unit test for handling bad glob in command add
|
2024-09-28 14:48:17 -07:00 |
|
Paul Gauthier (aider)
|
1e776863ac
|
style: format code and improve linter compliance in test_commands.py
|
2024-09-28 14:44:04 -07:00 |
|
Paul Gauthier (aider)
|
202a219d82
|
test: add tests for the /copy command including success, no messages, and exception handling
|
2024-09-28 14:44:00 -07:00 |
|
Paul Gauthier
|
817530ccb7
|
fixed regression allowing non-repo files to move from /read to /add
|
2024-09-28 14:42:07 -07:00 |
|
Paul Gauthier
|
ffd7364410
|
Merge branch 'main' into path-completer
|
2024-09-28 14:33:58 -07:00 |
|
Paul Gauthier
|
bebffee3dd
|
Merge branch 'main' of github.com:paul-gauthier/aider
|
2024-09-28 14:33:25 -07:00 |
|
Paul Gauthier
|
8cb3e523a5
|
copy
|
2024-09-28 14:31:49 -07:00 |
|
itlackey
|
228ae24834
|
added ollama/codestral benchmark
|
2024-09-28 16:08:49 -05:00 |
|
paul-gauthier
|
ffc7d35145
|
Merge pull request #1796 from fry69/git-doc-fix
|
2024-09-28 07:21:38 -07:00 |
|
fry69
|
010f921c53
|
doc: fix /paste entry in commands.html spilling into new line
|
2024-09-28 15:11:26 +02:00 |
|
fry69
|
d7d87847a6
|
doc: small fixes
|
2024-09-28 08:31:50 +02:00 |
|
Paul Gauthier
|
91307ecfc4
|
fix: Remove unnecessary call to dump() in InputOutput.read_style()
|
2024-09-27 19:50:45 -07:00 |
|
Paul Gauthier (aider)
|
1a75b79c81
|
fix: change default values for completion menu arguments to None in InputOutput.__init__ method
|
2024-09-27 19:49:53 -07:00 |
|
Paul Gauthier
|
3ff5f280bb
|
fix: add dump function call to style dictionary processing in InputOutput class
|
2024-09-27 19:49:52 -07:00 |
|
Paul Gauthier (aider)
|
e465cda5c8
|
fix: change default values for completion menu arguments from "default" to None in aider/args.py
|
2024-09-27 19:49:17 -07:00 |
|
Paul Gauthier (aider)
|
2d5db0dc23
|
style: format code with linter adjustments
|
2024-09-27 19:47:45 -07:00 |
|
Paul Gauthier (aider)
|
537f5a1f98
|
fix: update _get_style method to conditionally add completion menu styles based on non-null values
|
2024-09-27 19:47:41 -07:00 |
|
Paul Gauthier
|
ede3cbb372
|
refactor: simplify _get_style method in InputOutput class
|
2024-09-27 19:47:40 -07:00 |
|
Paul Gauthier (aider)
|
d3908ca971
|
fix: update style dictionary and simplify style retrieval in get_input method
|
2024-09-27 19:45:14 -07:00 |
|
Paul Gauthier (aider)
|
725b5f7063
|
feat: centralize pygments.literal.string style configuration in _get_style method and simplify calling code
|
2024-09-27 19:45:04 -07:00 |
|
Paul Gauthier (aider)
|
fd9dc9e8d2
|
style: format linter adjustments in io.py for better readability
|
2024-09-27 19:44:23 -07:00 |
|
Paul Gauthier (aider)
|
c5fb25eec3
|
fix: correct SEARCH/REPLACE block in aider/io.py to match existing lines exactly
|
2024-09-27 19:44:20 -07:00 |
|
Paul Gauthier (aider)
|
d2e0d3c06d
|
refactor: ensure _get_style always returns a dictionary and simplify calling code
|
2024-09-27 19:44:14 -07:00 |
|
Paul Gauthier (aider)
|
1cd5b11b5c
|
style: fix linter issues in io.py
|
2024-09-27 19:43:34 -07:00 |
|
Paul Gauthier (aider)
|
b16050211c
|
fix: fix line length issue in _get_style method by breaking long string into multiple lines
|
2024-09-27 19:43:30 -07:00 |
|