changesets: Release / Deploy - #136
Merged
Merged
Conversation
0xpolygon-changesets-release-bot
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 10:48
bd084a5 to
28a82bf
Compare
0xpolygon-changesets-release-bot
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 11:10
28a82bf to
c30cf0e
Compare
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.13.0
Minor Changes
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).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.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.@polygonlabs/agentconnect-ui@0.0.1
Patch Changes
8be6b13: Show a get-started screen when the dashboard is opened without a wallet deep link. Instead of "Open this page from the polygon-agent CLI", it now displays the skill install command (
npx skills add https://github.com/0xPolygon/polygon-agent-cli) and the starter prompt "set up a Polygon Agent for me", each with a copy button.Also serve the agent skills from this deployment: the build now copies the repo
skills/tree intodist/, so the Cloudflare worker servesSKILL.md,polygon-agent-cli/SKILL.md,polygon-defi/SKILL.md,polygon-discovery/SKILL.md, andpolygon-polymarket/SKILL.mdatagentconnect.polygon.technology(previously served only by the retired connector-ui). The dashboard's main skill link now points at the canonicalpolygon-agent-cli/SKILL.md.c43a308: Serve the canonical skill at the legacy root URL. The build now aliases
polygon-agent-cli/SKILL.mdto/SKILL.mdin the deployed assets, sohttps://agentconnect.polygon.technology/SKILL.mdreturns the skill markdown (200) instead of falling back to the SPAindex.html. Deploy-only copy; the reposkills/tree is unchanged, sonpx skills addstill lists one canonical skill.