release: deepseek tui 0.4.6

Bundles new work since v0.4.4: NIM provider support, file mention
attachments, provider switch UX, setup --status/--clean/--tools/--plugins,
doctor --json, and protocol-recovery hardening that strips fake
tool-call wrappers from streaming model output.
This commit is contained in:
Hunter Bown
2026-04-25 02:01:04 -05:00
parent 7f0444d26b
commit fe4f261a5d
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.4.5"
version = "0.4.6"
edition = "2024"
license = "MIT"
repository = "https://github.com/Hmbown/DeepSeek-TUI"