@polygonlabs/agent-cli@0.13.0
·
4 commits
to main
since this release
Minor Changes
- 5377af6: Add a persisted transaction mode and flatten the ERC-8004 command group.
- New
agent mode [auto|dry-run]:automakes write commands broadcast immediately; the defaultdry-runkeeps the preview-first behavior.--dry-runon any write command forces a preview regardless of mode.wallet loginasks once (interactive prompt on a TTY,modePromptfield in the JSON output otherwise). - BREAKING: the
agent agent *group is removed. Use top-levelregister,identity(replacesagent 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:
reputationandreviewsno longer crash with "Cannot assign to read only property '0'" (frozen ethers Result passed back into a contract call), andreputationno longer fails to serialize a BigInt decimals field.
- New