mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-02 21:24:34 +01:00
fix: remove overly general match for long running commands (#87)
This commit is contained in:
@@ -170,7 +170,6 @@ class Developer(Toolkit):
|
||||
r"\(y/N\)", # Yes/No prompt
|
||||
r"Press any key to continue", # Awaiting keypress
|
||||
r"Waiting for input", # General waiting message
|
||||
r"\?\s", # Prompts starting with '? '
|
||||
]
|
||||
compiled_patterns = [re.compile(pattern, re.IGNORECASE) for pattern in interaction_patterns]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user