Skip to content

@polygonlabs/agent-cli@0.13.0

Choose a tag to compare

@0xpolygon-changesets-release-bot 0xpolygon-changesets-release-bot released this 24 Jul 11:19
· 4 commits to main since this release
0b9c8b8

Minor Changes

  • 5377af6: Add a persisted transaction mode and flatten the ERC-8004 command group.
    • New agent mode [auto|dry-run]: auto makes write commands broadcast immediately; the default dry-run keeps the preview-first behavior. --dry-run on any write command forces a preview regardless of mode. wallet login asks once (interactive prompt on a TTY, modePrompt field in the JSON output otherwise).
    • BREAKING: the agent agent * group is removed. Use top-level register, identity (replaces agent agent wallet + agent agent metadata), reputation, reviews, feedback. The hidden legacy aliases (register, agent-wallet, agent-metadata, reputation, give-feedback, read-feedback) and their interactive handlers are also removed.
    • Fix: reputation and reviews no longer crash with "Cannot assign to read only property '0'" (frozen ethers Result passed back into a contract call), and reputation no longer fails to serialize a BigInt decimals field.