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
20 changes: 0 additions & 20 deletions .changeset/remove-multi-runtime.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unified-job-stream-hooks.md

This file was deleted.

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

## 0.0.54

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45

## 0.0.53

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

## 0.0.79

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579), [`b3c234e`](https://github.com/perstack-ai/perstack/commit/b3c234e6647268c7daa485a913e86219aa17d8b0)]:
- @perstack/core@0.0.45
- @perstack/runtime@0.0.95
- @perstack/filesystem-storage@0.0.15
- @perstack/react@0.0.49

## 0.0.78

### 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.78",
"version": "0.0.79",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions apps/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @perstack/runtime

## 0.0.95

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/base@0.0.54

## 0.0.94

### 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.94",
"version": "0.0.95",
"description": "Perstack Runtime",
"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.45

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

## 0.0.44

### 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.44",
"version": "0.0.45",
"description": "Perstack Core",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/filesystem-storage

## 0.0.15

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45

## 0.0.14

### 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.14",
"version": "0.0.15",
"name": "@perstack/filesystem-storage",
"description": "Perstack Filesystem Persistence - Job, Checkpoint, Event, and Run storage",
"author": "Wintermute Technologies, Inc.",
Expand Down
10 changes: 10 additions & 0 deletions packages/providers/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @perstack/anthropic-provider

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

### 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.15",
"version": "0.0.16",
"description": "Amazon Bedrock provider adapter for Perstack",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/provider-core

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45

## 0.0.15

### 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.15",
"version": "0.0.16",
"description": "Core interfaces and base classes for Perstack LLM provider adapters",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/providers/deepseek/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @perstack/deepseek-provider

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.16

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45
- @perstack/provider-core@0.0.16

## 0.0.15

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

## 0.0.49

### Patch Changes

- [#461](https://github.com/perstack-ai/perstack/pull/461) [`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove multi-runtime and storage abstraction layer. Simplify to local-only runtime with direct filesystem persistence.

- [#463](https://github.com/perstack-ai/perstack/pull/463) [`b3c234e`](https://github.com/perstack-ai/perstack/commit/b3c234e6647268c7daa485a913e86219aa17d8b0) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Add unified job stream hooks (useJobStream, useJobStreams) with StreamConnector interface

- Updated dependencies [[`607ab43`](https://github.com/perstack-ai/perstack/commit/607ab43d0b18258abba49ce8bf9b8779a6569579)]:
- @perstack/core@0.0.45

## 0.0.48

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