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
8 changes: 0 additions & 8 deletions .changeset/prompt-cache-breakpoints.md

This file was deleted.

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

## 0.0.46

### Patch Changes

- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control

## 0.0.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-expert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expert",
"version": "0.0.45",
"version": "0.0.46",
"description": "Create and modify Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perstack

## 0.0.98

### Patch Changes

- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control

## 0.0.97

### 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.97",
"version": "0.0.98",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/providers/anthropic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @perstack/anthropic-provider

## 0.0.30

### Patch Changes

- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control

## 0.0.29

### 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.29",
"version": "0.0.30",
"description": "Anthropic provider adapter for Perstack",
"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.118

### Patch Changes

- [#621](https://github.com/perstack-ai/perstack/pull/621) [`5cbcda9`](https://github.com/perstack-ai/perstack/commit/5cbcda96a28840c0602c127f1c351995d4862a2b) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Enable automatic prompt caching for Anthropic via request-level cache_control

## 0.0.117

### 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.117",
"version": "0.0.118",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down