mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
Merge branch 'main' of github.com:paul-gauthier/aider
This commit is contained in:
commit
d50d97ab26
2 changed files with 3 additions and 2 deletions
|
@ -1039,8 +1039,8 @@ class Commands:
|
||||||
|
|
||||||
return text
|
return text
|
||||||
|
|
||||||
def cmd_clipboard(self, args):
|
def cmd_paste(self, args):
|
||||||
"Add image/text from the clipboard to the chat (optionally provide a name for the image)"
|
"Paste image/text from the clipboard into the chat (optionally provide a name for the image)"
|
||||||
try:
|
try:
|
||||||
# Check for image first
|
# Check for image first
|
||||||
image = ImageGrab.grabclipboard()
|
image = ImageGrab.grabclipboard()
|
||||||
|
|
|
@ -412,6 +412,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
output=output,
|
output=output,
|
||||||
user_input_color=args.user_input_color,
|
user_input_color=args.user_input_color,
|
||||||
tool_output_color=args.tool_output_color,
|
tool_output_color=args.tool_output_color,
|
||||||
|
tool_warning_color=args.tool_warning_color,
|
||||||
tool_error_color=args.tool_error_color,
|
tool_error_color=args.tool_error_color,
|
||||||
completion_menu_color=args.completion_menu_color,
|
completion_menu_color=args.completion_menu_color,
|
||||||
completion_menu_bg_color=args.completion_menu_bg_color,
|
completion_menu_bg_color=args.completion_menu_bg_color,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue