@alfe.ai/openclaw-mobile 0.0.12 → 0.0.13

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.
@@ -3,6 +3,17 @@
3
3
  "name": "Mobile",
4
4
  "description": "Outbound SMS and phone calls via Twilio",
5
5
  "entry": "./dist/plugin.js",
6
+ "activation": { "onStartup": false },
7
+ "contracts": {
8
+ "tools": [
9
+ "mobile_send_sms",
10
+ "mobile_call",
11
+ "mobile_search_numbers",
12
+ "mobile_assign_number",
13
+ "mobile_get_number",
14
+ "mobile_release_number"
15
+ ]
16
+ },
6
17
  "configSchema": {
7
18
  "type": "object",
8
19
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/openclaw-mobile",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "OpenClaw mobile plugin for Alfe — phone number management, SMS, and calls via Twilio",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",