On November 17, 2025, ElizaOS saw significant progress in core dependency management with the migration from an outdated LangChain version to a more modular text splitting library, alongside a new feature in plugin-knowledge to expose available documents as a state value for easier prompt binding. An emerging theme is the community's interest in Deepseek API integration across different plugins.
plugin-openrouter or providing the API endpoint if Deepseek is OpenAI compatible.eliza package migrated from the deprecated langchain v0.3 to @langchain/textsplitters v1.0, enhancing modularity and compatibility with newer LangChain versions. (elizaos/eliza#6152)@langchain/textsplitters v1.0. (elizaos/eliza#6145)plugin-knowledge now exposes available documents as a state value, making prompt binding easier by returning formatted documents with a count via new values fields and updated error handling. (elizaos-plugins/plugin-knowledge#47)glob dependency from 11.0.3 to 11.1.0 in /packages/core. (elizaos/eliza#6157)