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
11 changes: 0 additions & 11 deletions .changeset/fix-default-model-tier.md

This file was deleted.

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

## 0.0.116

### Patch Changes

- [#686](https://github.com/perstack-ai/perstack/pull/686) [`9ebcef3`](https://github.com/perstack-ai/perstack/commit/9ebcef36da30d64d8c61e10722725cae6d9537ac) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix: Preserve `defaultModelTier` when resolving experts from API

The `toRuntimeExpert` function in both runtime and installer packages was dropping the `defaultModelTier` field when converting API response experts to runtime Expert objects. This caused all API-fetched experts to ignore their configured model tier and fall back to the provider's highest-tier model (e.g., claude-opus-4-6 instead of claude-haiku-4-5 for `defaultModelTier: "low"`).

Also fixed `configExpertToExpert` in the installer package which had the same omission when converting TOML config experts.

## 0.0.115

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

## 0.0.35

### Patch Changes

- [#686](https://github.com/perstack-ai/perstack/pull/686) [`9ebcef3`](https://github.com/perstack-ai/perstack/commit/9ebcef36da30d64d8c61e10722725cae6d9537ac) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix: Preserve `defaultModelTier` when resolving experts from API

The `toRuntimeExpert` function in both runtime and installer packages was dropping the `defaultModelTier` field when converting API response experts to runtime Expert objects. This caused all API-fetched experts to ignore their configured model tier and fall back to the provider's highest-tier model (e.g., claude-opus-4-6 instead of claude-haiku-4-5 for `defaultModelTier: "low"`).

Also fixed `configExpertToExpert` in the installer package which had the same omission when converting TOML config experts.

## 0.0.34

### 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.34",
"version": "0.0.35",
"name": "@perstack/installer",
"description": "Perstack Installer - Generate lockfiles with tool definitions",
"author": "Wintermute Technologies, Inc.",
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.132

### Patch Changes

- [#686](https://github.com/perstack-ai/perstack/pull/686) [`9ebcef3`](https://github.com/perstack-ai/perstack/commit/9ebcef36da30d64d8c61e10722725cae6d9537ac) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix: Preserve `defaultModelTier` when resolving experts from API

The `toRuntimeExpert` function in both runtime and installer packages was dropping the `defaultModelTier` field when converting API response experts to runtime Expert objects. This caused all API-fetched experts to ignore their configured model tier and fall back to the provider's highest-tier model (e.g., claude-opus-4-6 instead of claude-haiku-4-5 for `defaultModelTier: "low"`).

Also fixed `configExpertToExpert` in the installer package which had the same omission when converting TOML config experts.

## 0.0.131

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

## 0.0.16

### Patch Changes

- Updated dependencies [[`9ebcef3`](https://github.com/perstack-ai/perstack/commit/9ebcef36da30d64d8c61e10722725cae6d9537ac)]:
- @perstack/installer@0.0.35

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.15",
"version": "0.0.16",
"name": "@perstack/studio",
"description": "Perstack Studio - Expert management CLI handlers",
"author": "Wintermute Technologies, Inc.",
Expand Down