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/migrate-api-client-npm.md

This file was deleted.

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

## 0.0.60

### Patch Changes

- [#415](https://github.com/perstack-ai/perstack/pull/415) [`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Migrate @perstack/api-client to npm version (^0.0.51)

BREAKING CHANGES:

- Remove `perstack publish` command (new API uses draft-based publish model)
- Remove `perstack status` command (no status update in new API)
- Remove `perstack tag` command (no tag update in new API)
- Remove `perstack unpublish` command (CLI no longer supports registry operations)

Changes:

- Update API calls from `client.registry.experts.*` to `client.experts.*`
- Adapt response handling for new API structure where experts are nested under `definition.experts`

- Updated dependencies [[`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9)]:
- @perstack/runtime@0.0.82

## 0.0.59

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

## 0.0.82

### Patch Changes

- [#415](https://github.com/perstack-ai/perstack/pull/415) [`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Migrate @perstack/api-client to npm version (^0.0.51)

BREAKING CHANGES:

- Remove `perstack publish` command (new API uses draft-based publish model)
- Remove `perstack status` command (no status update in new API)
- Remove `perstack tag` command (no tag update in new API)
- Remove `perstack unpublish` command (CLI no longer supports registry operations)

Changes:

- Update API calls from `client.registry.experts.*` to `client.experts.*`
- Adapt response handling for new API structure where experts are nested under `definition.experts`

## 0.0.81

### 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.81",
"version": "0.0.82",
"description": "Perstack Runtime",
"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.7

### Patch Changes

- Updated dependencies [[`4b153c7`](https://github.com/perstack-ai/perstack/commit/4b153c7044ff7d381237d2e040b802fd8708bed9)]:
- @perstack/runtime@0.0.82

## 0.0.6

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