| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-01 | 8.8 kB | |
| v1.6.1 source code.tar.gz | 2025-10-01 | 3.4 MB | |
| v1.6.1 source code.zip | 2025-10-01 | 4.1 MB | |
| Totals: 3 Items | 7.6 MB | 0 | |
What's Changed
- fix: Add DOM types to TypeScript configuration by @wtfsayo in https://github.com/elizaOS/eliza/pull/5878
- feat: Add standalone CLI chat interface with improved UX by @wtfsayo in https://github.com/elizaOS/eliza/pull/5879
- refactor: Move standalone files to examples directory by @wtfsayo in https://github.com/elizaOS/eliza/pull/5880
- fix: add SERVER_HOST support to dev command by @standujar in https://github.com/elizaOS/eliza/pull/5883
- fix: Prevent excessive SECRET_SALT error logging by @wtfsayo in https://github.com/elizaOS/eliza/pull/5884
- fix: LOG_JSON_FORMAT not working by @wookosh in https://github.com/elizaOS/eliza/pull/5885
- feat: dev cli fix, logging cleanup, file watching optz. by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5881
- feat: scenarios dynamic prompting + spec by @monilpat in https://github.com/elizaOS/eliza/pull/5824
- fix: Scope npmPackage field for registry entries by @yungalgo in https://github.com/elizaOS/eliza/pull/5882
- fix: (cli) resolve ts compilation errors during build in scenario command by @yungalgo in https://github.com/elizaOS/eliza/pull/5887
- fix: use user's request for image generation instead of agent profile by @standujar in https://github.com/elizaOS/eliza/pull/5888
- fix: separate browser sentry in logger by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5893
- fix: namespace plugin routes by @odilitime in https://github.com/elizaOS/eliza/pull/5693
- fix(server): resolve TypeScript logger parameter errors by @tcm390 in https://github.com/elizaOS/eliza/pull/5894
- fix: change SECRET_SALT log level from error to warning by @wtfsayo in https://github.com/elizaOS/eliza/pull/5895
- chore: remove deprecated configuration files by @wtfsayo in https://github.com/elizaOS/eliza/pull/5897
- docs: add AGENTS.md contributor guide by @wtfsayo in https://github.com/elizaOS/eliza/pull/5898
- chore(docs): remove duplicate AGENT.md in favor of AGENTS.md by @wtfsayo in https://github.com/elizaOS/eliza/pull/5899
- fix: agents panels loading by @0xbbjoker in https://github.com/elizaOS/eliza/pull/5901
- fix: Logger API to Capture All Logs Including Namespaced Agent Logs by @tcm390 in https://github.com/elizaOS/eliza/pull/5900
- feat: add NPM safe overrides for error-ex hack by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5904
- feat: modernize README with better structure and quick start by @wtfsayo in https://github.com/elizaOS/eliza/pull/5896
- Correct action name and improve prompt for multi-step by @tcm390 in https://github.com/elizaOS/eliza/pull/5942
- feat(client): Add URL synchronization for DM channel switching and direct navigation by @tcm390 in https://github.com/elizaOS/eliza/pull/5941
- fix(client): Remove redundant navigate() call in force new chat flow by @tcm390 in https://github.com/elizaOS/eliza/pull/5945
- feat(runs): backend runs tracking (server/core/bootstrap/api-client) by @wtfsayo in https://github.com/elizaOS/eliza/pull/5953
- fix: only send action notifications for client_chat messages by @tcm390 in https://github.com/elizaOS/eliza/pull/5957
- fix: resolve TypeScript build errors in plugin-bootstrap by @tcm390 in https://github.com/elizaOS/eliza/pull/5959
- fix: resolve Buffer to Blob type compatibility error in api-client by @tcm390 in https://github.com/elizaOS/eliza/pull/5960
- Bump vite from 6.1.6 to 6.3.6 in /packages/client in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/elizaOS/eliza/pull/5946
- feat: Removes Sentry browser SDK from core package by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5961
- feat: Improves client debugging and React version handling by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5962
- feat: Add Sentry Vercel AI integration by @wtfsayo in https://github.com/elizaOS/eliza/pull/5963
- fix(core): make SECRET_SALT reads cache-aware and fix plugin-bootstrap test flakiness by @wtfsayo in https://github.com/elizaOS/eliza/pull/5968
- feat: Creates elizaos alias package by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5972
- feat: Adds browser build with PGlite WASM support by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5970
- fix: Enable JSON imports in project-starter and project-tee-starter templates by @yungalgo in https://github.com/elizaOS/eliza/pull/5975
- fix: transform local file paths to API URLs for web client image display by @standujar in https://github.com/elizaOS/eliza/pull/5890
- fix: add missing uuid dependency to plugin-sql by @standujar in https://github.com/elizaOS/eliza/pull/5977
- fix: elizaos dev in plugin and project starters by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5979
- fix(cli, plugin-sql): remove redundant migration step and demote spurious adapter warn by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5978
- fix(cli): remove quotes from file paths in Windows tests by @wtfsayo in https://github.com/elizaOS/eliza/pull/5981
- feat(ci): add concurrency control to Claude code review workflow by @wtfsayo in https://github.com/elizaOS/eliza/pull/5984
- fix(cli): comprehensive Windows CI test improvements and dev command enhancements by @wtfsayo in https://github.com/elizaOS/eliza/pull/5982
- fix(cli): respect distribution channel when checking for updates by @wtfsayo in https://github.com/elizaOS/eliza/pull/5980
- fix: release fixes by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/5985
- fix(cli): wait for port to be free before dev restart by @wtfsayo in https://github.com/elizaOS/eliza/pull/5988
- refactor: Multi-Agent Architecture Refactor with ElizaOS Core and CLI cleanup by @standujar in https://github.com/elizaOS/eliza/pull/5864
- fix(cli): prevent infinite dev restart loop when client is missing by @wtfsayo in https://github.com/elizaOS/eliza/pull/5991
- fix(plugin-sql): standardize PGLite data directory environment variable by @wtfsayo in https://github.com/elizaOS/eliza/pull/5987
- fix(build): improve TypeScript declaration generation and formatting by @wtfsayo in https://github.com/elizaOS/eliza/pull/5993
- chore: update zod pckg version by @0xbbjoker in https://github.com/elizaOS/eliza/pull/5994
- fix(ci): stabilize Docker image build (Bun 1.2.21, Buildx cache, concurrency) by @wtfsayo in https://github.com/elizaOS/eliza/pull/5997
- fix: .env not loading from mono, ollama always fallback by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/6005
- feat(server): auto-install missing plugins in PluginLoader by @wtfsayo in https://github.com/elizaOS/eliza/pull/6006
- fix: initialize runtimes with settings at creation by @tcm390 in https://github.com/elizaOS/eliza/pull/6008
- fix(server): downgrade plugin import failure from error to warn by @wtfsayo in https://github.com/elizaOS/eliza/pull/6010
- refactor(core): make runtime initialization idempotent and improve service registration coordination by @tcm390 in https://github.com/elizaOS/eliza/pull/6004
- refactor: improve runtime type safety and extract service interfaces by @tcm390 in https://github.com/elizaOS/eliza/pull/5998
- chore(lint): ran linter across the repo by @wtfsayo in https://github.com/elizaOS/eliza/pull/6011
- fix: new package publishing on NPM, add public publish config by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/6012
- chore: update zod pckg version by @0xbbjoker in https://github.com/elizaOS/eliza/pull/6015
- feat(client): Add agent runs visualization timeline by @wtfsayo in https://github.com/elizaOS/eliza/pull/6016
- chore: disable local env endpoint in production by @wtfsayo in https://github.com/elizaOS/eliza/pull/6014
- fix(config): remove invalid project references from root tsconfig by @wtfsayo in https://github.com/elizaOS/eliza/pull/6022
- fix(cli): pass ProjectAgent.plugins to server.startAgents in start command by @wtfsayo in https://github.com/elizaOS/eliza/pull/6021
- chore: refactor dynamic migrations by @0xbbjoker in https://github.com/elizaOS/eliza/pull/5990
- feat(client): Enhanced Agent Runs Sidebar with Improved Timeline UI by @wtfsayo in https://github.com/elizaOS/eliza/pull/6023
- chore: remove obsolete Docker and devcontainer files by @wtfsayo in https://github.com/elizaOS/eliza/pull/6026
- feat: bump deps by @ChristopherTrimboli in https://github.com/elizaOS/eliza/pull/6025
- fix: register and export shouldRespondProvider in bootstrap plugin by @standujar in https://github.com/elizaOS/eliza/pull/6024
- fix: code formatting standardization and const declaration fix by @wtfsayo in https://github.com/elizaOS/eliza/pull/6027
Full Changelog: https://github.com/elizaOS/eliza/compare/v1.5.6...v1.6.1