Releases: suiware/ai-tools
Releases · suiware/ai-tools
1.3.0: Refactoring and code improvements
- tools: Refactored unstake method.
- tools: Added
getSuiwareAiTools()function which returns all available tools. - examples: Updated examples with the
getSuiwareAiTools()function. - chore: Updated dependencies.
1.2.0: Added suiStakeTool and suiUnstakeTool
- tools: Added suiStakeTool and suiUnstakeTool
- chore: Updated dependencies
- chore: Performed some refactoring.
1.1.0: Fixes and improvements
- tools: Fix wallet balance number formatting issue in the suiWalletBalanceTool
- tools: Made it possible to use suiWalletBalanceTool and suiTransferTool in testnet (again)
- tools: Removed balances from the output of the suiSwapTool and suiTransferTool for better granularity
- examples: Improved system prompt for examples
1.0.0: Removed VIX tool
The main purpose of this release is to remove vixTool from the package to better stick to the package purpose. I initially developed this package for a hackathon and needed the vixTool for making the demo more appealing. However, this package is for Sui tools which vixTool is not.
Changelog
- tools: Removed vixTool to separate concerns better. If you really need it, you may find its code in this PR #5.
- chore: Updated dependencies
0.4.0: Added suiAddressTool and improved suiTransferTool
- tools: Added suiAddressTool
- tools: suiTransferTool now supports more coin types
- tools: Added is-not-own-address check to the suiTransferTool
- examples: Added Google: gemini-2.0-flash-001 example:
pnpm start:google:streaming - chore: Updated dependencies
0.3.0: Added support for more tokens to suiWalletBalanceTool and suiSwapTool
- suiWalletBalanceTool: Allowed to display all non-zero wallet balances.
- suiSwapTool: Added support for more tokens. See supported tokens.
0.2.0: Suins support for suiTransferTool, improved docs and some code improvements
Changes:
- tools: suiTransferTool: Added support for Suins names. Now you can use commands like this
transfer 1 sui to abcdef1234567890.suiordonate 1 sui to @abcdef1234567890 - examples: Improved interactive agent dialogue by adding colors
- chore/tools: Improved tools folder structure to better reflect the folder meaning
- chore/tools: Enabled cleaning the dist folder up before every build.
- chore: Improved docs.
- chore: Updated deps.
0.1.3: Updated docs, added one more example
Changes:
- chore: Updated docs.
- examples: Added a simple example with an Anthropic model.