Merged
Conversation
added 5 commits
March 4, 2026 16:29
… more descriptive branch naming convention This change modifies the branch naming format in the GitHub Actions workflow for plugin publishing, enhancing clarity by prefixing the branch name with 'bump-' followed by the plugin name and version. This adjustment aims to improve the organization and readability of pull requests related to plugin version updates.
…fecycle enhancements This release introduces significant improvements, including automatic score mode inference for consistent 0-1 similarity across vector backends, and the addition of the `forget_memories` tool for managing memory retention. New configuration options for `memory_ttl_days` and `checkpoint_ttl_days` have been implemented to enhance memory lifecycle management. Documentation has been updated to reflect these changes and provide clearer guidance on the new features and their usage.
This commit enhances the readability of several test files by restructuring function definitions and assertions for better clarity. Changes include formatting adjustments in the `_delete_items` function, multiline assertions in test cases, and the removal of unnecessary blank lines. These modifications aim to improve maintainability without altering the underlying functionality.
…nstallation This commit modifies the CI workflow to create a virtual environment for Python dependencies, enhancing isolation and preventing potential conflicts. The installation commands have been updated to reflect this change. Additionally, the profile option has been removed from the unit, integration, and acceptance test commands for consistency.
This commit modifies the CI workflow to execute the ruff linter from the virtual environment, ensuring that the correct dependencies are used during the linting process. This change enhances consistency and reliability in the CI pipeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release introduces significant improvements, including automatic score mode inference for consistent 0-1 similarity across vector backends, and the addition of the forget_memories tool for managing memory retention. New configuration options for memory_ttl_days and checkpoint_ttl_days have been implemented to enhance memory lifecycle management. Documentation has been updated to reflect these changes and provide clearer guidance on the new features and their usage.