typescript_1.1.4

2FastLabs/agent-squadtypescript_1.1.4Jul 14, 2026by cornelcroi

AI Summary

This release introduces a new storage mechanism for managing long conversations by automatically compressing history using an LLM summarizer while preserving raw messages in the inner store.

Key Highlights

  • Added SummarizingChatStorage to compress long conversation histories.
  • Uses lazy buffer activation and eager save-time compression.
  • Preserves raw messages in the inner store.

New Features

  • SummarizingChatStorage

Full Release Notes

## What's new

- Added `SummarizingChatStorage`: wraps any `ChatStorage` and automatically compresses long conversation histories via a user-supplied LLM summarizer. Uses lazy buffer activation and eager save-time compression — raw messages are always preserved in the inner store.