Today, the ElizaOS project saw significant dependency updates across core and development libraries, enhancing stability and leveraging new features. Concurrently, the core eliza repository focused on critical bug fixes for authentication, event emission, and plugin stability, alongside introducing a new unregisterAction method to the core runtime. A key issue regarding "Entity not found" in the reflection evaluator was clarified as intended behavior, while new issues emerged concerning embedding inconsistencies and prompt character limits.
USE_OPENAI_EMBEDDING is not respected, leading to a mismatch between the 384-dim zero vector fallback and the database adapter expecting a dim_1536 column, requiring immediate investigation.zod was bumped from 3.25.76 to 4.3.5, improving performance and incorporating new features (elizaos/elizaos.github.io#212).tailwind-merge was updated from 2.6.0 to 3.4.0 (elizaos/elizaos.github.io#211).react-markdown was upgraded from 9.1.0 to 10.1.0 (elizaos/elizaos.github.io#209).p-retry was bumped from 6.2.1 to 7.1.1 (elizaos/elizaos.github.io#207).@types/node was updated from 22.19.5 to 25.0.6, ensuring a robust development environment (elizaos/elizaos.github.io#210).lint-staged was upgraded from 15.5.2 to 16.2.7 (elizaos/elizaos.github.io#206).@types/minimatch was bumped from 5.1.2 to 6.0.0 (elizaos/elizaos.github.io#205).prettier and task-master-ai, were updated across the project to maintain consistency (elizaos/elizaos.github.io#215).unregisterAction method was added to the core runtime, enhancing flexibility in managing agent actions (elizaos/eliza#6375, elizaos/eliza#6372)..env files in agent commands for authentication was implemented (elizaos/eliza#6376, elizaos/eliza#6374).ensureDir in CLI operations to prevent ENOENT errors (elizaos/eliza#6379).plugin-bootstrap (elizaos/eliza#6371, elizaos/eliza#6370).MESSAGE_SENT event is now correctly emitted after sending to the central server (elizaos/eliza#6378).USE_OPENAI_EMBEDDING not respected, leading to dimension mismatch.elizaos/elizaos.github.io significantly improved the project's stability and leveraged newer features from various libraries.unregisterAction method to the core runtime in elizaos/eliza enhanced the flexibility of managing agent actions.elizaos/eliza significantly improved the overall robustness of the system.