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/fix-adapter-base-deps.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-type-assertions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/optimize-typecheck-ci.md

This file was deleted.

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

## 0.0.44

### Patch Changes

- [#408](https://github.com/perstack-ai/perstack/pull/408) [`5b20e64`](https://github.com/perstack-ai/perstack/commit/5b20e644dcf05e34de4c333825ed9d87b724552a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fixed tsconfig.json to exclude dist directory for cleaner type checking

## 0.0.43

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

## 0.0.58

### Patch Changes

- Updated dependencies [[`c1f1c54`](https://github.com/perstack-ai/perstack/commit/c1f1c5497cb5d0589b1e3817e306ad763ff84ed5), [`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/runtime@0.0.80
- @perstack/api-client@0.0.44
- @perstack/react@0.0.36

## 0.0.57

### 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.57",
"version": "0.0.58",
"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.80

### Patch Changes

- [#405](https://github.com/perstack-ai/perstack/pull/405) [`c1f1c54`](https://github.com/perstack-ai/perstack/commit/c1f1c5497cb5d0589b1e3817e306ad763ff84ed5) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: move @perstack/adapter-base to devDependencies

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c), [`5b20e64`](https://github.com/perstack-ai/perstack/commit/5b20e644dcf05e34de4c333825ed9d87b724552a)]:
- @perstack/api-client@0.0.44
- @perstack/base@0.0.44

## 0.0.79

### 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.79",
"version": "0.0.80",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/api-client

## 0.0.44

### Patch Changes

- [#404](https://github.com/perstack-ai/perstack/pull/404) [`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fixed prohibited 'as' type assertions by replacing them with proper type guards

## 0.0.43

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/api-client",
"version": "0.0.43",
"version": "0.0.44",
"description": "Perstack API Client",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/providers/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @perstack/anthropic-provider

## 0.0.5

### Patch Changes

- [#404](https://github.com/perstack-ai/perstack/pull/404) [`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fixed prohibited 'as' type assertions by replacing them with proper type guards

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- [#404](https://github.com/perstack-ai/perstack/pull/404) [`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fixed prohibited 'as' type assertions by replacing them with proper type guards

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c)]:
- @perstack/provider-core@0.0.5

## 0.0.4

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

## 0.0.36

### Patch Changes

- [#404](https://github.com/perstack-ai/perstack/pull/404) [`81c318e`](https://github.com/perstack-ai/perstack/commit/81c318e8ea318b6575abe8ef1fce7dc971dc123c) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fixed prohibited 'as' type assertions by replacing them with proper type guards

## 0.0.35

### 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.35",
"version": "0.0.36",
"description": "React hooks and utilities for Perstack integration",
"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.5

### Patch Changes

- Updated dependencies [[`c1f1c54`](https://github.com/perstack-ai/perstack/commit/c1f1c5497cb5d0589b1e3817e306ad763ff84ed5)]:
- @perstack/runtime@0.0.80

## 0.0.4

### 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.4",
"version": "0.0.5",
"name": "@perstack/runner",
"description": "Perstack Runner - Multi-runtime adapter orchestration",
"author": "Wintermute Technologies, Inc.",
Expand Down