v0.17.0
What's Changed
- feat: message truncation by @adi-wan-askui in #145
🚀 Features
- Message Truncation & Prompt Caching: Added intelligent message truncation and prompt caching capabilities (about 5 minutes) to optimize token usage and improve speed ⟶ Chat history is now automatically cached and truncated when approaching token limits so that you can have longer and faster conversations
🐛 Fixes
- Computer Tool (Regression): Fixed computer tool usage inconsistency between chat (MCP) and agent (ACT) implementations ⟶
Computer Agentshould be able again to use press and release keyboard keys (including shortcuts)
🚨 Breaking Changes
- Truncation may change how agents (or assistants) respond to you
- Removed settings
ActSettings.only_n_most_recent_images
andActSettings.image_truncation_thresholdas we
now use more sophisticated truncation and caching strategies (less configurable for now)
Full Changelog: v0.16.0...v0.17.0