diff --git a/src/goose/cli/prompt/lexer.py b/src/goose/cli/prompt/lexer.py index ec8bb0bea..98486a390 100644 --- a/src/goose/cli/prompt/lexer.py +++ b/src/goose/cli/prompt/lexer.py @@ -23,7 +23,7 @@ def command_itself(target_string: str) -> re.Pattern[str]: def value_for_command(command_string: str) -> re.Pattern[str]: escaped_string = re.escape(command_string) - return re.compile(rf"(?<=(?