Releases: aavegotchi/aavegotchi-cli
Releases · aavegotchi/aavegotchi-cli
v0.2.6
Highlights
- Removed the deprecated
gotchi-pointsCLI command family from the live command surface. - Removed mapped command
gotchi-points convert-alchemicaand its mapped defaults. - Updated help/README/parity docs to match live functionality.
Published to npm as aavegotchi-cli@0.2.6.
v0.2.5
Highlights
- Added first-class auction bidding commands:
auction bidandauction 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
Fixed
- Bankr signer now sends the minimal
/agent/submittransaction schema. - Removed unsupported Bankr submit payload fields:
from,gas,nonce,maxFeePerGas,maxPriorityFeePerGas, anddescription. - Added regression tests to ensure unsupported gas/fee fields are not sent.
v0.2.2
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-fileis provided. - Unknown-command suggestions in
UNKNOWN_COMMANDerror 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
- signer spec:
- Bootstrap overrides for Bankr:
--signer-address--signer-auth-env-var
Changed
- Stub namespace errors now include mapped command options for the requested root.