feat(cli): add provider management and model listing commands and integrate them into the CLI

This commit is contained in:
2025-10-16 23:35:38 +02:00
parent cbfef5a5df
commit 3271697f6b
5 changed files with 732 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ required-features = ["chat-client"]
[dependencies]
owlen-core = { path = "../owlen-core" }
owlen-providers = { path = "../owlen-providers" }
# Optional TUI dependency, enabled by the "chat-client" feature.
owlen-tui = { path = "../owlen-tui", optional = true }
log = { workspace = true }