On October 3, 2025, the ElizaOS project saw significant progress in dependency management, particularly with the ongoing migration to Zod v4 across multiple plugins, alongside codebase cleanup in plugin-sql. A critical issue emerged regarding import errors with Eliza CLI 1.61, which is actively being investigated as it impacts new project creation.
Imports Not Found with Eliza CLI 1.61 issue (elizaos-plugins/plugin-autocoder#6031, elizaos/eliza#6031) requires further investigation and input, as it prevents new projects from running correctly for some users, despite troubleshooting steps provided.plugin-autocoder application version was bumped to 1.3.3, and key dependencies, including Zod v4, were upgraded for improved stability. (elizaos-plugins/plugin-autocoder#1)SchemaFactory code and its associated integration tests were removed from the plugin-sql package in elizaos/eliza, streamlining the codebase. (elizaos/eliza#6029)plugin-autocoder, to update core, bootstrap, langchain/ai/vercel, and other dependencies to the latest compatible Zod v4 version, driving a significant project-wide dependency migration.