From e81b23fb4ac14dea0fc139348dff203210e20daa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 23:46:05 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-interactive-tool-continue.md | 15 --------------- apps/perstack/CHANGELOG.md | 16 ++++++++++++++++ apps/perstack/package.json | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fix-interactive-tool-continue.md diff --git a/.changeset/fix-interactive-tool-continue.md b/.changeset/fix-interactive-tool-continue.md deleted file mode 100644 index 4e895ea5..00000000 --- a/.changeset/fix-interactive-tool-continue.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"perstack": patch ---- - -fix(perstack): handle stoppedByInteractiveTool in TUI execution loop - -When an expert calls an interactive tool and the run stops with status -"stoppedByInteractiveTool", the TUI execution loop now correctly: - -1. Allows the user to continue by entering input (previously the loop exited) -2. Treats the user's input as an interactive tool result (previously it was - treated as a regular text query) - -This fixes the issue where the TUI would hang or display incorrectly when -an interactive tool was called during a conversation. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 75c5c72d..ecceb85a 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,21 @@ # perstack +## 0.0.65 + +### Patch Changes + +- [#429](https://github.com/perstack-ai/perstack/pull/429) [`9b8950e`](https://github.com/perstack-ai/perstack/commit/9b8950e26df2bf9478a1bc6a00dea92074d8e3ba) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(perstack): handle stoppedByInteractiveTool in TUI execution loop + + When an expert calls an interactive tool and the run stops with status + "stoppedByInteractiveTool", the TUI execution loop now correctly: + + 1. Allows the user to continue by entering input (previously the loop exited) + 2. Treats the user's input as an interactive tool result (previously it was + treated as a regular text query) + + This fixes the issue where the TUI would hang or display incorrectly when + an interactive tool was called during a conversation. + ## 0.0.64 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index baf8f7d2..2ac372a1 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.64", + "version": "0.0.65", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",