diff --git a/pyproject.toml b/pyproject.toml index 7f931fc..c4bb13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,7 @@ dependencies = [ "fuzzywuzzy==0.18.0", "rapidfuzz>=3.11.0", "pathspec>=0.11.0", + "pyte>=0.8.2", "aider-chat>=0.73.0", "tavily-python>=0.5.0", "litellm", diff --git a/ra_aid/__main__.py b/ra_aid/__main__.py index 316c428..57b291c 100644 --- a/ra_aid/__main__.py +++ b/ra_aid/__main__.py @@ -326,7 +326,7 @@ def main(): Panel( status, title="Config", - style="bold blue", + border_style="bright_blue", padding=(0, 1) ) )