Skip to content

v0.17.0

Choose a tag to compare

@adi-wan-askui adi-wan-askui released this 15 Sep 08:10
· 730 commits to main since this release

What's Changed

🚀 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 Agent should 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
    and ActSettings.image_truncation_threshold as we
    now use more sophisticated truncation and caching strategies (less configurable for now)

Full Changelog: v0.16.0...v0.17.0