Skip to content
Open
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## Unreleased

- Add opt-in Anthropic context compaction via `contextOptions.compaction`
(`triggerTokens` / `instructions`); summarizes earlier context server-side and
replays the summary on later turns. Widens the recent-message window for
Anthropic runs so history can reach the trigger. (#287)
- Bump `@ai-sdk/anthropic` to 3.0.62 (adds `compact_20260112`) and `ai` to
6.0.209, with matching `@ai-sdk/provider-utils` 4.0.30 / `@ai-sdk/provider`
3.0.10.

## 0.6.4

- Fix streaming UI message dedupe (#281)
Expand Down
Loading
Loading