v1.6 Alpha 1 Release Notes
⚠️ Please read the breaking changes before updating!
This update adds support for structured output and a new Timeline API.
⚠️ Breaking Changes
- The
remember
action is now calledcreate_event
to avoid confusion with LLM Vision Memory.
Contributors
A huge thank you to our contributors @rmaher001, and @boian-ivanov!
Integration
✨ Features
- Structured Output: Valid JSON output can now be forced using the
structure
parameter. See the docs for details. (by @rmaher001) - Timeline API: Events stored in the timeline can now be fetched through the new Timeline API. This is used by the LLM Vision Cards, but you may use the API for your automations as well. See the docs for details. (by @valentinfrlch)
🔧 Improvements & Bug Fixes
- Create Events: The
create_events
action now supports setting the category for an event manually. (#536) (by @valentinfrlch)
🌐 Languages
- Support for Hungarian language: Added 🇧🇬 Bulgarian translations. (by @boian-ivanov)