add more cli features and styling

refactoring
This commit is contained in:
milan
2026-04-12 21:51:10 +02:00
parent 01e7da136c
commit 87e1a93a3e
7 changed files with 204 additions and 41 deletions
+5 -1
View File
@@ -14,4 +14,8 @@ url = "2.5.8"
own_mcp = { path = "own_mcp" }
own_assist_common = { path = "common" }
thiserror = "2.0.18"
dialoguer = "0.12.0"
dialoguer = "0.12.0"
indicatif = "0.18.4"
console = "0.16.3"
clap = { version = "4.6.0", features = ["derive"] }
base64 = "0.22.1"