clawdi 0.13.87 → 0.13.89

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawdi",
3
- "version": "0.13.87",
3
+ "version": "0.13.89",
4
4
  "description": "iCloud for AI Agents — cross-agent sessions, skills, memory, and vault.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -110,6 +110,14 @@ to an authorized runtime:
110
110
  Use the live schemas from the `clawdi` MCP server as authoritative; the local
111
111
  stdio command only transports the protocol.
112
112
 
113
+ ## Wallet Funding
114
+
115
+ Use `clawdi wallet status --json` to inspect the authenticated Wallet balance, verified
116
+ binding, and x402 readiness. Binding and Base USDC top-up are available only through the
117
+ browser wallet surface; Clawdi does not store the payment private key. Ask the user to fund
118
+ there. Command-line spending requires a future owner-only or hardware signer authority and is not
119
+ available.
120
+
113
121
  ## Connectors
114
122
 
115
123
  Use the Composio Tool Router meta-tools returned by `tools/list` on the `clawdi` MCP server.
@@ -59,6 +59,14 @@ The metadata tools never return plaintext secret values. Preserve exact referenc
59
59
  Vault mutation is not an Agent MCP capability. Ask the user to manage Vault data through an
60
60
  authorized human-facing surface; never call raw HTTP or invent an unavailable tool.
61
61
 
62
+ ## Wallet Funding
63
+
64
+ Use `clawdi wallet status --json` to inspect the authenticated Wallet balance, verified
65
+ binding, and x402 readiness. Binding and Base USDC top-up are available only through the
66
+ browser wallet surface; Clawdi does not store the payment private key. Ask the user to fund
67
+ there. Command-line spending requires a future owner-only or hardware signer authority and is not
68
+ available.
69
+
62
70
  ## Connectors
63
71
 
64
72
  Use the Composio Tool Router meta-tools returned by `tools/list` on the `clawdi` MCP server.