Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/agentaos-cli-mcp-parity.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pay-golive-account-review.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @agentaos/chains

## 3.1.0

### Patch Changes

- Updated dependencies []:
- @agentaos/core@3.1.0

## 3.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/chains",
"version": "3.0.0",
"version": "3.1.0",
"description": "Ethereum chain adapter for AgentaOS threshold wallet",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @agentaos/core

## 3.1.0

## 3.0.0

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Type definitions and interfaces for AgentaOS threshold wallet",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
2 changes: 2 additions & 0 deletions packages/mpc-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @agentaos/crypto

## 3.1.0

## 3.0.0

## 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/mpc-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/crypto",
"version": "3.0.0",
"version": "3.1.0",
"description": "CGGMP24 threshold ECDSA WASM module for AgentaOS",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
8 changes: 8 additions & 0 deletions packages/pay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agentaos/pay

## 2.3.0

### Minor Changes

- [#45](https://github.com/AgentaOS/agentaos/pull/45) [`967b34f`](https://github.com/AgentaOS/agentaos/commit/967b34f2a90e20e096ececf2379c980aa562eb8f) Thanks [@PancheI](https://github.com/PancheI)! - Add `goLive.get()` and `accountReview.get/submit/resubmit/requestAudit()` so the CLI and the MCP tools share one client for onboarding.
Add the `orgId` client option: a session-token user who belongs to several organizations names the one to act for, and it goes on every request as `?orgId=`.
Export the plan-change types (`PlanChangePreview`, `ChangePlanParams`, `ChangePlanResult`, `PlanChangeDirection`, `PendingPlanChange`) that `subscriptions.previewPlanChange/changePlan` already return.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/pay",
"version": "2.2.0",
"version": "2.3.0",
"description": "AgentaOS Payment SDK — accept regulated stablecoin payments programmatically",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
8 changes: 8 additions & 0 deletions packages/schemes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agentaos/engine

## 3.1.0

### Patch Changes

- Updated dependencies []:
- @agentaos/core@3.1.0
- @agentaos/crypto@3.1.0

## 3.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schemes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/engine",
"version": "3.0.0",
"version": "3.1.0",
"description": "CGGMP24 threshold ECDSA signing scheme (WASM)",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
8 changes: 8 additions & 0 deletions packages/signer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agentaos/sdk

## 3.1.0

### Patch Changes

- Updated dependencies []:
- @agentaos/core@3.1.0
- @agentaos/engine@3.1.0

## 3.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agentaos/sdk",
"version": "3.0.0",
"version": "3.1.0",
"description": "SDK for threshold signing — the key never exists",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
11 changes: 11 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# agentaos

## 3.1.0

### Minor Changes

- [#45](https://github.com/AgentaOS/agentaos/pull/45) [`967b34f`](https://github.com/AgentaOS/agentaos/commit/967b34f2a90e20e096ececf2379c980aa562eb8f) Thanks [@PancheI](https://github.com/PancheI)! - The CLI and the MCP server are one operations catalogue: every command is a tool (19), with merchant-readable output on both. New tools: status, audit, verify, products, invoices; `registerAgentaTools` (alias `registerPayTools`).

### Patch Changes

- Updated dependencies [[`967b34f`](https://github.com/AgentaOS/agentaos/commit/967b34f2a90e20e096ececf2379c980aa562eb8f)]:
- @agentaos/pay@2.3.0

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agentaos",
"version": "3.0.0",
"version": "3.1.0",
"description": "AgentaOS — CLI + MCP server for threshold signing. The key never exists.",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
Loading