From 5b3f656416a2ece84745c93fc71f793675829472 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:27:30 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-interactive-tool-display.md | 9 --------- apps/perstack/CHANGELOG.md | 7 +++++++ apps/perstack/package.json | 2 +- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 2 +- 5 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-interactive-tool-display.md diff --git a/.changeset/fix-interactive-tool-display.md b/.changeset/fix-interactive-tool-display.md deleted file mode 100644 index b6da874d..00000000 --- a/.changeset/fix-interactive-tool-display.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@perstack/react": patch ---- - -fix(react): display interactive tool activities in TUI - -Added handler for `stopRunByInteractiveTool` events in `processRunEventToActivity` -to convert them to `interactiveTool` activities. Previously these events were not -processed, so interactive tool calls were invisible in the TUI. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 35f9904f..935e8b42 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,12 @@ # perstack +## 0.0.67 + +### Patch Changes + +- Updated dependencies [[`c0f4dcc`](https://github.com/perstack-ai/perstack/commit/c0f4dcca89ac9ce81f63f3fd8e99e0ca53c6529b)]: + - @perstack/react@0.0.40 + ## 0.0.66 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index b6e3a211..b9ea4503 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.66", + "version": "0.0.67", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7cd7a495..d43900af 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @perstack/react +## 0.0.40 + +### Patch Changes + +- [#433](https://github.com/perstack-ai/perstack/pull/433) [`c0f4dcc`](https://github.com/perstack-ai/perstack/commit/c0f4dcca89ac9ce81f63f3fd8e99e0ca53c6529b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(react): display interactive tool activities in TUI + + Added handler for `stopRunByInteractiveTool` events in `processRunEventToActivity` + to convert them to `interactiveTool` activities. Previously these events were not + processed, so interactive tool calls were invisible in the TUI. + ## 0.0.39 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index bbf1586c..a1bf17f3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/react", - "version": "0.0.39", + "version": "0.0.40", "description": "React hooks and utilities for Perstack integration", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",