From a456b11df71a6371ae96e6c32c9515021d191b88 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:58:27 +0000 Subject: [PATCH] chore: version packages --- .changeset/filter-reasoning-parts.md | 10 ---------- .changeset/fix-duplicate-historical-events.md | 10 ---------- apps/perstack/CHANGELOG.md | 14 ++++++++++++++ apps/perstack/package.json | 2 +- apps/runtime/CHANGELOG.md | 11 +++++++++++ apps/runtime/package.json | 2 +- packages/runner/CHANGELOG.md | 7 +++++++ packages/runner/package.json | 2 +- 8 files changed, 35 insertions(+), 23 deletions(-) delete mode 100644 .changeset/filter-reasoning-parts.md delete mode 100644 .changeset/fix-duplicate-historical-events.md diff --git a/.changeset/filter-reasoning-parts.md b/.changeset/filter-reasoning-parts.md deleted file mode 100644 index 617d4f79..00000000 --- a/.changeset/filter-reasoning-parts.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@perstack/runtime": patch ---- - -fix(runtime): filter reasoning parts for non-Anthropic providers - -Added filtering to remove reasoning parts from message history when sending -to OpenAI, Azure OpenAI, DeepSeek, or Ollama providers. This prevents the -"Non-OpenAI reasoning parts are not supported" warning from AI SDK when -resuming runs that were previously executed with Anthropic's extended thinking. diff --git a/.changeset/fix-duplicate-historical-events.md b/.changeset/fix-duplicate-historical-events.md deleted file mode 100644 index a06ddd7e..00000000 --- a/.changeset/fix-duplicate-historical-events.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"perstack": patch ---- - -fix(tui): prevent duplicate display of historical events on continue - -Changed the execution loop to only pass historical events on the first iteration. -Subsequent iterations no longer receive historical events since the previous TUI -output remains visible on screen, preventing duplicate display of query/complete -activities. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 935e8b42..d0e86819 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,19 @@ # perstack +## 0.0.68 + +### Patch Changes + +- [#435](https://github.com/perstack-ai/perstack/pull/435) [`cf48446`](https://github.com/perstack-ai/perstack/commit/cf48446bcb4c23f67ef7cc9d5d685183bbad378b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(tui): prevent duplicate display of historical events on continue + + Changed the execution loop to only pass historical events on the first iteration. + Subsequent iterations no longer receive historical events since the previous TUI + output remains visible on screen, preventing duplicate display of query/complete + activities. + +- Updated dependencies [[`cf48446`](https://github.com/perstack-ai/perstack/commit/cf48446bcb4c23f67ef7cc9d5d685183bbad378b)]: + - @perstack/runtime@0.0.86 + ## 0.0.67 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index b9ea4503..04061dc7 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.67", + "version": "0.0.68", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/apps/runtime/CHANGELOG.md b/apps/runtime/CHANGELOG.md index e6837ef1..5c029912 100644 --- a/apps/runtime/CHANGELOG.md +++ b/apps/runtime/CHANGELOG.md @@ -1,5 +1,16 @@ # @perstack/runtime +## 0.0.86 + +### Patch Changes + +- [#435](https://github.com/perstack-ai/perstack/pull/435) [`cf48446`](https://github.com/perstack-ai/perstack/commit/cf48446bcb4c23f67ef7cc9d5d685183bbad378b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix(runtime): filter reasoning parts for non-Anthropic providers + + Added filtering to remove reasoning parts from message history when sending + to OpenAI, Azure OpenAI, DeepSeek, or Ollama providers. This prevents the + "Non-OpenAI reasoning parts are not supported" warning from AI SDK when + resuming runs that were previously executed with Anthropic's extended thinking. + ## 0.0.85 ### Patch Changes diff --git a/apps/runtime/package.json b/apps/runtime/package.json index fe3a95b3..6cc257f4 100644 --- a/apps/runtime/package.json +++ b/apps/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.85", + "version": "0.0.86", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index a9dc0ece..07e0913a 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/runner +## 0.0.12 + +### Patch Changes + +- Updated dependencies [[`cf48446`](https://github.com/perstack-ai/perstack/commit/cf48446bcb4c23f67ef7cc9d5d685183bbad378b)]: + - @perstack/runtime@0.0.86 + ## 0.0.11 ### Patch Changes diff --git a/packages/runner/package.json b/packages/runner/package.json index 57ab2b4c..ad352c26 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.11", + "version": "0.0.12", "name": "@perstack/runner", "description": "Perstack Runner - Multi-runtime adapter orchestration", "author": "Wintermute Technologies, Inc.",