|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.1.5-alpha.0](https://github.com/ai16z/eliza/tree/v0.1.5-alpha.0) (2024-12-03) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.5...v0.1.5-alpha.0) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Plugin system in character.plugins is not working [\#795](https://github.com/ai16z/eliza/issues/795) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- State should use a cosine similarity of messages in the DB [\#471](https://github.com/ai16z/eliza/issues/471) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- fix: update package version to v0.1.5-alpha.0 [\#808](https://github.com/ai16z/eliza/pull/808) ([cygaar](https://github.com/cygaar)) |
| 18 | +- fix: release workflow part 3 [\#807](https://github.com/ai16z/eliza/pull/807) ([cygaar](https://github.com/cygaar)) |
| 19 | +- fix: part 2 of updating the npm publish workflow [\#806](https://github.com/ai16z/eliza/pull/806) ([cygaar](https://github.com/cygaar)) |
| 20 | +- fix: update npm publication workflow [\#805](https://github.com/ai16z/eliza/pull/805) ([cygaar](https://github.com/cygaar)) |
| 21 | +- fix: swap type error, create user trust on first message in telegram [\#800](https://github.com/ai16z/eliza/pull/800) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 22 | +- refactor: Improve actions samples random selection [\#799](https://github.com/ai16z/eliza/pull/799) ([dievardump](https://github.com/dievardump)) |
| 23 | +- fix: Docker default non-interactive mode for Cloud instances [\#796](https://github.com/ai16z/eliza/pull/796) ([rarepepi](https://github.com/rarepepi)) |
| 24 | +- fix: dev command [\#793](https://github.com/ai16z/eliza/pull/793) ([shakkernerd](https://github.com/shakkernerd)) |
| 25 | +- chore: update README\_KOR.md to match latest README.md [\#789](https://github.com/ai16z/eliza/pull/789) ([mike0295](https://github.com/mike0295)) |
| 26 | +- fix: enviroment -\> environment [\#787](https://github.com/ai16z/eliza/pull/787) ([tomguluson92](https://github.com/tomguluson92)) |
| 27 | +- Update generation.ts to fix TOGETHER/LLAMACLOUD image generation [\#786](https://github.com/ai16z/eliza/pull/786) ([ProphetX10](https://github.com/ProphetX10)) |
| 28 | +- fixs: uuid compatible for number [\#785](https://github.com/ai16z/eliza/pull/785) ([tomguluson92](https://github.com/tomguluson92)) |
| 29 | +- fix: When the plugins field in the .character.json file is configured with plugin name. [\#784](https://github.com/ai16z/eliza/pull/784) ([xwxtwd](https://github.com/xwxtwd)) |
| 30 | + |
3 | 31 | ## [v0.1.5](https://github.com/ai16z/eliza/tree/v0.1.5) (2024-12-02)
|
4 | 32 |
|
5 | 33 | [Full Changelog](https://github.com/ai16z/eliza/compare/v0.1.4-alpha.3...v0.1.5)
|
|
0 commit comments