Skip to content

Latest commit

 

History

History
116 lines (63 loc) · 8.16 KB

File metadata and controls

116 lines (63 loc) · 8.16 KB

Changelog

1.6.0 (2026-07-14)

Features

  • wallet: oauth login flow via dashboard.zerion.io (c1a1cf4)

Bug Fixes

  • fix next tag release tests guard (#99) (a55957e)
  • skills: restore moonpay partner docs emptied by skill consolidation (#91) (325093a)

1.5.0 (2026-06-03)

Features

  • skills: consolidate 30 skills into single zerion skill + fix init.js (#86) (257ebe0)
  • wallet: add wallet export-key to export raw private keys (5bb9951)

1.4.0 (2026-05-26)

Features

  • add zerion-0x partner skill for 0x API v2 swap integration (#74) (e89f01a)

1.3.0 (2026-05-15)

Features

  • add zerion-bankr partner skill (#72) (54ccf67)
  • add zerion-lifi-earn skill (#69) (8a310d4)
  • add zerion-uniswap-lp and zerion-uniswap-x402 partner skills (#65) (175cc6a)
  • positions: add --defi flag with grouped DeFi view (#77) (97da693)

Bug Fixes

  • zerion-uniswap-x402: use canonical 5-arg zerion bridge signature (#75) (bb3c946)

1.2.0 (2026-05-12)

Features

  • add zerion-umbra-privateTxn skill for Umbra private payments (#40) (a0518ca)
  • cli: add --passphrase-file flag for agent create-token (#67) (078cc34)

1.1.0 (2026-05-08)

Features

  • add Monad skills and examples (#56) (562a8ab)
  • add zerion-partner-skill-creator skill (#51) (9c4b38c)
  • cli: bridge provider selection, fee attribution, expanded chains list (#58) (50da002)
  • sendai ideas skills (#39) (b2f5dea)

Bug Fixes

  • cli: make zerion init skills step interactive by default (#49) (e3634bd)

1.0.1 (2026-05-05)

Features

  • add MoonPay partner skills (onramp, iron DCA, prediction markets) (#32) (2775753)
  • cli: migrate to /swap/quotes/, add Solana swap+bridge+send (#47) (0fac91e)
  • handle retries on 429 error (#44) (7d481f2)
  • unify CLI + agent skills, un-flatten to cli/ (#28) (d21f5b7)

Bug Fixes

  • cli: rerank search results and fetch chains live from API (#38) (0d668a0)

Miscellaneous Chores

1.0.0 (2026-04-27)

Features

  • add MPP pay-per-call support + Solana x402 (376d30b)
  • add MPP pay-per-call support via --mpp flag (70ed3aa)
  • add Solana x402 support via @x402/svm (1741984)
  • add wallet sign-message and sign-typed-data commands (07b39be)
  • add zerion init + refresh README onboarding (release 1.0.0) (caa9241)
  • cli: zerion setup skills/mcp + handoff doc (#20) (2848d04)
  • offer to set up agent token inline when missing (4b5a79d)
  • sign-message + sign-typed-data with inline agent-token setup (ae3aa54)

Bug Fixes

  • bind inline-created agent token to caller's wallet, not default (275e2f7)
  • chains is not an integration test, and not pay-per-call (b0c3e6a)
  • confirm() returns defaultYes instead of user's actual answer (35e0c58)
  • keep trading commands on API key path (3721ce0)
  • test: extract JSON from stderr to tolerate Node warnings (a37463b)
  • validate EVM key format before MPP init (2f2b397)

Miscellaneous Chores

  • bump to 1.0.0 for the cli-only restructure (1882629)