Features
- New default character (#1453)
- Handle long tweets (#1339, #1520)
- Custom System Prompt Support for plugin-image-generation (#839)
- Add /:agentId/speak endpoint for text-to-speech (#1528)
- Add Livepeer Image Provider (#1525)
- Add Text to 3D function (#1446)
- Add GitBook Plugin provider (#1126)
- Add abstract plugin (#1225)
- Add avalanche plugin (#842)
- Add FerePro plugin (#1502)
- Add Cronos ZKEVM plugin (#1464)
- Add plugin for Cronos ZKEVM (#1464)
- Add Venice style presets & option to remove watermark (#1410)
- Client-GitHub retry (#1425)
- Add ModelConfiguration to Character (#1455)
- Use OPENAI_API_URL for custom API endpoint (#1522)
Fixes
- Multiple Agents running at the same time on localhost (#1415)
- {{user}} tags in templates/examples empty when passed to LLM (#1305)
- Postgres adapter settings not being applied (#1379)
- ImageModelProvider API key selection fallback (#1272)
- Swap and bridge actions in plugin-evm (#1456)
- Twitter search feature (#1433)
- Twitter dry run mode and configuration logging (#1498)
- Fix Twitter plugin interaction prompts (#1469)
- LowerCase bug and environment cleanup in Twitter client (#1514)
- Cleaner prompts in Twitter plugin (#1472)
- Twitter login notifications, incorrect cookie management (#1330)
- Duplicate tweet log (#1402)
- Explicitly set env in each step (#1374)
- Incorrect link redirection issue (#1443)
- Remove code duplication in getGoals call (#1450)
- Client type identification with test coverage (#1490)
- Required incremental option in TypeScript configuration (#1485)
Complete Changelog
- fix: explicitly set env in each step by @shakkernerd in #1374
- Update README.md to instructions to start client for chatting with Agent by @onlyzerosonce in #1375
- docs: Add documentation on pnpm node version by @trbutler4 in #1350
- chore: change CI trigger by @shakkernerd in #1387
- chore: require approval for integration test step by @shakkernerd in #1388
- chore: split tests by @shakkernerd in #1390
- docs: sample plugin documentation by @ileana-pr in #1385
- docs: Add "What Did You Get Done This Week? #6" notes by @YoungPhlo in #1399
- Standardize boolean values and update .env file pattern by @hcaumo in #1392
- fix: duplicate tweet log by @jasonqindev in #1402
- fix: postgres adapter settings not being applied by @ryanleecode in #1379
- fix: image generation using imageSettings by @proteanx in #1371
- feat: add venice style presets & option to remove watermark (image generation) by @proteanx in #1410
- chore: allow scoped pr titles by @ryanleecode in #1414
- chore: format package.json files with prettier by @ryanleecode in #1412
- fix: Twitter login notifications, incorrect cookie management. by @ChristopherTrimboli in #1330
- fix: Multiple Agents running at the same time on localhost by @0xCardinalError in #1415
- fix: {{user}} tags in templates/examples empty when passed to LLM by @tcm390 in #1305
- fix: fix imageModelProvider apiKey selection fallback by @UD1sto in #1272
- chore: update env for plugin-goat by @aeither in #1180
- docs: Add Tagalog README Translation by @harveyjavier in #1420
- feat: [Code Scanning] Security Improvements - create codeql.yml by @monilpat in #1314
- feat: greet first time contributors by @monilpat in #1316
- feat: add auto PR / issue close after being stale for a certain amount of time by @monilpat in #1317
- feat: add
only
to booleanFooter by @fyInALT in #1437 - improve logging in plugin-coinbase by @alessandromazza98 in #1429
- Update eliza-in-tee.md (fixing typo) by @yerinle in #1428
- fix: typos by @omahs in #1423
- docs: 1.Quotation marks are used incorrectly.2.Delete duplicate words by @RiceChuan in #1424
- feat: client-github retry by @tomguluson92 in #1425
- feat: (plugin-evm) add alienx chain by @xwxtwd in #1438
- chore: Keeps README translations synchronized by @0xJord4n in #1432
- feat: add abstract plugin by @cygaar in #1225
- fix: Make search feature in twitter client works by @nulLeeKH in #1433
- fix: fix incorrect link redirection issue by @mhxw in #1443
- fix: Remove code duplication in getGoals call by @hanyh2004 in #1450
- Feat: update package.json to add Cleanstart options for new database by @harperaa in #1449
- feat: suppress initial message from action by @0xPBIT in #1444
- New default character by @lalalune in #1453
- feat: added docs for plugin-nft-generation by @vishal-kanna in #1327
- feat: Add Text to 3D function by @tomguluson92 in #1446
- fix: update pnpm lock by @odilitime in #1457
- feat: allow passing secrets through environment by @odilitime in #1454
- feat: Add ModelConfiguration to Character to enable adjusting temperature, response length & penalties by @peersky in #1455
- feat: replace
unruggable-core
withunruggable-sdk
by @remiroyc in #450 - chore: update defailt character topic test case by @shakkernerd in #1466
- docs: Fixed Incorrect Model Name in API Integration by @mdqst in #1465
- feat: Adding plugin for Cronos ZKEVM by @samarth30 in #1464
- fix: client-twitter: fix ENABLE_ACTION_PROCESSING logic by @zkvm in #1463
- fix: cronoszkEVM -> cronoszkevm by @shakkernerd in #1468
- fix(core) make modelConfiguration optional by @Archethect in #1473
- fix: cleaner interaction prompts in the Twitter plugin by @todorkolev in #1469
- fix: duplicate twitter post by @tcm390 in #1472
- chore: Docs update by @madjin in #1476
- Fetch timeline for followed accounts via Twitter client methods by @ag-wnl in #1475
- chore: Do not consider self tweets when evaluating actions by @ag-wnl in #1477
- fix: client-discord chat_with_attachment action remove hard coded model, allow any tiktoken model by @harperaa in #1408
- feat: Enhance client direct by @shakkernerd in #1479
- feat: improve chat formatting line breaks by @swizzmagik in #1483
- feat: add image features to react chat client by @0xPBIT in #1481
- feat: Twitter Post Action Implementation by @0xPBIT in #1422
- feat: Add agentic JSDoc generation by @Ed-Marcavage in #1343
- feat: add readme for ton plugin by @chandiniv1 in #1496
- feat: add readme for websearch plugin by @chandiniv1 in #1494
- chore: fix typos by @qwdsds in #1489
- docs: Fixed a small syntax issue in the ModelClass Update fine-tuning.md by @mdqst in #1493
- add CODE_OF_CONDUCT.md by @nulLeeKH in #1487
- fix: remove
type
when import fromelizaos
by @tomguluson92 in #1492 - fix: improve Twitter client dry run mode and configuration logging by @e-fu in #1498
- feat: extend parseBooleanFromText function with additional boolean values by @shakkernerd in #1501
- docs: bad links in eliza-in-tee.md by @janeyJo in #1500
- fix: improve client type identification with test coverage by @ShaneOxM in #1490
- feat: handle long tweet by @tcm390 in #1339
- chore: general code fixes/clean up by @shakkernerd in #1513
- add fuel plugin by @Dhaiwat10 in #1512
- fix: add required incremental option and remove invalid typescript configuration by @ShaneOxM in #1485
- Clear
/cache/
inclean.sh
script by @timolegros in #1508 - chore: Revert "Clear
/cache/
inclean.sh
script" by @shakkernerd in #1515 - chore: remove cache in core by @shakkernerd in #1516
- feat: Add the FerePro plugin by @Rudrakc in #1502
- fix: Update speech.ts by @y4my4my4m in #1312
- fix: swap and bridge actions of plugin-evm by @pythonberg1997 in #1456
- fix: client-twitter lowerCase bug and environment clean up (+lint fixes, and TWITTER_SEARCH_ENABLE double start fix) by @odilitime in #1514
- feat: use OPENAI_API_URL from env to support custom OpenAI API endpoint by @imtms in #1522
- fix: handle long tweet in utils by @oxSaturn in #1520
- feat: add /:agentId/speak endpoint for text-to-speech functionality by @HowieDuhzit in #1528
- Fix: Update package.json with build-docker command to match the dockerfile command by @vanshika-srivastava in #1527
- feat: Add Livepeer Image Provider by @Titan-Node in #1525
- feat: Add Custom System Prompt Support for plugin-image-generation by @tsubasakong in #839
- chore: remove unused vars by @odilitime in #1529
- feat: add avalanche plugin by @snow-farmer in #842
- feat: Add GitBook Plugin provider by @azep-ninja in #1126
- chore: bump version to v.0.1.7-alpha.2 by @shakkernerd in #1530
- chore: 1.7.0 prep, develop => main by @odilitime in #1519
New Contributors
- @onlyzerosonce made their first contribution in #1375
- @trbutler4 made their first contribution in #1350
- @hcaumo made their first contribution in #1392
- @jasonqindev made their first contribution in #1402
- @UD1sto made their first contribution in #1272
- @aeither made their first contribution in #1180
- @harveyjavier made their first contribution in #1420
- @fyInALT made their first contribution in #1437
- @alessandromazza98 made their first contribution in #1429
- @yerinle made their first contribution in #1428
- @omahs made their first contribution in #1423
- @RiceChuan made their first contribution in #1424
- @0xJord4n made their first contribution in #1432
- @nulLeeKH made their first contribution in #1433
- @mhxw made their first contribution in #1443
- @hanyh2004 made their first contribution in #1450
- @harperaa made their first contribution in #1449
- @0xPBIT made their first contribution in #1444
- @vishal-kanna made their first contribution in #1327
- @remiroyc made their first contribution in #450
- @mdqst made their first contribution in #1465
- @samarth30 made their first contribution in #1464
- @zkvm made their first contribution in #1463
- @Archethect made their first contribution in #1473
- @todorkolev made their first contribution in #1469
- @ag-wnl made their first contribution in #1475
- @swizzmagik made their first contribution in #1483
- @Ed-Marcavage made their first contribution in #1343
- @chandiniv1 made their first contribution in #1496
- @qwdsds made their first contribution in #1489
- @e-fu made their first contribution in #1498
- @janeyJo made their first contribution in #1500
- @ShaneOxM made their first contribution in #1490
- @Dhaiwat10 made their first contribution in #1512
- @timolegros made their first contribution in #1508
- @Rudrakc made their first contribution in #1502
- @y4my4my4m made their first contribution in #1312
- @pythonberg1997 made their first contribution in #1456
- @imtms made their first contribution in #1522
- @HowieDuhzit made their first contribution in #1528
- @vanshika-srivastava made their first contribution in #1527
- @snow-farmer made their first contribution in #842
Full Changelog: v0.1.7-alpha.1...v0.1.7-alpha.2