Skip to content

1.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Mar 20:13
· 2 commits to main since this release
Enhance memory model integration and Telegram message handling

- Added `memoryModel` property to `AppSettings` interface and updated related components to utilize it.
- Refactored `createMemoryCuratorAgent` and `FactExtractionService` to prioritize `memoryModel` when available.
- Introduced `TelegramImageAttachment` and `TelegramMessageRecord` interfaces for improved message structure.
- Updated `TelegramService` to handle image attachments in messages and modified tools to reflect these changes.
- Enhanced settings dialog and chat view to support new memory model configurations.