Skip to content

Releases: aavegotchi/aavegotchi-cli

v0.2.6

27 Feb 13:57
551d42c

Choose a tag to compare

Highlights

  • Removed the deprecated gotchi-points CLI command family from the live command surface.
  • Removed mapped command gotchi-points convert-alchemica and its mapped defaults.
  • Updated help/README/parity docs to match live functionality.

Published to npm as aavegotchi-cli@0.2.6.

v0.2.5

27 Feb 09:03
56effcb

Choose a tag to compare

Highlights

  • Added first-class auction bidding commands: auction bid and auction bid-unbid (no ABI/address/args lookup required).
  • Added auction preflight checks (auction-open state, minimum bid, balance, allowance) and race-safe recheck before submit.
  • Added optional GHST auto-approve flow via --auto-approve.
  • Improved simulation revert output with structured reason codes (INSUFFICIENT_ALLOWANCE, BID_BELOW_START, AUCTION_STATE_CHANGED).
  • Added profile-level env file support (bootstrap --env-file) and Bankr env auto-discovery diagnostics.

Published to npm as aavegotchi-cli@0.2.5.

v0.2.3

27 Feb 07:48

Choose a tag to compare

Fixed

  • Bankr signer now sends the minimal /agent/submit transaction schema.
  • Removed unsupported Bankr submit payload fields: from, gas, nonce, maxFeePerGas, maxPriorityFeePerGas, and description.
  • Added regression tests to ensure unsupported gas/fee fields are not sent.

v0.2.2

27 Feb 07:30

Choose a tag to compare

Added

  • Command-targeted help (ag --help, ag <command> --help, ag help <command>).
  • Mapped-write help now includes mapped function name, required flags, and dry-run pattern.
  • ABI-derived signature and input introspection for mapped help when --abi-file is provided.
  • Unknown-command suggestions in UNKNOWN_COMMAND error details.
  • CLI UX audit report (docs/ux/cli-ux-audit-2026-02-27.md).
  • Native Bankr signer backend:
    • signer spec: bankr[:address|apiKeyEnv|apiUrl]
    • default auth env var: BANKR_API_KEY
    • default API URL: https://api.bankr.bot
    • wallet auto-resolution via GET /agent/me
    • transaction submit via POST /agent/submit
  • Bootstrap overrides for Bankr:
    • --signer-address
    • --signer-auth-env-var

Changed

  • Stub namespace errors now include mapped command options for the requested root.