@waiaas/cli 2.12.0-rc.8 → 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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ graph LR
|
|
|
69
69
|
- **@waiaas/cli** — Command-line interface
|
|
70
70
|
- **@waiaas/admin** — Preact-based Admin Web UI
|
|
71
71
|
- **@waiaas/wallet-sdk** — Wallet Signing SDK for wallet app integration
|
|
72
|
-
- **@waiaas/push-relay** — Push Relay Server (
|
|
72
|
+
- **@waiaas/push-relay** — Push Relay Server (daemon → Pushwoosh/FCM native push)
|
|
73
73
|
- **@waiaas/skills** — Pre-built `.skill.md` instruction files for AI agents
|
|
74
74
|
|
|
75
75
|
See [Architecture](docs/architecture.md) for the full technical deep-dive.
|
|
@@ -179,7 +179,7 @@ Access the admin panel at `http://127.0.0.1:3100/admin` with your master passwor
|
|
|
179
179
|
- **Wallets** -- Create, manage, and monitor wallets across chains; RPC endpoints, balance monitoring, and WalletConnect settings
|
|
180
180
|
- **Sessions** -- Issue and revoke agent session tokens; session lifetime and rate limit settings
|
|
181
181
|
- **Policies** -- Configure 12 policy types with visual form editors; default deny and tier settings
|
|
182
|
-
- **Notifications** -- Channel status and delivery logs; Telegram, Discord,
|
|
182
|
+
- **Notifications** -- Channel status and delivery logs; Telegram, Discord, and Slack settings
|
|
183
183
|
- **Security** -- Kill Switch emergency controls, AutoStop protection rules, JWT rotation
|
|
184
184
|
- **System** -- API keys, display currency, price oracle, rate limits, log level, and daemon shutdown
|
|
185
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",
|