Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: suiware/ai-tools

1.3.0: Refactoring and code improvements

23 Apr 15:12

Choose a tag to compare

  • tools: Refactored unstake method.
  • tools: Added getSuiwareAiTools() function which returns all available tools.
  • examples: Updated examples with the getSuiwareAiTools() function.
  • chore: Updated dependencies.

Complete changelog

1.2.0: Added suiStakeTool and suiUnstakeTool

22 Apr 10:59

Choose a tag to compare

  • tools: Added suiStakeTool and suiUnstakeTool
  • chore: Updated dependencies
  • chore: Performed some refactoring.

Complete changelog

1.1.0: Fixes and improvements

17 Apr 09:20

Choose a tag to compare

  • 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

Complete changelog

1.0.0: Removed VIX tool

16 Apr 09:11

Choose a tag to compare

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

Complete changelog

0.4.0: Added suiAddressTool and improved suiTransferTool

11 Apr 16:55

Choose a tag to compare

  • 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

Complete changelog

0.3.0: Added support for more tokens to suiWalletBalanceTool and suiSwapTool

23 Mar 06:54

Choose a tag to compare

  • 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

14 Feb 13:34

Choose a tag to compare

Changes:

  • tools: suiTransferTool: Added support for Suins names. Now you can use commands like this transfer 1 sui to abcdef1234567890.sui or donate 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.

Complete changelog

0.1.3: Updated docs, added one more example

11 Feb 10:24

Choose a tag to compare

Changes:

  • chore: Updated docs.
  • examples: Added a simple example with an Anthropic model.

Complete changelog

0.1.2: Updated docs

10 Feb 08:54

Choose a tag to compare

Changes:

  • chore: Updated example in the tools docs.

Complete changelog

0.1.1: Updated docs

10 Feb 08:37

Choose a tag to compare

Changes:

  • chore: Updated example in the tools docs.

Complete changelog