mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
rename
This commit is contained in:
parent
c17e454608
commit
579fc39d61
1 changed files with 2 additions and 4 deletions
|
@ -15,7 +15,7 @@ from rich.console import Console
|
|||
from rich.text import Text
|
||||
|
||||
|
||||
class FileContentCompleter(Completer):
|
||||
class AutoCompleter(Completer):
|
||||
def __init__(self, root, rel_fnames, addable_rel_fnames, commands):
|
||||
self.commands = commands
|
||||
self.addable_rel_fnames = addable_rel_fnames
|
||||
|
@ -142,9 +142,7 @@ class InputOutput:
|
|||
style = None
|
||||
|
||||
while True:
|
||||
completer_instance = FileContentCompleter(
|
||||
root, rel_fnames, addable_rel_fnames, commands
|
||||
)
|
||||
completer_instance = AutoCompleter(root, rel_fnames, addable_rel_fnames, commands)
|
||||
if multiline_input:
|
||||
show = ". "
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue