Paul Gauthier (aider)
|
cb380b423e
|
fix: Use rich Text for filenames in prompt header
|
2025-05-08 09:34:31 -07:00 |
|
Kay Gosho
|
07759813ed
|
fix: add suffix "md" when opening editor in InputOutput class
|
2025-04-27 16:06:32 +09:00 |
|
Paul Gauthier (aider)
|
605d8fe59a
|
fix: Fix ColorParseError by ensuring hex colors have # prefix
|
2025-03-31 10:32:48 +13:00 |
|
Paul Gauthier (aider)
|
1c7db4da0d
|
style: Apply linter fixes
|
2025-03-31 10:27:12 +13:00 |
|
Paul Gauthier (aider)
|
b0acc95b01
|
fix: Add missing ColorParseError import
|
2025-03-31 10:27:02 +13:00 |
|
Paul Gauthier (aider)
|
5bcad73515
|
refactor: Validate color settings once during initialization
|
2025-03-31 10:26:08 +13:00 |
|
paul-gauthier
|
db261d0fa4
|
Merge pull request #2980 from ivnvxd/fix-completion-menu-styling
|
2025-03-29 17:17:53 -10:00 |
|
Matteo Landi (aider)
|
7924657584
|
feat: Improve C-x C-e editor keybinding to handle cursor and newline
|
2025-03-27 10:35:03 +01:00 |
|
Matteo Landi (aider)
|
4f5ed8ace0
|
feat: Add C-x C-e keybinding to edit input in external editor
|
2025-03-27 08:33:50 +01:00 |
|
Paul Gauthier
|
64b8fc80e8
|
refactor: Extract prompt prefix logic in InputOutput class
|
2025-03-21 20:40:29 -07:00 |
|
Paul Gauthier (aider)
|
033c149737
|
style: Break long comment line to comply with flake8 E501
|
2025-03-21 20:25:14 -07:00 |
|
Paul Gauthier
|
a6bce6d5f1
|
refactor: Change multiline input prompt from ". " to "> "
|
2025-03-21 20:25:04 -07:00 |
|
Paul Gauthier (aider)
|
8c65604b29
|
style: Format docstring and multiline condition for better readability
|
2025-03-21 09:20:22 -07:00 |
|
Paul Gauthier (aider)
|
930923c211
|
style: Format code to comply with linter rules
|
2025-03-21 09:19:34 -07:00 |
|
Paul Gauthier (aider)
|
710d540dcd
|
feat: Add CommandCompletionException class for autocompletion handling
|
2025-03-21 09:19:29 -07:00 |
|
Paul Gauthier (aider)
|
ddef8c2499
|
refactor: Add CommandCompletionException for autocompletion handling
|
2025-03-21 09:19:13 -07:00 |
|
Paul Gauthier
|
c6289c2bea
|
refactor: Add comment for command completion handling in AutoCompleter
|
2025-03-21 09:19:12 -07:00 |
|
Marco Mayer
|
ef67ba5cf4
|
feat: vi-like behavior when pressing enter in multiline-mode while in vi normal/navigation-mode
|
2025-03-19 22:11:26 +01:00 |
|
Paul Gauthier (aider)
|
70547171ca
|
style: Fix linter formatting in io.py
|
2025-03-12 12:50:04 -07:00 |
|
Paul Gauthier (aider)
|
881868bf17
|
refactor: Require 3 characters for autocomplete, except for commands
|
2025-03-12 12:49:57 -07:00 |
|
Paul Gauthier
|
204a88c171
|
fix: Improve LLM empty response handling with clearer warning messages
|
2025-03-06 13:07:27 -08:00 |
|
Paul Gauthier
|
40e463cdc1
|
copy
|
2025-03-06 12:25:43 -08:00 |
|
Paul Gauthier (aider)
|
0045641db7
|
fix: Move module-level constant after imports to resolve flake8 E402 errors
|
2025-03-06 12:17:33 -08:00 |
|
Paul Gauthier (aider)
|
97b5b1b669
|
style: Fix linter formatting in io.py
|
2025-03-06 12:14:50 -08:00 |
|
Paul Gauthier (aider)
|
448de8519a
|
refactor: Extract notification message into a constant
|
2025-03-06 12:14:44 -08:00 |
|
Paul Gauthier (aider)
|
95e1fe0446
|
style: Format code with linter and improve whitespace consistency
|
2025-03-06 12:14:20 -08:00 |
|
Paul Gauthier (aider)
|
47254be254
|
feat: Add terminal-notifier support for macOS notifications
|
2025-03-06 12:14:14 -08:00 |
|
Paul Gauthier
|
3da15bfd19
|
fix: Handle NO_COLOR environment variable for disabling colored output
|
2025-03-06 12:14:11 -08:00 |
|
Paul Gauthier (aider)
|
c79db2581b
|
style: Reformat code to improve linter compliance
|
2025-03-06 12:04:23 -08:00 |
|
Paul Gauthier (aider)
|
93b86a8800
|
feat: Add OS-specific default notification commands with custom message
|
2025-03-06 12:04:14 -08:00 |
|
Paul Gauthier (aider)
|
56ba7ef411
|
refactor: Remove redundant subprocess import in ring_bell method
|
2025-03-06 12:02:00 -08:00 |
|
Paul Gauthier (aider)
|
e2117fd8a9
|
feat: Add subprocess import for notifications command
|
2025-03-06 12:01:03 -08:00 |
|
Paul Gauthier (aider)
|
e817c76e38
|
style: Format code with linter and improve line breaks
|
2025-03-06 12:00:33 -08:00 |
|
Paul Gauthier (aider)
|
65e059a7d2
|
feat: Add notifications-command option to run custom notification commands
|
2025-03-06 12:00:21 -08:00 |
|
Paul Gauthier (aider)
|
2fe1b1e16e
|
feat: Add --notifications flag to control terminal bell
|
2025-03-06 11:55:32 -08:00 |
|
Paul Gauthier
|
c3401047e0
|
Revert "feat: Add desktop notification support with notify-py package"
This reverts commit 38e8d27416 .
|
2025-03-06 11:53:58 -08:00 |
|
Paul Gauthier (aider)
|
38e8d27416
|
feat: Add desktop notification support with notify-py package
|
2025-03-06 11:45:37 -08:00 |
|
Paul Gauthier (aider)
|
813de04596
|
style: Remove trailing whitespaces in base_coder.py and io.py
|
2025-03-06 11:41:58 -08:00 |
|
Paul Gauthier (aider)
|
3c0eae4180
|
feat: Add terminal bell notification when LLM processing is complete
|
2025-03-06 11:41:32 -08:00 |
|
Paul Gauthier (aider)
|
59eabf03a6
|
style: Reformat color configuration lines for improved readability
|
2025-03-05 18:20:16 -08:00 |
|
Paul Gauthier (aider)
|
4fc4987c43
|
feat: Add helper function to ensure hex color values have a # prefix
|
2025-03-05 18:20:10 -08:00 |
|
Paul Gauthier (aider)
|
ff3d2b006f
|
refactor: Handle EOFError gracefully in confirm_ask and prompt_ask methods
|
2025-03-05 15:30:44 -08:00 |
|
Paul Gauthier
|
47fc6a689d
|
Revert "fix: Ignore decoding errors when reading text files"
This reverts commit f67ea5d010 .
|
2025-02-19 13:18:17 -08:00 |
|
Paul Gauthier
|
69fcc3acd7
|
fix: Change file reading error handling from "ignore" to "replace"
|
2025-02-15 12:00:39 -08:00 |
|
Paul Gauthier (aider)
|
108ce18d51
|
style: Fix linting issues in io.py file
|
2025-02-13 12:12:40 -08:00 |
|
Paul Gauthier (aider)
|
f67ea5d010
|
fix: Ignore decoding errors when reading text files
|
2025-02-13 12:12:35 -08:00 |
|
Paul Gauthier
|
dd857aeccf
|
fix: Handle file reading with encoding, ignore decoding errors
|
2025-02-13 12:12:33 -08:00 |
|
Paul Gauthier (aider)
|
57ca9cc840
|
feat: Add continuation prompt for multiline input in prompt_toolkit
|
2025-02-07 08:36:52 -08:00 |
|
Paul Gauthier
|
56d6a47ad3
|
remove ". " from multiline input
|
2025-02-07 08:34:16 -08:00 |
|
Paul Gauthier
|
83b401b241
|
feat: Add dot after newline in multiline input mode
|
2025-02-06 14:10:22 -08:00 |
|