add pyte; improve status panel output
This commit is contained in:
parent
1fbaeac308
commit
7bae09e829
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue