Skip to content

Releases: ironwallet/ironwallet-agent-kit

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:50
v1.2.0
f2a9dce

[1.2.0] - 2026-09-02

Added

  • get_transaction_history tool: recent transactions of a wallet on one network, newest first, paged via cursor. Read from public explorers with per-network fallback, not from the IronWallet backend. Spam-looking token symbols carry an asset.warning.
  • Server instructions cover the wallet manager and the update flow.
  • Wallet manager: Delete button per wallet. A separate confirmation page requires retyping the wallet name; a wallet that was never backed up also needs an explicit acknowledgement that its recovery phrase is destroyed. Manager only — there is no MCP tool for deleting.

Changed

  • Keystore writes are atomic (temp file + rename), so a crash mid-write cannot truncate keystore.json.

Fixed

  • estimate_swap / execute_swap: to was published as a $ref to from; hosts that do not resolve $ref (Claude chat) rejected every swap. Both sides now have inline schemas.
  • Wallet manager: Continue on the disclaimer redirects to the dashboard, so Refresh shows the current wallet list instead of a stale page or 404.

Artifacts

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 16:39
v1.1.0
b4248b3

[1.1.0] - 2026-08-28

Changed

  • MCP backend traffic uses the production URL (https://iwio.ai).

Artifacts

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:04
v1.0.3
b4e7aa7

[1.0.3] - 2026-08-27

Added

  • MCP consent before create/import: full English disclaimer in chat (accept_mcp_consent) or the local wallet manager.
  • set_wallet_policy tool: per-wallet limits from chat (readOnly, maxPerTxUsd, transfer recipient allow-list; full replace).
  • USD per-transaction limit (maxPerTxUsd): send/swap amounts are valued via the IronWallet rates backend at operation time and rejected when no rate is available (fail closed). Replaces the never-exposed asset-unit maxPerTx.

Changed

  • Consent copy: limits are described as chat-configurable (set_wallet_policy), not as a pre-use setup step in the wallet manager.

Artifacts

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:03
v1.0.2
0689b66

[1.0.2] - 2026-08-26

Added

  • Register as io.ironwallet/mcp-server (mcpName + server.json) for the MCP registry.
  • Export MCP tool schemas to tools.json so README and skill tables stay in sync.

Changed

  • npm keywords include supported networks. User-facing copy no longer names the internal swap service.
  • Brand spelling: IronWallet.

Artifacts

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:03
f2e18dc

[1.0.1] - 2026-08-25

Added

  • Deposit QR (get_deposit_qr): PNG in chat when the host can render it, otherwise a local qr_url.

Changed

  • Plugin id is ironwallet-mcp on Cursor, Claude, Codex, and Grok.

Security

  • IW_READ_ONLY rejects send_transfer and execute_swap for the whole process.

Artifacts

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:03
8dfeb7c

[1.0.0] - 2026-08-20

Added

  • Release of the IronWallet agent kit and @ironwallet/mcp-server.

Artifacts