Skip to content

Releases: 0xPolygon/polygon-agent-cli

@polygonlabs/agent-cli@0.7.1

14 Apr 17:18
fb39dc0

Choose a tag to compare

What's Changed

  • fix(release): use create: event for tag trigger instead of push: tags: by @MaximusHaximus in #76
  • fix(shared): publish agent-shared to npm so agent-cli installs correctly by @JamesLawton in #77

Full Changelog: https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-cli@0.7.0...@polygonlabs/agent-cli@0.7.1

@polygonlabs/agent-cli@0.7.0

14 Apr 15:56
ee3df79

Choose a tag to compare

What's Changed

  • chore: Update linting (eslint v10 / @polygonlabs/apps-team-lint v1.0.0) by @MaximusHaximus in #61
  • fix(connector-ui): extend session deadline to 6 months by @JamesLawton in #62
  • feat: v2 relay session handoff — replace cloudflared tunnel with Durable Object relay + 6-digit code by @JamesLawton in #63
  • fix(connector-ui): add SESSION_RELAY DO bindings to staging and production envs by @JamesLawton in #65
  • Feat/v2 relay session by @JamesLawton in #66
  • Feat/v2 relay session by @JamesLawton in #67
  • chore(lint): migrate to apps-team-lint v2 by @MaximusHaximus in #64
  • docs(skills): review and improve SKILL.md clarity by @JamesLawton in #68
  • feat(connector-ui): replace use cases with x402 catalog services by @JamesLawton in #69
  • feat: refactor skills into sub-skill files by use-case by @AkshatGada in #70
  • Merge to main and publish release by @JamesLawton in #71
  • fix(ci): use GitHub App bot identity for verified release commits by @JamesLawton in #72
  • ci(release): fix unsigned commits by creating version commits via GitHub API by @MaximusHaximus in #73
  • fix(release): use GraphQL createCommitOnBranch for signed commits by @MaximusHaximus in #74
  • fix(release): fix tag idempotency check and recovery from partial tag creation by @MaximusHaximus in #75

Full Changelog: https://github.com/0xPolygon/polygon-agent-cli/compare/@polygonlabs/agent-cli@0.3.0...@polygonlabs/agent-cli@0.7.0

@polygonlabs/agent-cli@0.3.0

17 Mar 10:06

Choose a tag to compare

0.3.0 (2026-03-17)

Bug Fixes

  • add missing @polymarket/order-utils dependency (54fe8a2)
  • bump sequence SDK to beta.17 for counterfactual wallet support (879e06f)
  • resolve file system race condition in polymarket key storage (bf12021)

Features

  • polymarket: port polymarket feature to TypeScript (1a67055)
  • polymarket: port to TypeScript, fix factory routing, update docs (48f8636)

@polygonlabs/agent-connector-ui@1.0.2

05 Mar 00:27

Choose a tag to compare

1.0.2 (2026-03-05)

Bug Fixes

  • publish: add repository field to package.json files (b037364)

@polygonlabs/agent-cli@0.2.2

05 Mar 00:53

Choose a tag to compare

0.2.2 (2026-03-05)

Bug Fixes

  • agent: handle empty clients list in reputation command (4a95561)

@polygonlabs/agent-cli@0.2.1

05 Mar 00:27

Choose a tag to compare

0.2.1 (2026-03-05)

Bug Fixes

  • publish: add repository field to package.json files (b037364)

@polygonlabs/agent-connector-ui@1.0.1

04 Mar 23:19

Choose a tag to compare

1.0.1 (2026-03-04)

Note: Version bump only for package @polygonlabs/agent-connector-ui

@polygonlabs/agent-cli@0.2.0

04 Mar 23:19

Choose a tag to compare

0.2.0 (2026-03-04)

Bug Fixes

  • dapp-client: use getAndClear methods instead of save(null) (6331f98)
  • release: reset version to 0.1.2 and drop --conventional-graduate (73ad183)
  • swap: poll waitIntentReceipt until done instead of single call (e815bc6)
  • swap: use correct property path for intent status in timeout error (ab88ba8)
  • wallet: auto-whitelist ValueForwarder and Trails contracts at session creation (adc302a)
  • wallet: remove Trails deposit contracts from auto-whitelist (aeb78ca)

Features

  • add version to cli commands (5aa2d75)
  • cli: convert polygon-agent-cli from JavaScript to TypeScript + yargs (186044d)
  • cli: show help when command is called without required subcommand (8b87c5e)
  • cli: show subcommands in root --help descriptions (9a7c390)