diff --git a/.changeset/fix-cache-hit-rate.md b/.changeset/fix-cache-hit-rate.md deleted file mode 100644 index 527fadfb..00000000 --- a/.changeset/fix-cache-hit-rate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/tui-components": patch -"perstack": patch ---- - -Fix cache hit rate double-counting cached tokens in denominator and improve display format diff --git a/.changeset/static-environment-section.md b/.changeset/static-environment-section.md deleted file mode 100644 index 498348c3..00000000 --- a/.changeset/static-environment-section.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@perstack/runtime": patch -"perstack": patch ---- - -Remove dynamic content from system prompt to improve cross-run prefix caching diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 6523ad8c..ea2bc3fd 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,13 @@ # perstack +## 0.0.127 + +### Patch Changes + +- [#776](https://github.com/perstack-ai/perstack/pull/776) [`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix cache hit rate double-counting cached tokens in denominator and improve display format + +- [#778](https://github.com/perstack-ai/perstack/pull/778) [`b8c7111`](https://github.com/perstack-ai/perstack/commit/b8c7111e3a501971a17034315edb266a0749e40a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove dynamic content from system prompt to improve cross-run prefix caching + ## 0.0.126 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 03948183..102d0441 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.126", + "version": "0.0.127", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 94ef1b57..09ce0e64 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.138 + +### Patch Changes + +- [#778](https://github.com/perstack-ai/perstack/pull/778) [`b8c7111`](https://github.com/perstack-ai/perstack/commit/b8c7111e3a501971a17034315edb266a0749e40a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Remove dynamic content from system prompt to improve cross-run prefix caching + ## 0.0.137 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index f8226d35..7122b80f 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.137", + "version": "0.0.138", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui-components/CHANGELOG.md b/packages/tui-components/CHANGELOG.md index 37dbd511..cd1c115a 100644 --- a/packages/tui-components/CHANGELOG.md +++ b/packages/tui-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/tui-components +## 0.0.38 + +### Patch Changes + +- [#776](https://github.com/perstack-ai/perstack/pull/776) [`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix cache hit rate double-counting cached tokens in denominator and improve display format + ## 0.0.37 ### Patch Changes diff --git a/packages/tui-components/package.json b/packages/tui-components/package.json index bf041d17..03b7ae9f 100644 --- a/packages/tui-components/package.json +++ b/packages/tui-components/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui-components", "private": true, - "version": "0.0.37", + "version": "0.0.38", "description": "Ink/React TUI components for Perstack terminal interface", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/tui/CHANGELOG.md b/packages/tui/CHANGELOG.md index 4724f08f..205289ae 100644 --- a/packages/tui/CHANGELOG.md +++ b/packages/tui/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/tui +## 0.0.36 + +### Patch Changes + +- Updated dependencies [[`de15c78`](https://github.com/perstack-ai/perstack/commit/de15c78891608574aacccd1961714a524915ed4d)]: + - @perstack/tui-components@0.0.38 + ## 0.0.35 ### Patch Changes diff --git a/packages/tui/package.json b/packages/tui/package.json index 7c58642e..c556624a 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/tui", "private": true, - "version": "0.0.35", + "version": "0.0.36", "description": "Non-React TUI logic layer for Perstack CLI applications", "type": "module", "exports": {