Paul Gauthier (aider)
|
cf46d9cdd0
|
style: run linter and format completion menu style definitions
|
2024-09-27 19:41:56 -07:00 |
|
Paul Gauthier (aider)
|
2c084d65d9
|
refactor: centralize style creation logic by introducing _get_style method in InputOutput class
|
2024-09-27 19:41:51 -07:00 |
|
Paul Gauthier
|
c745d0dc38
|
wip
|
2024-09-27 16:21:18 -07:00 |
|
Paul Gauthier (aider)
|
6c2c3942bf
|
feat: Add document and complete_event parameters to get_command_completions
|
2024-09-27 16:04:17 -07:00 |
|
Paul Gauthier
|
3ec0861727
|
fix: Add support for raw completers in AutoCompleter
|
2024-09-27 16:04:16 -07:00 |
|
Paul Gauthier (aider)
|
37b512e4fc
|
feat: Update get_command_completions and get_completions methods
|
2024-09-27 15:59:56 -07:00 |
|
Paul Gauthier (aider)
|
ee3bf2311c
|
fix: Resolve flake8 line length errors in aider/io.py
|
2024-09-24 14:03:30 -07:00 |
|
Paul Gauthier
|
6c570b1847
|
feat: Add modal cursor shape configuration
|
2024-09-24 14:03:20 -07:00 |
|
paul-gauthier
|
bbfafed372
|
Merge pull request #1634 from smh/customize-completion-menu-colors
style: completion menu colors customizable
|
2024-09-24 13:19:34 -07:00 |
|
Paul Gauthier
|
117ff96c76
|
fix: Properly refactor mdstream from Coder into IO
|
2024-09-24 11:53:05 -07:00 |
|
Paul Gauthier (aider)
|
1fe2be4633
|
fix: ignore unicode errors in append_chat_history
|
2024-09-23 11:38:51 -07:00 |
|
Stein Martin Hustad
|
ef75ba9495
|
style: completion menu colorization (additional location)
|
2024-09-22 22:59:57 +04:00 |
|
Stein Martin Hustad
|
a91d3fed01
|
style: completion menu colors customizable
|
2024-09-22 10:45:00 +04:00 |
|
fry69
|
baddc0b63c
|
fix: add keybinding to insert space on Ctrl+Space
|
2024-09-15 15:18:09 +02:00 |
|
paul-gauthier
|
d1384e9d5f
|
Merge pull request #1402 from caseymcc/io_assistant_output
Modify output from Assistant and Commands to go through InputOutput
|
2024-09-10 15:08:10 -07:00 |
|
Paul Gauthier
|
33b11d0efb
|
refactor: simplify console initialization and error handling
|
2024-09-10 14:48:54 -07:00 |
|
Paul Gauthier
|
fd18adb072
|
refactor: handle prompt toolkit initialization errors gracefully
|
2024-09-10 14:34:25 -07:00 |
|
Paul Gauthier (aider)
|
1d312e372d
|
refactor: Remove unused import of 'prompt' from prompt_toolkit
|
2024-09-10 14:07:32 -07:00 |
|
Paul Gauthier (aider)
|
13fe2036db
|
style: remove trailing whitespace in io.py
|
2024-09-10 14:06:55 -07:00 |
|
Paul Gauthier (aider)
|
d4e47bc7e7
|
refactor: update confirm_ask to use prompt_session or input
|
2024-09-10 14:06:51 -07:00 |
|
Paul Gauthier (aider)
|
79a424bc10
|
refactor: conditionally initialize and use PromptSession based on pretty flag
|
2024-09-10 13:49:22 -07:00 |
|
Paul Gauthier (aider)
|
89891efbb8
|
style: format prompt_session.prompt call to fit on one line
|
2024-09-10 10:00:05 -07:00 |
|
Paul Gauthier (aider)
|
43eaf91e8d
|
refactor: use pre-initialized PromptSession in prompt_ask function
|
2024-09-10 10:00:00 -07:00 |
|
Paul Gauthier (aider)
|
bf3a165961
|
refactor: initialize and reuse PromptSession in InputOutput class
|
2024-09-10 09:57:09 -07:00 |
|
Paul Gauthier
|
964fe7e2dc
|
fix: handle UnicodeEncodeError in prompt session
|
2024-09-09 13:56:27 -07:00 |
|
Krazer
|
9d4316b1d5
|
add default empty message
|
2024-09-06 17:39:22 -05:00 |
|
Krazer
|
11020c8aee
|
send output through InputOutput
|
2024-09-06 17:35:55 -05:00 |
|
Paul Gauthier (aider)
|
d92605c447
|
style: change tool warning color to orange hex code
|
2024-09-03 12:42:41 -07:00 |
|
Paul Gauthier (aider)
|
b088627fcc
|
refactor: extract common code from tool_warning and tool_error
|
2024-09-03 12:41:05 -07:00 |
|
Paul Gauthier (aider)
|
b4ba159f27
|
feat: add tool_warning method and warning color option
|
2024-09-03 12:39:41 -07:00 |
|
Paul Gauthier
|
b3ce70234e
|
feat: add error handling for file writing in InputOutput class
|
2024-09-03 08:33:22 -07:00 |
|
Paul Gauthier
|
4063015560
|
ensure IO obeys pretty flag, catch UnicodeDecodeError on launch and disable pretty
|
2024-09-02 11:31:39 -07:00 |
|
Paul Gauthier
|
58120cb882
|
feat: add OSError handling for file reading operations
|
2024-08-31 07:58:19 -07:00 |
|
Paul Gauthier
|
8678a6455f
|
fixes #1264
|
2024-08-31 07:05:11 -07:00 |
|
Paul Gauthier
|
31b7a89cf0
|
sort the autocompletions
|
2024-08-30 13:31:05 -07:00 |
|
Paul Gauthier
|
dea8c0960b
|
include foo in completions as well as path/to/foo matches
|
2024-08-30 12:39:51 -07:00 |
|
Paul Gauthier
|
f6b50fa4c6
|
feat: prevent auto-completion after space in command input
|
2024-08-30 12:37:52 -07:00 |
|
Paul Gauthier
|
0dfedecff5
|
fixes #1231
|
2024-08-30 06:47:45 -07:00 |
|
Paul Gauthier (aider)
|
33dde5e4a4
|
style: remove unused variable in exception handling
|
2024-08-29 07:42:48 -07:00 |
|
Paul Gauthier
|
50555643d1
|
refactor: remove unused error logging in AutoCompleter
|
2024-08-29 07:42:40 -07:00 |
|
Paul Gauthier
|
ad3f29bdce
|
fix: improve error handling for lexer exceptions in AutoCompleter and RepoMap
|
2024-08-28 22:49:22 -07:00 |
|
Paul Gauthier
|
ce397b71e8
|
do not try pexpect on windows; fix time.clock error on windows
|
2024-08-28 22:26:48 -07:00 |
|
Paul Gauthier
|
ac6c76d530
|
fix /model completions
|
2024-08-28 15:57:06 -07:00 |
|
Paul Gauthier
|
a3554ffbbc
|
fix /read completions
|
2024-08-27 16:40:07 -07:00 |
|
Paul Gauthier
|
530dae2a98
|
feat: implement ThreadedCompleter for improved autocomplete performance
|
2024-08-27 16:33:26 -07:00 |
|
Paul Gauthier
|
31f7856f41
|
feat: enhance autocomplete functionality for code tokens and filenames
|
2024-08-27 15:24:45 -07:00 |
|
Paul Gauthier
|
9c35556c2a
|
feat: add user input logging and history for /run command responses
|
2024-08-27 14:18:56 -07:00 |
|
Paul Gauthier
|
92667c7963
|
feat: log user input from prompt function in chat history
|
2024-08-27 14:15:23 -07:00 |
|
Paul Gauthier (aider)
|
6fb3416757
|
fix: Remove unused import of Validator
|
2024-08-24 09:05:19 -07:00 |
|
Paul Gauthier
|
e5b0fe3dfd
|
fix: Improve confirm_ask function in io.py
|
2024-08-24 09:05:14 -07:00 |
|