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
16 changes: 0 additions & 16 deletions .changeset/strict-attempt-completion-schema.md

This file was deleted.

17 changes: 17 additions & 0 deletions apps/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @perstack/base

## 0.0.62

### Patch Changes

- [#577](https://github.com/perstack-ai/perstack/pull/577) [`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add result param to attemptCompletion and remove GeneratingRunResult

- Add optional `result` string parameter to attemptCompletion tool schema so the LLM
can provide its final response text directly in the tool call
- Complete runs directly from CallingMcpTools when attemptCompletion succeeds, eliminating
the extra LLM round-trip in GeneratingRunResult
- Remove GeneratingRunResult state, its transitions, and the attemptCompletion event type
- Remove dead attemptCompletion event handling code from React event-to-activity utils
- Update E2E expert instructions to pass result via attemptCompletion args

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51

## 0.0.61

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/base",
"version": "0.0.61",
"version": "0.0.62",
"description": "Perstack base skills for agents.",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @perstack/core

## 0.0.51

### Patch Changes

- [#577](https://github.com/perstack-ai/perstack/pull/577) [`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add result param to attemptCompletion and remove GeneratingRunResult

- Add optional `result` string parameter to attemptCompletion tool schema so the LLM
can provide its final response text directly in the tool call
- Complete runs directly from CallingMcpTools when attemptCompletion succeeds, eliminating
the extra LLM round-trip in GeneratingRunResult
- Remove GeneratingRunResult state, its transitions, and the attemptCompletion event type
- Remove dead attemptCompletion event handling code from React event-to-activity utils
- Update E2E expert instructions to pass result via attemptCompletion args

## 0.0.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/core",
"version": "0.0.50",
"version": "0.0.51",
"description": "Perstack Core",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/filesystem-storage

## 0.0.22

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.21",
"version": "0.0.22",
"name": "@perstack/filesystem-storage",
"description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage",
"author": "Wintermute Technologies, Inc.",
Expand Down
9 changes: 9 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/installer

## 0.0.14

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/skill-manager@0.0.8
- @perstack/perstack-toml@0.0.7

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.13",
"version": "0.0.14",
"name": "@perstack/installer",
"description": "Perstack Installer - Generate lockfiles with tool definitions",
"author": "Wintermute Technologies, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/log

## 0.0.8

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/filesystem-storage@0.0.22

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"name": "@perstack/log",
"description": "Perstack Log - Execution history viewer",
"author": "Wintermute Technologies, Inc.",
Expand Down
7 changes: 7 additions & 0 deletions packages/perstack-toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/perstack-toml

## 0.0.7

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perstack-toml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.6",
"version": "0.0.7",
"name": "@perstack/perstack-toml",
"description": "Perstack TOML configuration file resolution, parsing, and lockfile management",
"author": "Wintermute Technologies, Inc.",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/anthropic-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/anthropic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/anthropic-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Anthropic provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/azure-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/azure-openai-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/azure-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/azure-openai-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Azure OpenAI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/bedrock-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/bedrock-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Amazon Bedrock provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/providers/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/provider-core

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/provider-core",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Core interfaces and base classes for Perstack LLM provider adapters",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/deepseek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/deepseek-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/deepseek/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/deepseek-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "DeepSeek provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/google-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/google/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/google-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Google Generative AI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/ollama/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/ollama-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/ollama/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/ollama-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Ollama provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/openai-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/openai-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "OpenAI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/vertex/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/vertex-provider

## 0.0.24

### Patch Changes

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51
- @perstack/provider-core@0.0.24

## 0.0.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/vertex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/vertex-provider",
"private": true,
"version": "0.0.23",
"version": "0.0.24",
"description": "Google Vertex AI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @perstack/react

## 0.0.55

### Patch Changes

- [#577](https://github.com/perstack-ai/perstack/pull/577) [`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add result param to attemptCompletion and remove GeneratingRunResult

- Add optional `result` string parameter to attemptCompletion tool schema so the LLM
can provide its final response text directly in the tool call
- Complete runs directly from CallingMcpTools when attemptCompletion succeeds, eliminating
the extra LLM round-trip in GeneratingRunResult
- Remove GeneratingRunResult state, its transitions, and the attemptCompletion event type
- Remove dead attemptCompletion event handling code from React event-to-activity utils
- Update E2E expert instructions to pass result via attemptCompletion args

- Updated dependencies [[`17e5c92`](https://github.com/perstack-ai/perstack/commit/17e5c925ba0a12f2d828c133f021e56c4396392c)]:
- @perstack/core@0.0.51

## 0.0.54

### 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.54",
"version": "0.0.55",
"description": "React hooks and utilities for Perstack integration",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
Loading