From e2d992d5024b308596e4cc4c18d612e53f1fa163 Mon Sep 17 00:00:00 2001 From: "Panche I." Date: Thu, 26 Mar 2026 00:23:20 +0100 Subject: [PATCH] chore: add changesets for v1.0.0 release --- .changeset/mcp-payment-tools.md | 19 +++++++++++++++++++ .changeset/pay-sdk-patch.md | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 .changeset/mcp-payment-tools.md create mode 100644 .changeset/pay-sdk-patch.md diff --git a/.changeset/mcp-payment-tools.md b/.changeset/mcp-payment-tools.md new file mode 100644 index 0000000..55fee23 --- /dev/null +++ b/.changeset/mcp-payment-tools.md @@ -0,0 +1,19 @@ +--- +"agentaos": major +"@agentaos/core": major +"@agentaos/crypto": major +"@agentaos/engine": major +"@agentaos/chains": major +"@agentaos/sdk": major +--- + +Device-code CLI login, MCP payment tools, CLI restructure + +- `agenta login` opens browser for authentication + wallet activation +- `agenta pay checkout/get/list` — create and manage payment checkouts +- `agenta sub` namespace — all sub-account commands (init, send, balance, policies, etc.) +- `agenta status` — full account overview with `--json` mode for AI agents +- Non-interactive `agenta sub init --create/--import` with flag-based interface +- Auto-refresh JWT on expiry or scope upgrade +- MCP: 3 new payment tools (create_checkout, get_checkout, list_checkouts) — 21 total +- All commands support `--json` for machine-readable output diff --git a/.changeset/pay-sdk-patch.md b/.changeset/pay-sdk-patch.md new file mode 100644 index 0000000..20d5f92 --- /dev/null +++ b/.changeset/pay-sdk-patch.md @@ -0,0 +1,5 @@ +--- +"@agentaos/pay": patch +--- + +Add supportedNetworks to CreateCheckoutParams, dual auth (JWT + API key) support