From 869d2530f7167ca0c17673f9edc7cbf1a4da6e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 13:15:05 +0000 Subject: [PATCH] chore(main): release 0.59.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ version.txt | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfeb4872..f671048f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.59.0" + ".": "0.59.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1716c3ae..c579f509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.59.1](https://github.com/tstapler/stelekit/compare/v0.59.0...v0.59.1) (2026-07-03) + + +### Bug Fixes + +* **ci:** resolve CI failures, skip warm-start ANALYZE, add init timing logs ([#200](https://github.com/tstapler/stelekit/issues/200)) ([7f9ecbd](https://github.com/tstapler/stelekit/commit/7f9ecbdbcdd77b97acd085c9b657124f5e49ba30)) +* **ui:** hide edit affordance for on-device provider rows ([b01ed75](https://github.com/tstapler/stelekit/commit/b01ed7574c223c9b30bc42b0c16a505e777dc01b)) +* **ui:** show actual LLM error message; skip API key dialog for on-device providers ([bc0de57](https://github.com/tstapler/stelekit/commit/bc0de57fdc4c5051bb3e0b0952f2a90cc3488a63)) +* **ui:** show actual LLM error; skip API key dialog for on-device providers ([49880fc](https://github.com/tstapler/stelekit/commit/49880fcc4180ac5ba64c041ffd7540dae16d5df5)) +* **ui:** use allowlist (== REMOTE) not denylist (!= ON_DEVICE) in onEditProvider ([59c6e52](https://github.com/tstapler/stelekit/commit/59c6e5257cb9954aa3365a7a2ed39ff524164ad1)) + ## [0.59.0](https://github.com/tstapler/stelekit/compare/v0.58.1...v0.59.0) (2026-07-02) diff --git a/version.txt b/version.txt index cb6b534a..8997e665 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.59.0 +0.59.1