Skip to content

Releases: Abstract-Foundation/agw-cli

@abstract-foundation/agw-cli v0.1.6

24 Mar 13:02
55e9873

Choose a tag to compare

Bug Fixes

  • Fix BigInt serialization crash when reading view/pure contract functions

@abstract-foundation/agw-cli v0.1.5

24 Mar 12:55
e04d06c

Choose a tag to compare

Bug Fixes

  • Critical: contract write now uses readContract (eth_call) for view/pure functions instead of sending transactions
  • Remove noisy "Loaded session for" log on every command

@abstract-foundation/agw-cli v0.1.4

24 Mar 12:44
45ff1a6

Choose a tag to compare

Bug Fixes

  • Fetch Privy app ID from companion app for production URLs (removes requirement for AGW_PRIVY_APP_ID env var)
  • Rename signer labels from "AGW MCP" to "AGW CLI"

@abstract-foundation/agw-cli v0.1.3

24 Mar 11:58
e82298f

Choose a tag to compare

Bug Fixes

  • Set User-Agent header on outbound fetches to bypass Cloudflare bot filter on abs.xyz
  • Fix --version output to match actual package version

@abstract-foundation/agw-cli v0.1.2

24 Mar 11:26
47f0313

Choose a tag to compare

Bug Fixes

  • Update companion app URL from mcp.abs.xyz to cli.abs.xyz
  • Fix onboarding 403 caused by redirect not being followed

@abstract-foundation/agw-cli v0.1.1

24 Mar 11:12
74ca8ea

Choose a tag to compare

Bug Fixes

  • Fix onboarding flow: fetch callback public key from companion app for all URLs instead of requiring manual env var setup
  • Rename AGW_MCP_CALLBACK_SIGNING_* env vars to AGW_CALLBACK_SIGNING_* for consistency

@abstract-foundation/agw-cli v0.1.0

24 Mar 09:58
dc09291

Choose a tag to compare

Initial public release of the AGW CLI.

Features:

  • Agent-first CLI for Abstract Global Wallet workflows
  • Built-in MCP server for Claude Code, Gemini, and other MCP hosts
  • Preview-first writes with --dry-run / --execute
  • Delegated session-key auth via companion app approval
  • 11 agent skills for safe CLI usage patterns
  • Schema introspection, pagination, and field trimming