The Eliza project has seen numerous updates across various areas including bug fixes, feature additions, refactoring, and documentation improvements.
Bug fixes include handling short text items in knowledge processing, fixing Twitter client embedding dimensions, resolving social vitest issues, addressing pglite & migrations problems, setting up dimensions before starting clients, fixing extensions and migrations, handling speaker removal in Twitter spaces, and various small Twitter-related fixes. Documentation fixes addressed formatting issues in plugins.md and corrected typographical errors.
Feature additions include adding database and plugin adapter types to core types, adding participant error handling, implementing space actions, adding agent server options with middleware settings, adding the 'agent' table and renaming 'user' to 'entity' table with multi-tenancy support, and adding functionality to check if plugins are installed with result display.
Refactoring efforts reorganized API routes into a file-based structure, cleaned up the server, refactored the plugin-local-ai component, and improved memory queries, knowledge metadata, and browser support.
Other changes include updating the Korean README and merging develop into main for the 0.25.8 release.
GitHub