changesets: Release / Deploy - #132
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@polygonlabs/agent-cli@0.12.0
Minor Changes
Zero-setup onboarding:
agent wallet loginis now the entire setup.agentis the primary command. The CLI ships asagent(withpolygon-agentkept as a long-form alias), so onboarding isagent wallet login.wallet loginopens a branded login page (agentconnect) where the user chooses Google or email; email one-time codes are entered on the page. It works whether the browser and the CLI are on the same machine or different ones, so there is no separate remote mode.--localkeeps the previous loopback flow (raw Google URL plus localhost callback);--remoteis a deprecated no-op.~/.polygon-agent/builder.json. Provisioning is best-effort: a failure never fails the login and retries on the nextwallet login. Point at your own project withOMS_PUBLISHABLE_KEY(renamed fromSEQUENCE_PUBLISHABLE_KEY) orsetup --oms-publishable-key.fundcommand and the dashboard's Add funds button open the Trails funding widget directly. Relay and login-page URLs default to the production deployments and can be overridden withPOLYGON_AGENT_OIDC_RELAYandPOLYGON_AGENT_LOGIN_UI.Sessions and all downstream commands are unchanged, and existing sessions keep working until they expire.
dd75624: Migrate the embedded wallet to
@polygonlabs/oms-wallet, the renamed and updated successor to@0xsequence/typescript-sdk. InternallyOMSClientbecomesOMSWallet, with the same constructor shape and the same.wallet/.indexersub-clients.Node 22+ is now required (was Node 20+). Update your runtime before upgrading.
The Google leg of
wallet loginis re-architected onto the SDK's OMS relay: our own OAuth-capture endpoints are gone, and the OMS relay now handles the Google callback directly and returns the browser to the agentconnect login page to finish pairing with the CLI. This is an internal re-architecture with no user-facing behavior change beyond the Node floor:wallet loginstill opens the same login page, still lets you choose Google or email, and sessions still last about a week.Email login, transactions, and balances are unchanged.
Patch Changes
54b37bd: Refresh the x402 discovery skill (polygon-discovery) to the current Agentic Services catalog, and fix x402 payment-option selection.
Skill: replaces the retired x402 bazaar endpoints with the live services on agentic-services.polygon.technology — Exa, SearchApi, Firecrawl, NewsAPI, NVIDIA NIM Llama 3.3/3.2, OpenRouter, Browserbase, Resend, Allium (9 endpoints), AgentMail (6), and QuickNode RPC across 16 chains — each with exact routes/URLs and prices, plus a pointer to the live
/api/discover/routescatalog. Updates the x402 example lists in the root and CLI skills.Fixes to
x402-pay:--chain), so a call settles ~$0.001 on Polygon instead of on a testnet.Content-Type: application/jsonwhen a--bodyis provided and no content-type was given, so proxied POST services (Exa, Firecrawl, NVIDIA NIM, Resend, Browserbase, OpenRouter) receive a parseable body instead of rejecting it.All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
0.11.0 (2026-06-09)
Features
callcommand for arbitrary contract calls (af8225f)