What's Changed
- fix(cli): wait for port to be free before dev restart by @wtfsayo in #5988
- refactor: Multi-Agent Architecture Refactor with ElizaOS Core and CLI cleanup by @standujar in #5864
- fix(cli): prevent infinite dev restart loop when client is missing by @wtfsayo in #5991
- fix(plugin-sql): standardize PGLite data directory environment variable by @wtfsayo in #5987
- fix(build): improve TypeScript declaration generation and formatting by @wtfsayo in #5993
- chore: update zod pckg version by @0xbbjoker in #5994
- fix(ci): stabilize Docker image build (Bun 1.2.21, Buildx cache, concurrency) by @wtfsayo in #5997
- fix: .env not loading from mono, ollama always fallback by @ChristopherTrimboli in #6005
- feat(server): auto-install missing plugins in PluginLoader by @wtfsayo in #6006
- fix: initialize runtimes with settings at creation by @tcm390 in #6008
- fix(server): downgrade plugin import failure from error to warn by @wtfsayo in #6010
- refactor(core): make runtime initialization idempotent and improve service registration coordination by @tcm390 in #6004
- refactor: improve runtime type safety and extract service interfaces by @tcm390 in #5998
- chore(lint): ran linter across the repo by @wtfsayo in #6011
Full Changelog: v1.5.12...v1.5.14
Full Changelog: v1.5.14...v1.5.13