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
6 changes: 0 additions & 6 deletions .changeset/fix-cache-hit-rate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/static-environment-section.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.126",
"version": "0.0.127",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.137",
"version": "0.0.138",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/tui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tui-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/tui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading