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
6 changes: 0 additions & 6 deletions .changeset/fix-invalid-tool-call-input.md

This file was deleted.

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

## 0.0.63

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52

## 0.0.62

### 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.62",
"version": "0.0.63",
"description": "Perstack base skills for agents.",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/core

## 0.0.52

### Patch Changes

- [#582](https://github.com/perstack-ai/perstack/pull/582) [`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: reject invalid tool call inputs and retry instead of sending to API

## 0.0.51

### 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.51",
"version": "0.0.52",
"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.23

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52

## 0.0.22

### 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.22",
"version": "0.0.23",
"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.15

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/perstack-toml@0.0.8
- @perstack/skill-manager@0.0.9

## 0.0.14

### 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.14",
"version": "0.0.15",
"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.9

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/filesystem-storage@0.0.23

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.8

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"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.25

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/provider-core@0.0.25

## 0.0.24

### 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.24",
"version": "0.0.25",
"description": "Google Vertex AI provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/react

## 0.0.56

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52

## 0.0.55

### 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.55",
"version": "0.0.56",
"description": "React hooks and utilities for Perstack integration",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @perstack/runtime

## 0.0.112

### Patch Changes

- [#582](https://github.com/perstack-ai/perstack/pull/582) [`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: reject invalid tool call inputs and retry instead of sending to API

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/skill-manager@0.0.9

## 0.0.111

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/runtime",
"version": "0.0.111",
"version": "0.0.112",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/skill-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/skill-manager

## 0.0.9

### Patch Changes

- Updated dependencies [[`1c73db0`](https://github.com/perstack-ai/perstack/commit/1c73db0b097707b22ae3a3ce00da823771cc3ff2)]:
- @perstack/core@0.0.52
- @perstack/base@0.0.63

## 0.0.8

### Patch Changes
Expand Down
Loading