Skip to content

Releases: ai16z/eliza

v0.1.6-alpha.4

17 Dec 07:17
2216ae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6-alpha.3...v0.1.6-alpha.4

v0.1.6-alpha.3

17 Dec 03:48
c34ff57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6-alpha.2...v0.1.6-alpha.3

v0.1.6-alpha.2

17 Dec 02:59
6542085
Compare
Choose a tag to compare
v0.1.6-alpha.2 Pre-release
Pre-release

December 16th 2024 release

Features (feat)

allow agents to create/buy/sell tokens on FOMO.fund's bonding curve in plugin-solana #1135
add support for handlebars templating engine as an option #1136
Add Discord Team features #1032
Add Telegram Team features #1033
Updated characters types, Discord & Telegram enhancements #957
Plugin evm multichain #1009
add plugin-sui #934
add plugin-ton #1039
Add NEAR Protocol plugin #847
multiversx plugin #860
add plugin-nft-generation: create Solana NFT collections #1011
Lens client #1098
allow users to configure models for grok #1091
Smoke Test script #1101
plugin-story #1030
add venice.ai image generation #1057
improve X/Twitter login with cookie validation and retry mechanism #856
add/change change through REST api (client-direct) #1052
twitter client enhancements #913
github image cicd #889
add README_TH.md in docs directory #1034
Adding plugin for ZKsync Era #906
Add slack plugin #859

Fixes (fix)

improve fomo integration #1147
Fix Parameter Parsing in plugin-evm TransferAction and Return Transaction Hash #965
telegram client duplicate function removal #1140
discord client duplicate function removal #1125
Docker default non-interactive mode for Cloud instances #796
Use LARGE models for responses #853
load image from diff endpoints #837
fix the name #1133
add more helpful default agents (Dobby and C3PO) #1124
Refactor to prevent unnecessary lockfile changes #1120
add missing imports #1104
Fixed twitter posts include from including /n in the text #1070
handle no termination message #1102
return types of createAgent & startAgent #1097
syntax error: invalid arithmetic operator #1088
client slack linting errors #1086
dynamic import of fs module #1084
transfer action linting errors #1079
errors in swap action in plugin-near #1078
remove unnecessary devDependencies #1077
missing eslint config file #1076
Allow bot to post tweets with images generated by the imageGenerationPlugin #1040
discord client ci issues #1054
Fix pnpm lockfiles #1055
add auto to clients in types to use client-auto #1050

Chores (chore)

fix PR #1147 #1148
remove comment #1143
fix broken pnpm lockfile #1115
fix broken pnpm lockfile #1103
debugging start behaviour #1094
kill pnpm start #1093
increase timeout to 3mins #1092
remove unused imports and rename runtime variable #1085
remove unnecessary packages #1083
fix broken pnpm lockfile #1081
add npmignore file #1080
commented out unused variables in solana swap action's plugin #1073
improve eslint by --cache #1056
Update package.json #1031
improve smokeTests environment validation and logging #1046
improve formatting of .env.example for better readability #897

Documentation (docs)

add README.md to plugin-evm #1095
New docs for community section #1114
Update docs (CONTRIBUTING.md) #1053
Update community section of docs #1111
Plugin list numbering and titles #1107

Tests (test)

adding tests. changed files actions.test.ts, messages.test.ts, models.test.ts #998

Other (Misc)

clean newlines for new tweet #1141
FAL image settings escape hatch #814
Revert "Feat: Update community section of docs" #1112
Fix/charity #852

v0.1.6-alpha.1

13 Dec 19:14
7a1fd02
Compare
Choose a tag to compare
v0.1.6-alpha.1 Pre-release
Pre-release

Week of December 9th 2024 release

Many bug fixes

What's Changed

Features

Add Flow Blockchain plugin - #874
Add hyperbolic API to Eliza - #828
MAX_TWEET_LENGTH env implementation - #912
Add advanced Coinbase trading - #725
Add readContract/invokeContract functionality to Coinbase plugin - #923
Add NanoGPT provider - #926
Config eternalai model from env - #927
Add hyperbolic env vars to override model class - #974
Add TEE Mode to Solana Plugin - #835
Add callback handler to runtime evaluate method - #938
Add dynamic watch paths for agent development - #931
Plugin evm multichain - #1009
Add venice.ai API model provider - #1008
Improve Twitter client with action processing - #1007
Add custom fetch logic for agent - #1010
Add Discord Team features - #1032
Improve voice processing and add deepgram transcription option - #1026
Create example folder with example plugin - #1004

Fixes

Re-enable coverage report upload to Codecov in CI workflow - #880
Twitter actions not triggering - #903
Evaluation JSON parsing - #907
Telegram response memory userId to agentId - #948
Farcaster client cleanup and fixed response logic - #914
Use MAX_TWEET_LENGTH from setting - #960
Correct EVM plugin activation condition - #962
Docker trying to filter out missing docs package - #978
Re-enable generateNewTweetLoop / lint fixes - #1043
Fix Twitter Search Logic and add Galadriel Image Model - #994
Fix farcaster client process action issue - #963
Fix typo in characterfile.md - #986
Fix typo initialize - #1000
Fix package name in FAQ - #937

Chores

Disable building docs on build command - #884
Enhance dev script, performance improvement, and add help message - #887
Improve dev command - #892
Consistent language for Community & Contact link label - #899
Fix broken lockfile - #977
Pass env variables when setting up GOAT and update GOAT readme - #898
Deprecate text-based way of generating JSON - #920
Bring Develop up to date with HEAD - #1006
Push Develop into Main - #1028
Release develop into main - #1045

Docs

Add What Did You Get Done This Week #4 summaries and timestamps - #895
Add templates documentation to the project - #1013
Update README.md - #1024 and #1025
Create README_TH.md - #918
Add AI Agent Dev School Tutorial Link - #1038
Add WSL Setup Guide to documentation - #983

Tests

Initial release of smoke/integration tests + testing framework - #993
Adding parsing tests. Changed files parsing.test.ts - #996

New Contributors

Full Changelog: v0.1.5-alpha.5...v0.1.6-alpha.1

v0.1.5-alpha.5

07 Dec 00:37
Compare
Choose a tag to compare

What's Changed

  • feat: working farcaster client with neynar by @sayangel in #570

New Contributors

Full Changelog: v0.1.5-alpha.4...v0.1.5-alpha.5

What's Changed

  • feat: working farcaster client with neynar by @sayangel in #570

New Contributors

Full Changelog: v0.1.5-alpha.4...v0.1.5-alpha.5

v0.1.5-alpha.4

06 Dec 21:29
c40a1f7
Compare
Choose a tag to compare

What's Changed

  • feat: add coinbase ERC20, ERC721, and ERC1155 tokenContract deployment / invokement plugin by @monilpat in #803
  • fix: Include scripts/postinstall.js in the final NPM package by @martincik in #843
  • fix: run release workflow after a github release is created by @cygaar in #846
  • feat: add Aptos plugin by @0xaptosj in #818
  • fix: plugins docs by @cygaar in #848
  • fix: Use LARGE models for responses by @lalalune in #853
  • Update Node version in local-development.md by @oxSaturn in #850
  • Updated quickstart.md to contemplate common issue by @fede2442 in #861
  • Remove duplicated coinbase CDP options in .env.example by @juntao in #863
  • feat: coinbase webhook + add more examples + testing by @monilpat in #801
  • test: adding environment and knowledge tests by @ai16z-demirix in #862
  • Update quickstart.md by @oxSaturn in #872
  • docs: Add AI Agent Dev School Parts 2 and 3 summaries and timestamps by @YoungPhlo in #877
  • Add google model env vars by @peersky in #875

New Contributors

Full Changelog: v0.1.5-alpha.3...v0.1.5-alpha.4

v0.1.5-alpha.3

04 Dec 06:00
df09c4d
Compare
Choose a tag to compare

What's Changed

  • fix: lerna publish command by @cygaar in #811
  • feat: (core) Add circuit breaker pattern for database operations -… by @augchan42 in #812
  • fix: pin all node dependencies + update @solana/web3.js to safe version by @cygaar in #832
  • fix: docker-setup.md by @Freytes in #826
  • fix: twitter cache expires by @palsp in #824
  • chore: bump version to 0.1.5-alpha.1 by @cygaar in #833
  • chore: revert viem package version by @shakkernerd in #834
  • chore: Revert/viem version and bump @goat-sdk/plugin-erc20 by @shakkernerd in #836
  • chore: bump version to 0.1.5-alpha.3 by @cygaar in #838

New Contributors

Full Changelog: v0.1.5-alpha.0...v0.1.5-alpha.3

v0.1.5-alpha.0

03 Dec 03:41
a4e4929
Compare
Choose a tag to compare

What's Changed

  • fix: When the plugins field in the .character.json file is configured with plugin name. by @xwxtwd in #784
  • fixs: uuid compatible for number by @tomguluson92 in #785
  • Update generation.ts to fix TOGETHER/LLAMACLOUD image generation by @ProphetX10 in #786
  • fix: dev command by @shakkernerd in #793
  • chore: update README_KOR.md to match latest README.md by @mike0295 in #789
  • fix: enviroment -> environment by @tomguluson92 in #787
  • fix: Docker default non-interactive mode for Cloud instances by @rarepepi in #796
  • fix: swap type error, create user trust on first message in telegram by @MarcoMandar in #800
  • fix: update npm publication workflow by @cygaar in #805
  • refactor: Improve actions samples random selection by @dievardump in #799
  • fix: part 2 of updating the npm publish workflow by @cygaar in #806
  • fix: release workflow part 3 by @cygaar in #807
  • fix: update package version to v0.1.5-alpha.0 by @cygaar in #808

New Contributors

Full Changelog: v0.1.5...v0.1.5-alpha.0

v0.1.5

02 Dec 06:43
8f4e264
Compare
Choose a tag to compare

What's Changed

Read more

v0.1.4-alpha.3

28 Nov 15:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4-alpha.3