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
10 changes: 0 additions & 10 deletions .changeset/filter-reasoning-parts.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fix-duplicate-historical-events.md

This file was deleted.

14 changes: 14 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.67",
"version": "0.0.68",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions apps/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/runtime/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down