Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/fix-interactive-tool-display.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/perstack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down