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
5 changes: 0 additions & 5 deletions .changeset/add-minimax-m2p5.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.80

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65

## 0.0.79

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/base",
"version": "0.0.79",
"version": "0.0.80",
"description": "Perstack base skills for agents.",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@perstack/core": "0.0.64",
"@perstack/core": "0.0.65",
"commander": "^14.0.3",
"zod": "^4.3.6"
},
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.65

### Patch Changes

- [#799](https://github.com/perstack-ai/perstack/pull/799) [`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add MiniMax M2.5 to known models for fireworks provider

## 0.0.64

### 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.64",
"version": "0.0.65",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/perstack-toml@0.0.23
- @perstack/skill-manager@0.0.28

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.24

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/filesystem-storage@0.0.38

## 0.0.23

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

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65

## 0.0.22

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

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.38

### 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.38",
"version": "0.0.39",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"description": "DeepSeek provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/providers/fireworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/fireworks-provider

## 0.0.6

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/fireworks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/fireworks-provider",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"description": "Fireworks AI 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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.38

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65
- @perstack/provider-core@0.0.38

## 0.0.37

### 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.37",
"version": "0.0.38",
"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.69

### Patch Changes

- Updated dependencies [[`4b1d92a`](https://github.com/perstack-ai/perstack/commit/4b1d92a63c1c360aa005c86f1cf6fafb738a6c2c)]:
- @perstack/core@0.0.65

## 0.0.68

### Patch Changes
Expand Down
Loading