|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [v0.0.10](https://github.com/ai16z/eliza/tree/v0.0.10) (2024-11-04) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.9...v0.0.10) |
| 6 | + |
| 7 | +## [v0.0.9](https://github.com/ai16z/eliza/tree/v0.0.9) (2024-11-04) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.8...v0.0.9) |
| 10 | + |
| 11 | +## [v0.0.8](https://github.com/ai16z/eliza/tree/v0.0.8) (2024-11-04) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.7...v0.0.8) |
| 14 | + |
| 15 | +## [v0.0.7](https://github.com/ai16z/eliza/tree/v0.0.7) (2024-11-04) |
| 16 | + |
| 17 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.6...v0.0.7) |
| 18 | + |
| 19 | +## [v0.0.6](https://github.com/ai16z/eliza/tree/v0.0.6) (2024-11-04) |
| 20 | + |
| 21 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.5...v0.0.6) |
| 22 | + |
| 23 | +## [v0.0.5](https://github.com/ai16z/eliza/tree/v0.0.5) (2024-11-04) |
| 24 | + |
| 25 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.4...v0.0.5) |
| 26 | + |
| 27 | +## [v0.0.4](https://github.com/ai16z/eliza/tree/v0.0.4) (2024-11-04) |
| 28 | + |
| 29 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.3...v0.0.4) |
| 30 | + |
| 31 | +## [v0.0.3](https://github.com/ai16z/eliza/tree/v0.0.3) (2024-11-04) |
| 32 | + |
| 33 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.2...v0.0.3) |
| 34 | + |
| 35 | +**Closed issues:** |
| 36 | + |
| 37 | +- Get CI/CD working [\#174](https://github.com/ai16z/eliza/issues/174) |
| 38 | + |
| 39 | +**Merged pull requests:** |
| 40 | + |
| 41 | +- Update generate-changelog.yml [\#192](https://github.com/ai16z/eliza/pull/192) ([sirkitree](https://github.com/sirkitree)) |
| 42 | + |
| 43 | +## [v0.0.2](https://github.com/ai16z/eliza/tree/v0.0.2) (2024-11-03) |
| 44 | + |
| 45 | +[Full Changelog](https://github.com/ai16z/eliza/compare/v0.0.1...v0.0.2) |
| 46 | + |
| 47 | +**Implemented enhancements:** |
| 48 | + |
| 49 | +- Set Port Number in Env to Run Multiple Instances [\#156](https://github.com/ai16z/eliza/issues/156) |
| 50 | +- Renovate bot for automated updates on dependencies [\#58](https://github.com/ai16z/eliza/issues/58) |
| 51 | +- How to chat directly with agent [\#40](https://github.com/ai16z/eliza/issues/40) |
| 52 | +- Telegram Improvements [\#35](https://github.com/ai16z/eliza/issues/35) |
| 53 | +- Make sure app runs purely on char files, no process.env, and vice versa [\#30](https://github.com/ai16z/eliza/issues/30) |
| 54 | +- Image Generation [\#22](https://github.com/ai16z/eliza/issues/22) |
| 55 | +- Telegram Bot [\#21](https://github.com/ai16z/eliza/issues/21) |
| 56 | +- Multi-model abstraction [\#19](https://github.com/ai16z/eliza/issues/19) |
| 57 | +- updates to order book and trust score, virtual confidence, last active, decay score, validation trust, multiple recommenders [\#175](https://github.com/ai16z/eliza/pull/175) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 58 | +- Trustscore, token-performance, token performance simulation [\#101](https://github.com/ai16z/eliza/pull/101) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 59 | + |
| 60 | +**Fixed bugs:** |
| 61 | + |
| 62 | +- TypeError: Cannot read properties of null \(reading 'queueTextCompletion'\) [\#168](https://github.com/ai16z/eliza/issues/168) |
| 63 | +- TypeError: Promise.withResolvers is not a function [\#76](https://github.com/ai16z/eliza/issues/76) |
| 64 | +- sqlite\_vss unsupported on win32-x64 [\#37](https://github.com/ai16z/eliza/issues/37) |
| 65 | + |
| 66 | +**Closed issues:** |
| 67 | + |
| 68 | +- Make sure 100% works with local models [\#69](https://github.com/ai16z/eliza/issues/69) |
| 69 | +- shouldRespond handler for twitter interactions [\#68](https://github.com/ai16z/eliza/issues/68) |
| 70 | +- docs [\#34](https://github.com/ai16z/eliza/issues/34) |
| 71 | + |
| 72 | +**Merged pull requests:** |
| 73 | + |
| 74 | +- 181 generate changelog [\#182](https://github.com/ai16z/eliza/pull/182) ([sirkitree](https://github.com/sirkitree)) |
| 75 | +- server port in env [\#179](https://github.com/ai16z/eliza/pull/179) ([alextitonis](https://github.com/alextitonis)) |
| 76 | +- prettier log setup, minor cleanups [\#177](https://github.com/ai16z/eliza/pull/177) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 77 | +- postgres updates [\#173](https://github.com/ai16z/eliza/pull/173) ([minghinmatthewlam](https://github.com/minghinmatthewlam)) |
| 78 | +- adjusting test setup and adding a basic test [\#172](https://github.com/ai16z/eliza/pull/172) ([sirkitree](https://github.com/sirkitree)) |
| 79 | +- feat: Shorten response verbosity [\#170](https://github.com/ai16z/eliza/pull/170) ([bigsky77](https://github.com/bigsky77)) |
| 80 | +- clean up index [\#163](https://github.com/ai16z/eliza/pull/163) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 81 | +- Import work and cleanup [\#162](https://github.com/ai16z/eliza/pull/162) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 82 | +- type export structure [\#160](https://github.com/ai16z/eliza/pull/160) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 83 | +- Update ci.yaml [\#155](https://github.com/ai16z/eliza/pull/155) ([sirkitree](https://github.com/sirkitree)) |
| 84 | +- Create pull\_request\_template.md [\#154](https://github.com/ai16z/eliza/pull/154) ([sirkitree](https://github.com/sirkitree)) |
| 85 | +- fixed issue with openai [\#153](https://github.com/ai16z/eliza/pull/153) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 86 | +- update docs [\#152](https://github.com/ai16z/eliza/pull/152) ([madjin](https://github.com/madjin)) |
| 87 | +- fix name of ImageGeneration.ts [\#151](https://github.com/ai16z/eliza/pull/151) ([twilwa](https://github.com/twilwa)) |
| 88 | +- Feat/mono [\#150](https://github.com/ai16z/eliza/pull/150) ([ponderingdemocritus](https://github.com/ponderingdemocritus)) |
| 89 | +- update docs [\#149](https://github.com/ai16z/eliza/pull/149) ([madjin](https://github.com/madjin)) |
| 90 | +- Dependency update testing [\#147](https://github.com/ai16z/eliza/pull/147) ([sirkitree](https://github.com/sirkitree)) |
| 91 | +- chore\(deps\): Upgrade uuid to v11 and TypeScript to v8 [\#143](https://github.com/ai16z/eliza/pull/143) ([ohaiku](https://github.com/ohaiku)) |
| 92 | +- fix\(deps\): update dependency uuid to v11 [\#142](https://github.com/ai16z/eliza/pull/142) ([renovate[bot]](https://github.com/apps/renovate)) |
| 93 | +- chore\(deps\): update typescript and related to v8 \(major\) [\#141](https://github.com/ai16z/eliza/pull/141) ([renovate[bot]](https://github.com/apps/renovate)) |
| 94 | +- chore\(deps\): update eslint and formatting \(major\) [\#139](https://github.com/ai16z/eliza/pull/139) ([renovate[bot]](https://github.com/apps/renovate)) |
| 95 | +- chore\(deps\): update dependency typedoc-plugin-markdown to v4 [\#138](https://github.com/ai16z/eliza/pull/138) ([renovate[bot]](https://github.com/apps/renovate)) |
| 96 | +- chore\(deps\): update dependency rimraf to v6 - autoclosed [\#137](https://github.com/ai16z/eliza/pull/137) ([renovate[bot]](https://github.com/apps/renovate)) |
| 97 | +- chore\(deps\): update dependency npm-run-all2 to v7 [\#136](https://github.com/ai16z/eliza/pull/136) ([renovate[bot]](https://github.com/apps/renovate)) |
| 98 | +- chore\(deps\): update dependency itty-router to v5 [\#135](https://github.com/ai16z/eliza/pull/135) ([renovate[bot]](https://github.com/apps/renovate)) |
| 99 | +- chore\(deps\): update dependency docusaurus-plugin-typedoc to v1 [\#134](https://github.com/ai16z/eliza/pull/134) ([renovate[bot]](https://github.com/apps/renovate)) |
| 100 | +- chore\(deps\): update dependency @types/node to v22 [\#133](https://github.com/ai16z/eliza/pull/133) ([renovate[bot]](https://github.com/apps/renovate)) |
| 101 | +- chore\(deps\): update dependency @types/jest to v29 [\#132](https://github.com/ai16z/eliza/pull/132) ([renovate[bot]](https://github.com/apps/renovate)) |
| 102 | +- fix\(deps\): update react monorepo to v18.3.1 [\#131](https://github.com/ai16z/eliza/pull/131) ([renovate[bot]](https://github.com/apps/renovate)) |
| 103 | +- fix\(deps\): update docusaurus monorepo to v3.5.2 [\#130](https://github.com/ai16z/eliza/pull/130) ([renovate[bot]](https://github.com/apps/renovate)) |
| 104 | +- fix\(deps\): update dependency sql.js to v1.12.0 [\#129](https://github.com/ai16z/eliza/pull/129) ([renovate[bot]](https://github.com/apps/renovate)) |
| 105 | +- fix\(deps\): update dependency react-router-dom to v6.27.0 [\#128](https://github.com/ai16z/eliza/pull/128) ([renovate[bot]](https://github.com/apps/renovate)) |
| 106 | +- fix\(deps\): update dependency prism-react-renderer to v2.4.0 [\#127](https://github.com/ai16z/eliza/pull/127) ([renovate[bot]](https://github.com/apps/renovate)) |
| 107 | +- fix\(deps\): update dependency playwright to v1.48.2 [\#126](https://github.com/ai16z/eliza/pull/126) ([renovate[bot]](https://github.com/apps/renovate)) |
| 108 | +- fix\(deps\): update dependency pdfjs-dist to v4.7.76 [\#125](https://github.com/ai16z/eliza/pull/125) ([renovate[bot]](https://github.com/apps/renovate)) |
| 109 | +- fix\(deps\): update dependency onnxruntime-node to v1.20.0 - autoclosed [\#124](https://github.com/ai16z/eliza/pull/124) ([renovate[bot]](https://github.com/apps/renovate)) |
| 110 | +- fix\(deps\): update dependency node-llama-cpp to v3.1.1 [\#123](https://github.com/ai16z/eliza/pull/123) ([renovate[bot]](https://github.com/apps/renovate)) |
| 111 | +- fix\(deps\): update dependency jieba-wasm to v2.2.0 [\#122](https://github.com/ai16z/eliza/pull/122) ([renovate[bot]](https://github.com/apps/renovate)) |
| 112 | +- fix\(deps\): update dependency figlet to v1.8.0 [\#121](https://github.com/ai16z/eliza/pull/121) ([renovate[bot]](https://github.com/apps/renovate)) |
| 113 | +- fix\(deps\): update dependency better-sqlite3 to v11.5.0 [\#120](https://github.com/ai16z/eliza/pull/120) ([renovate[bot]](https://github.com/apps/renovate)) |
| 114 | +- fix\(deps\): update dependency @supabase/supabase-js to v2.46.1 [\#119](https://github.com/ai16z/eliza/pull/119) ([renovate[bot]](https://github.com/apps/renovate)) |
| 115 | +- fix\(deps\): update dependency @mdx-js/react to v3.1.0 [\#118](https://github.com/ai16z/eliza/pull/118) ([renovate[bot]](https://github.com/apps/renovate)) |
| 116 | +- fix\(deps\): update dependency @echogarden/speex-resampler-wasm to v0.2.1 [\#117](https://github.com/ai16z/eliza/pull/117) ([renovate[bot]](https://github.com/apps/renovate)) |
| 117 | +- fix\(deps\): update dependency @echogarden/kissfft-wasm to v0.2.0 [\#116](https://github.com/ai16z/eliza/pull/116) ([renovate[bot]](https://github.com/apps/renovate)) |
| 118 | +- fix\(deps\): update dependency @echogarden/espeak-ng-emscripten to v0.3.0 [\#115](https://github.com/ai16z/eliza/pull/115) ([renovate[bot]](https://github.com/apps/renovate)) |
| 119 | +- fix\(deps\): update dependency @cliqz/adblocker-playwright to v1.34.0 [\#114](https://github.com/ai16z/eliza/pull/114) ([renovate[bot]](https://github.com/apps/renovate)) |
| 120 | +- fix\(deps\): update ai/ml packages [\#113](https://github.com/ai16z/eliza/pull/113) ([renovate[bot]](https://github.com/apps/renovate)) |
| 121 | +- chore\(deps\): update rollup and plugins [\#112](https://github.com/ai16z/eliza/pull/112) ([renovate[bot]](https://github.com/apps/renovate)) |
| 122 | +- chore\(deps\): update dependency wrangler to v3.84.0 [\#111](https://github.com/ai16z/eliza/pull/111) ([renovate[bot]](https://github.com/apps/renovate)) |
| 123 | +- chore\(deps\): update dependency typedoc to v0.26.10 [\#110](https://github.com/ai16z/eliza/pull/110) ([renovate[bot]](https://github.com/apps/renovate)) |
| 124 | +- chore\(deps\): update dependency @types/node to v20.17.3 [\#109](https://github.com/ai16z/eliza/pull/109) ([renovate[bot]](https://github.com/apps/renovate)) |
| 125 | +- fix\(deps\): update dependency socket.io to v4.8.1 [\#108](https://github.com/ai16z/eliza/pull/108) ([renovate[bot]](https://github.com/apps/renovate)) |
| 126 | +- fix\(deps\): update dependency nodemon to v3.1.7 [\#107](https://github.com/ai16z/eliza/pull/107) ([renovate[bot]](https://github.com/apps/renovate)) |
| 127 | +- fix\(deps\): update dependency clsx to v2.1.1 [\#106](https://github.com/ai16z/eliza/pull/106) ([renovate[bot]](https://github.com/apps/renovate)) |
| 128 | +- fix\(deps\): update dependency @diffusionstudio/vits-web to v1.0.3 [\#105](https://github.com/ai16z/eliza/pull/105) ([renovate[bot]](https://github.com/apps/renovate)) |
| 129 | +- chore\(deps\): update dependency npm-run-all2 to v5.0.2 [\#104](https://github.com/ai16z/eliza/pull/104) ([renovate[bot]](https://github.com/apps/renovate)) |
| 130 | +- Postgres DB Adapter [\#102](https://github.com/ai16z/eliza/pull/102) ([leomercier](https://github.com/leomercier)) |
| 131 | +- chore\(deps\): update dependency @types/fluent-ffmpeg to v2.1.27 [\#100](https://github.com/ai16z/eliza/pull/100) ([renovate[bot]](https://github.com/apps/renovate)) |
| 132 | +- fix\(deps\): pin dependency socket.io to 4.8.0 [\#99](https://github.com/ai16z/eliza/pull/99) ([renovate[bot]](https://github.com/apps/renovate)) |
| 133 | +- fix\(deps\): pin dependencies [\#98](https://github.com/ai16z/eliza/pull/98) ([renovate[bot]](https://github.com/apps/renovate)) |
| 134 | +- fix\(deps\): update dependency discord.js to v14.16.3 [\#97](https://github.com/ai16z/eliza/pull/97) ([renovate[bot]](https://github.com/apps/renovate)) |
| 135 | +- chore\(deps\): update dependency eslint to v8.57.1 [\#96](https://github.com/ai16z/eliza/pull/96) ([renovate[bot]](https://github.com/apps/renovate)) |
| 136 | +- fix\(deps\): pin dependencies [\#94](https://github.com/ai16z/eliza/pull/94) ([renovate[bot]](https://github.com/apps/renovate)) |
| 137 | +- fix\(deps\): pin dependencies [\#93](https://github.com/ai16z/eliza/pull/93) ([renovate[bot]](https://github.com/apps/renovate)) |
| 138 | +- chore\(deps\): pin dependencies [\#90](https://github.com/ai16z/eliza/pull/90) ([renovate[bot]](https://github.com/apps/renovate)) |
| 139 | +- chore\(deps\): update dependency tslib to v2.8.0 [\#89](https://github.com/ai16z/eliza/pull/89) ([renovate[bot]](https://github.com/apps/renovate)) |
| 140 | +- fix\(deps\): pin dependencies [\#88](https://github.com/ai16z/eliza/pull/88) ([renovate[bot]](https://github.com/apps/renovate)) |
| 141 | +- chore\(deps\): pin dependencies [\#87](https://github.com/ai16z/eliza/pull/87) ([renovate[bot]](https://github.com/apps/renovate)) |
| 142 | +- chore\(deps\): pin dependencies [\#86](https://github.com/ai16z/eliza/pull/86) ([renovate[bot]](https://github.com/apps/renovate)) |
| 143 | +- chore\(deps\): update rollup and plugins [\#85](https://github.com/ai16z/eliza/pull/85) ([renovate[bot]](https://github.com/apps/renovate)) |
| 144 | +- chore\(deps\): pin dependencies [\#84](https://github.com/ai16z/eliza/pull/84) ([renovate[bot]](https://github.com/apps/renovate)) |
| 145 | +- chore\(deps\): pin dependencies [\#83](https://github.com/ai16z/eliza/pull/83) ([renovate[bot]](https://github.com/apps/renovate)) |
| 146 | +- chore\(deps\): replace dependency npm-run-all with npm-run-all2 5.0.0 [\#82](https://github.com/ai16z/eliza/pull/82) ([renovate[bot]](https://github.com/apps/renovate)) |
| 147 | +- chore\(config\): migrate renovate config [\#80](https://github.com/ai16z/eliza/pull/80) ([renovate[bot]](https://github.com/apps/renovate)) |
| 148 | +- fix\(deps\): update dependency pdfjs-dist to v4.2.67 \[security\] [\#78](https://github.com/ai16z/eliza/pull/78) ([renovate[bot]](https://github.com/apps/renovate)) |
| 149 | +- chore\(deps\): update dependency rollup to v2.79.2 \[security\] [\#77](https://github.com/ai16z/eliza/pull/77) ([renovate[bot]](https://github.com/apps/renovate)) |
| 150 | +- Model provider abstraction [\#74](https://github.com/ai16z/eliza/pull/74) ([lalalune](https://github.com/lalalune)) |
| 151 | +- Image gen [\#44](https://github.com/ai16z/eliza/pull/44) ([alextitonis](https://github.com/alextitonis)) |
| 152 | + |
| 153 | +## [v0.0.1](https://github.com/ai16z/eliza/tree/v0.0.1) (2024-10-29) |
| 154 | + |
| 155 | +[Full Changelog](https://github.com/ai16z/eliza/compare/e5a15663d7d083f4c9b82634a0696b80b9ecd0b2...v0.0.1) |
| 156 | + |
| 157 | +**Closed issues:** |
| 158 | + |
| 159 | +- cleanup remnants of sqlite\_vss [\#66](https://github.com/ai16z/eliza/issues/66) |
| 160 | +- Create issue templates [\#61](https://github.com/ai16z/eliza/issues/61) |
| 161 | +- Contributing [\#45](https://github.com/ai16z/eliza/issues/45) |
| 162 | +- How to specify a character file [\#39](https://github.com/ai16z/eliza/issues/39) |
| 163 | +- Easy switching between openai and llama [\#15](https://github.com/ai16z/eliza/issues/15) |
| 164 | +- Get image media from Discord and describe it [\#14](https://github.com/ai16z/eliza/issues/14) |
| 165 | +- Summarize links from Discord and Twitter [\#13](https://github.com/ai16z/eliza/issues/13) |
| 166 | +- Get image media from tweets and describe it [\#11](https://github.com/ai16z/eliza/issues/11) |
| 167 | +- Feed Twitter Client [\#10](https://github.com/ai16z/eliza/issues/10) |
| 168 | +- Replace Elevenlabs with faster TTS [\#6](https://github.com/ai16z/eliza/issues/6) |
| 169 | +- Integrate Moondream into Twitter and Discord [\#5](https://github.com/ai16z/eliza/issues/5) |
| 170 | +- Replace GPT-3.5 with Node Llama3 [\#3](https://github.com/ai16z/eliza/issues/3) |
| 171 | +- Replace OpenAI Whisper with Whisper Turbo [\#2](https://github.com/ai16z/eliza/issues/2) |
| 172 | +- Integrate agent-twitter-client [\#1](https://github.com/ai16z/eliza/issues/1) |
| 173 | + |
| 174 | +**Merged pull requests:** |
| 175 | + |
| 176 | +- chore: fix typo [\#71](https://github.com/ai16z/eliza/pull/71) ([eltociear](https://github.com/eltociear)) |
| 177 | +- cleanup from \#60, resolves \#66 [\#67](https://github.com/ai16z/eliza/pull/67) ([sirkitree](https://github.com/sirkitree)) |
| 178 | +- Telegram Integration with shouldRespond handler + image recognition [\#65](https://github.com/ai16z/eliza/pull/65) ([dreaminglucid](https://github.com/dreaminglucid)) |
| 179 | +- Initial commit for adding Renovate autoupdater. [\#63](https://github.com/ai16z/eliza/pull/63) ([mrdavidburns](https://github.com/mrdavidburns)) |
| 180 | +- adding github issue templates [\#62](https://github.com/ai16z/eliza/pull/62) ([sirkitree](https://github.com/sirkitree)) |
| 181 | +- sqlite\_vss issue [\#60](https://github.com/ai16z/eliza/pull/60) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 182 | +- Clarifying instructions to run locally [\#59](https://github.com/ai16z/eliza/pull/59) ([ferric-sol](https://github.com/ferric-sol)) |
| 183 | +- corrected node-llama-cpp command [\#57](https://github.com/ai16z/eliza/pull/57) ([Honkware](https://github.com/Honkware)) |
| 184 | +- Adding a CONTRIBUTING.md [\#46](https://github.com/ai16z/eliza/pull/46) ([sirkitree](https://github.com/sirkitree)) |
| 185 | +- pumpfun [\#43](https://github.com/ai16z/eliza/pull/43) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 186 | +- provide a way to chat directly with the agent via the command line [\#42](https://github.com/ai16z/eliza/pull/42) ([sirkitree](https://github.com/sirkitree)) |
| 187 | +- Update README.md [\#41](https://github.com/ai16z/eliza/pull/41) ([sirkitree](https://github.com/sirkitree)) |
| 188 | +- Update README.md [\#36](https://github.com/ai16z/eliza/pull/36) ([wahndo](https://github.com/wahndo)) |
| 189 | +- Telegram [\#31](https://github.com/ai16z/eliza/pull/31) ([lalalune](https://github.com/lalalune)) |
| 190 | +- token provider [\#24](https://github.com/ai16z/eliza/pull/24) ([MarcoMandar](https://github.com/MarcoMandar)) |
| 191 | +- minor fixes to base.ts and llama.ts, resolved missing package.json im… [\#20](https://github.com/ai16z/eliza/pull/20) ([twilwa](https://github.com/twilwa)) |
| 192 | +- More twitter upgrades and refactoring [\#18](https://github.com/ai16z/eliza/pull/18) ([lalalune](https://github.com/lalalune)) |
| 193 | +- Refactor, Plumbing, Twitter Agent [\#17](https://github.com/ai16z/eliza/pull/17) ([lalalune](https://github.com/lalalune)) |
| 194 | +- Integrate Moondream into Twitter and Discord [\#16](https://github.com/ai16z/eliza/pull/16) ([vladkashka56](https://github.com/vladkashka56)) |
| 195 | +- New Twitter Client [\#8](https://github.com/ai16z/eliza/pull/8) ([lalalune](https://github.com/lalalune)) |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments