@waiaas/cli 2.12.0-rc.7 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](#)
|
|
9
|
+
[](https://glama.ai/mcp/servers/minhoyoo-iotrust/WAIaaS)
|
|
9
10
|
|
|
10
11
|
A self-hosted wallet daemon that lets AI agents perform on-chain transactions securely -- while the owner keeps full control of funds.
|
|
11
12
|
|
|
@@ -68,7 +69,7 @@ graph LR
|
|
|
68
69
|
- **@waiaas/cli** — Command-line interface
|
|
69
70
|
- **@waiaas/admin** — Preact-based Admin Web UI
|
|
70
71
|
- **@waiaas/wallet-sdk** — Wallet Signing SDK for wallet app integration
|
|
71
|
-
- **@waiaas/push-relay** — Push Relay Server (
|
|
72
|
+
- **@waiaas/push-relay** — Push Relay Server (daemon → Pushwoosh/FCM native push)
|
|
72
73
|
- **@waiaas/skills** — Pre-built `.skill.md` instruction files for AI agents
|
|
73
74
|
|
|
74
75
|
See [Architecture](docs/architecture.md) for the full technical deep-dive.
|
|
@@ -178,7 +179,7 @@ Access the admin panel at `http://127.0.0.1:3100/admin` with your master passwor
|
|
|
178
179
|
- **Wallets** -- Create, manage, and monitor wallets across chains; RPC endpoints, balance monitoring, and WalletConnect settings
|
|
179
180
|
- **Sessions** -- Issue and revoke agent session tokens; session lifetime and rate limit settings
|
|
180
181
|
- **Policies** -- Configure 12 policy types with visual form editors; default deny and tier settings
|
|
181
|
-
- **Notifications** -- Channel status and delivery logs; Telegram, Discord,
|
|
182
|
+
- **Notifications** -- Channel status and delivery logs; Telegram, Discord, and Slack settings
|
|
182
183
|
- **Security** -- Kill Switch emergency controls, AutoStop protection rules, JWT rotation
|
|
183
184
|
- **System** -- API keys, display currency, price oracle, rate limits, log level, and daemon shutdown
|
|
184
185
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waiaas/cli",
|
|
3
|
-
"version": "2.12.0
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "WAIaaS CLI - command-line interface for managing the wallet daemon",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"qrcode": "^1.5.4",
|
|
34
34
|
"better-sqlite3": "^11.9.1",
|
|
35
35
|
"semver": "^7.7.4",
|
|
36
|
-
"@waiaas/core": "2.12.0
|
|
37
|
-
"@waiaas/daemon": "2.12.0
|
|
36
|
+
"@waiaas/core": "2.12.0",
|
|
37
|
+
"@waiaas/daemon": "2.12.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@hono/node-server": "^1.19.9",
|