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
11 changes: 0 additions & 11 deletions .changeset/cli-x402-refactor.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

## 1.1.0

### Patch Changes

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

## 1.0.0

### Major 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": "1.0.0",
"version": "1.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

## 1.1.0

## 1.0.0

### Major Changes
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": "1.0.0",
"version": "1.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

## 1.1.0

## 1.0.0

### Major Changes
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": "1.0.0",
"version": "1.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/schemes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @agentaos/engine

## 1.1.0

### Patch Changes

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

## 1.0.0

### Major 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": "1.0.0",
"version": "1.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

## 1.1.0

### Patch Changes

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

## 1.0.0

### Major 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": "1.0.0",
"version": "1.1.0",
"description": "SDK for threshold signing — the key never exists",
"license": "Apache-2.0",
"author": "AgentaOS <hello@agentaos.ai>",
Expand Down
19 changes: 19 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# agentaos

## 1.1.0

### Minor Changes

- [#19](https://github.com/AgentaOS/agentaos/pull/19) [`62ad7d8`](https://github.com/AgentaOS/agentaos/commit/62ad7d8e46c760527cd740d31d85a652e4606473) Thanks [@PancheI](https://github.com/PancheI)! - Split init into create/import, add x402 CLI commands, add switch

- `agenta sub create` / `agenta sub import` replace `agenta sub init`
- `agenta sub switch` to change active sub-account
- `agenta sub x402 check/discover/fetch` for x402 payment protocol
- `--json` flag on all commands for AI-parseable output
- Non-interactive CLI (no prompts, flags only)

### Patch Changes

- Updated dependencies []:
- @agentaos/core@1.1.0
- @agentaos/engine@1.1.0
- @agentaos/sdk@1.1.0

## 1.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": "1.0.0",
"version": "1.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