From d9ca5fbbff7ba7fb1202265ecdcab0e130fd34f8 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Wed, 3 Jun 2026 14:43:08 -0700 Subject: [PATCH] docs(tui): mirror v0.8.53 changelog --- crates/tui/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index e576f767..cf84a8d4 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.53] - 2026-06-03 + +### Added + +- **Hugging Face Inference Providers.** Added `huggingface` as a native + provider route (`/provider huggingface`). Supports `HUGGINGFACE_API_KEY` + or `HF_TOKEN` for auth, `HUGGINGFACE_BASE_URL` and `HUGGINGFACE_MODEL` + for overrides, and `deepseek-ai/DeepSeek-V4-Pro` / `deepseek-ai/DeepSeek-V4-Flash` + as default models. Org-prefixed model IDs pass through. + +### Fixed + +- **Agent-mode shell error copy.** The missing-tool error for shell tools + now directs users to `allow_shell = true` instead of nudging toward YOLO + mode. `/config` surfaces `allow_shell` in the Permissions section. +- **Provider description.** `/provider` command description is now neutral + instead of recommending specific providers. + ## [0.8.52] - 2026-06-03 ### Added