Releases: elizaOS/eliza
Releases · elizaOS/eliza
v1.3.1
What's Changed
- docs: Add AGENT.md development guide by @wtfsayo in #5669
- fix: gitignores missing in plugin starter by @ChristopherTrimboli in #5675
- fix spelling error by @sentdeed in #5674
New Contributors
Full Changelog: 1.3.0...v1.3.1
v1.3.0
What's Changed
- fix typo in plugin.ts by @reallesee in #5632
- Fix export in @elizaos/config by @lalalune in #5635
- fix: CLI dev command test failures due to missing dependencies by @wtfsayo in #5641
- docs: add critical ElizaOS component clarifications to CLAUDE.md by @wtfsayo in #5642
- cleanup: remove unused test-function-detection.sh script by @wtfsayo in #5651
- feat: add post examples to default eliza char by @ChristopherTrimboli in #5652
- fix: JSON strings in sql base by @ChristopherTrimboli in #5628
- refactor(plugin-bootstrap): migrate JSON prompts to XML format by @0xbbjoker in #5623
Full Changelog: v1.2.12...1.3.0
v1.2.12
What's Changed
- feat: migrate from EventEmitter to Bun native EventTarget API by @wtfsayo in #5609
- fix: replace 'any' types with 'unknown' and explicit function types by @wtfsayo in #5611
- fix: add method chaining support to EventTarget-based on() methods by @wtfsayo in #5612
- test: add EventEmitter compatibility tests for EventTarget implementations by @wtfsayo in #5613
- fix: address EventTarget migration PR review issues by @wtfsayo in #5614
- chore: remove obsolete documentation files by @wtfsayo in #5621
- feat: enhance ModuleLoader with local-first guarantees for consistent module resolution by @wtfsayo in #5629
- fix: (cli) prevent .elizadb inheritance in nested project creation by @yungalgo in #5618
- chore: v1.2.12 by @wtfsayo in #5630
Full Changelog: v1.2.10...v1.2.12
v1.2.11-beta.1
What's Changed
- feat: migrate from EventEmitter to Bun native EventTarget API by @wtfsayo in #5609
- fix: replace 'any' types with 'unknown' and explicit function types by @wtfsayo in #5611
- fix: add method chaining support to EventTarget-based on() methods by @wtfsayo in #5612
- test: add EventEmitter compatibility tests for EventTarget implementations by @wtfsayo in #5613
- fix: address EventTarget migration PR review issues by @wtfsayo in #5614
- chore: remove obsolete documentation files by @wtfsayo in #5621
- Fix: Plugin Actions Not Loading in NPM Deployed Version by @ChristopherTrimboli in #5624
Full Changelog: v1.2.10...v1.2.11-beta.1
v1.2.10
v1.2.9
v1.2.8
v1.2.7
Full Changelog: v1.2.6...v1.2.7
v1.2.5
What's Changed
- 📝 CodeRabbit Chat: Add verification script and refactor plugin ordering tests for clarity and robustness by @coderabbitai[bot] in #5557
- fix: core tests + replace execa + use bun runtime + replace local-ai + more by @ChristopherTrimboli in #5556
- fix: update CLI test expectations for version 1.2.1 by @wtfsayo in #5561
- fix: tsup build wipes vite build by @wookosh in #5555
New Contributors
Full Changelog: v1.2.4...v1.2.5
v1.2.4
Full Changelog: v1.2.3...v1.2.4
update cli shebang to bun