add pyte; improve status panel output

This commit is contained in:
AI Christianson 2025-02-12 17:21:03 -05:00
parent 1fbaeac308
commit 7bae09e829
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ dependencies = [
"fuzzywuzzy==0.18.0", "fuzzywuzzy==0.18.0",
"rapidfuzz>=3.11.0", "rapidfuzz>=3.11.0",
"pathspec>=0.11.0", "pathspec>=0.11.0",
"pyte>=0.8.2",
"aider-chat>=0.73.0", "aider-chat>=0.73.0",
"tavily-python>=0.5.0", "tavily-python>=0.5.0",
"litellm", "litellm",

View File

@ -326,7 +326,7 @@ def main():
Panel( Panel(
status, status,
title="Config", title="Config",
style="bold blue", border_style="bright_blue",
padding=(0, 1) padding=(0, 1)
) )
) )