Releases: osipov-anton/lamp
Releases · osipov-anton/lamp
1.5.2
Implement integration management and tool call tracking enhancements - Added support for managing integrations, including listing, approving, rejecting, and deleting integrations through a new API. - Introduced `ToolCallCollector` to track tool call data across runs, allowing for better persistence and error handling. - Updated chat handlers and message structures to incorporate tool call results, including success and error states. - Enhanced the UI to display integration statuses and provide options for retrying failed installations. - Refactored various components to accommodate the new integration and tool call features, ensuring a cohesive user experience.
1.5.1
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.
1.5.0
Add agent presets management and memory query enhancements - Introduced new AgentPreset interface and related functions for creating, updating, retrieving, and deleting agent presets in the store. - Enhanced memory query tool to support multiple queries for better fact retrieval and added functionality to handle related facts. - Updated GoogleService to sanitize email headers before sending. - Refactored chat handlers to integrate agent presets and memory management. - Improved memory graph adapter with new methods for listing and deleting facts and entities.
1.4.0
Cancel in-progress release workflows on new tag push Made-with: Cursor
1.3.0
Add update dialog and Check for Updates menu item Made-with: Cursor
1.2.2
Add Sentry, include resources in build, fix icon loading Made-with: Cursor
1.2.1
v1.2.1 1.2.1
1.2.0
Auto-publish releases instead of drafts for auto-updates Made-with: Cursor
1.1.1
Fix Windows CI: use bash shell for rm command Made-with: Cursor
1.1.0
Full Changelog: v1.0.8...v1.1.0