Enhance TUI and core functionality: add header rendering, improve message formatting, and refine provider/model handling logic. Update dependencies.

This commit is contained in:
2025-09-27 07:06:57 +02:00
parent 9df489158c
commit 306104c5b4
5 changed files with 196 additions and 130 deletions

View File

@@ -17,6 +17,8 @@ async-trait = "0.1"
textwrap = { workspace = true }
toml = { workspace = true }
shellexpand = { workspace = true }
regex = "1"
once_cell = "1.21.3"
[dev-dependencies]
tokio-test = { workspace = true }