Skip to content

chore: version packages - #42

Merged
PancheI merged 1 commit into
mainfrom
changeset-release/main
Sep 9, 2026
Merged

PancheI merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

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

agentaos@3.0.0

Major Changes

  • #41 828f3eb Thanks @PancheI! - The agentaos / agenta CLI is now the merchant's CLI and MCP server for AgentaOS payments.

    • Removed the self-custody crypto-wallet surface: send, sign, balance, receive, deploy, x402, signer and network management, and the seventeen token-moving MCP tools. Scripts that relied on them must pin agentaos@2.
    • The CLI now covers onboarding and money: login (browser approval), status, audit, verify, products, pay, subscriptions.
    • The MCP server (run the binary with no arguments from an agent) exposes the seven agenta_pay_* tools against AGENTAOS_GATEWAY_KEY; the same tools are exported as agentaos/mcp (registerPayTools(server, getClient)) for hosted servers.
    • A refused key tells the merchant it may have been revoked in AgentaOS and how to reconnect.

Patch Changes

@agentaos/pay@2.2.0

Minor Changes

  • #35 5f52799 Thanks @PancheI! - Add subscriptions.invoices(id) and expose linkId / cancel fields on Subscription so a logged-in SaaS can match a product, list billing history, and cancel.

  • #37 0b3489a Thanks @PancheI! - Add livemode to webhook payloads and type the subscription webhook events.

    • Every WebhookEvent data now carries livemode: boolean (true = live mode, false = test mode) — the account-mode signal. This replaces the previous chain-specific testnet field, which was meaningless for card/bank rails; use network for the chain/rail.
    • New SubscriptionData type and five subscription.* events on the WebhookEvent union: subscription.created, subscription.renewed, subscription.payment_failed, subscription.updated, subscription.canceled.

Patch Changes

  • #36 0d4ab68 Thanks @PancheI! - Make webhooks.verify() errors self-explaining for the most common integration mistake — passing a parsed body instead of the raw request bytes. A non-string/Buffer payload (e.g. req.body after express.json()) now throws an actionable message pointing at express.raw(), and a genuine signature mismatch asks whether the raw body was used, mirroring Stripe's hint. No change to the verification algorithm.

@agentaos/chains@3.0.0

Patch Changes

  • Updated dependencies []:
    • @agentaos/core@3.0.0

@agentaos/engine@3.0.0

Patch Changes

  • Updated dependencies []:
    • @agentaos/core@3.0.0
    • @agentaos/crypto@3.0.0

@agentaos/sdk@3.0.0

Patch Changes

  • Updated dependencies []:
    • @agentaos/core@3.0.0
    • @agentaos/engine@3.0.0

@agentaos/core@3.0.0

@agentaos/crypto@3.0.0

@agentaos/mcp-remote@0.1.1

Patch Changes

@PancheI
PancheI merged commit 8ea3a79 into main Sep 9, 2026
1 check passed
@PancheI
PancheI deleted the changeset-release/main branch September 9, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant