Today, ElizaOS significantly advanced its core capabilities with a comprehensive JWT authentication and user management system, alongside major enhancements to its EVM and Solana plugins for improved reliability and expanded functionality. The project also saw a substantial expansion of its plugin registry, integrating new services for transaction validation, financial operations, and data access, while optimizing agent intelligence through advanced action filtering.
plugin-bootstrap package with performance enhancements, caching, and type safety (elizaos/eliza#6476).ActionFilterService utilizing vector search and BM25 reranking to dynamically filter actions for the LLM, reducing prompt bloat and improving relevance (elizaos/eliza#6475).Object.entries calls in settings utilities within @elizaos/core and for runtime.providers in plugin-bootstrap to prevent runtime errors (elizaos/eliza#6473, elizaos/eliza#6471).cargo and npm_and_yarn groups (elizaos/eliza#6479, elizaos/eliza#6478).@proofgate/eliza-plugin for transaction validation guardrails (elizaos-plugins/registry#254, elizaos-plugins/registry#257).plugin-coinrailz for crypto micropayment services (elizaos-plugins/registry#245).@kamiyo/eliza for escrow payments and dispute resolution on Solana (elizaos-plugins/registry#246).@zane-archer/plugin-aimo-router for accessing models from AiMo Network (elizaos-plugins/registry#247).@elizaos/plugin-sportradar for live sports data (elizaos-plugins/registry#250).plugin-moltbazaar for an AI Agent Job Marketplace on Base (elizaos-plugins/registry#255).X-Title and HTTP-Referer headers to improve OpenRouter attribution and display in rankings (elizaos-plugins/plugin-openrouter#23).@elizaos dependencies in new projects always use 'latest' (elizaos/eliza#6362).ENOENT errors (elizaos/eliza#6379)..env file loading for agent commands to support authentication with remote servers (elizaos/eliza#6376).bun install command in the README.md to bun add @elizaos/plugin-ollama (elizaos-plugins/plugin-ollama#15).elizaos agent commands failed when connecting to a remote server with ELIZA_SERVER_AUTH_TOKEN has been resolved by ensuring .env files are correctly loaded (elizaos/eliza#5707).ELIZA_SERVER_AUTH_TOKEN, has been added (elizaos/eliza#5716).