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
7 changes: 0 additions & 7 deletions .changeset/context-overflow-normalization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/web-search-truncation.md

This file was deleted.

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

## 0.17.1

### Patch Changes

- 0404301: Normalize Synthetic context overflow errors so Pi's built-in compact-and-retry triggers.

Some Synthetic backends return overflow errors that Pi does not detect natively (e.g. "The input (N tokens) is longer than the model's context length" or "Context limit exceeded"). A `message_end` handler now prefixes these with `context_length_exceeded:` so Pi recognizes them and auto-compacts.

- 553ac07: Add truncation and temp file persistence to `synthetic_web_search` tool

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliou/pi-synthetic",
"version": "0.17.0",
"version": "0.17.1",
"license": "MIT",
"type": "module",
"private": false,
Expand Down