@mmmbuto/masix 0.1.0-beta.4 → 0.1.0-beta.6

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.

Potentially problematic release.


This version of @mmmbuto/masix might be problematic. Click here for more details.

package/README.md CHANGED
@@ -9,6 +9,9 @@ MasiX is a Rust-first messaging automation runtime inspired by OpenClaw, focused
9
9
  - Telegram bot automation with interactive inline menus
10
10
  - Real MCP tool-calling flow through OpenAI-compatible providers
11
11
  - Natural-language reminder scheduling (cron persistence)
12
+ - Cron scope isolation per bot/account (`account_tag`)
13
+ - Guarded command execution (`/exec`, `/termux`) with allowlists
14
+ - Termux boot automation (`masix termux boot enable|disable|status`)
12
15
  - Optional WhatsApp and SMS integrations
13
16
  - SOUL.md startup memory context
14
17
 
@@ -34,12 +37,21 @@ masix start
34
37
  ```bash
35
38
  masix start
36
39
  masix config show
40
+ masix config validate
37
41
  masix cron add 'domani alle 9 "Daily check"'
38
42
  masix cron list
39
43
  masix cron cancel 1
44
+ masix cron list --account-tag 123456789
45
+ masix termux boot status
40
46
  masix stats
41
47
  ```
42
48
 
49
+ ## Runtime Chat Commands
50
+
51
+ - `/cron ...`, `/cron list`, `/cron cancel <id>`
52
+ - `/exec <allowlisted-command>`
53
+ - `/termux info|battery|cmd <termux-command>|boot on|off|status`
54
+
43
55
  ## Notes
44
56
 
45
57
  - This package targets Android + arm64 (Termux environments)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/masix",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.6",
4
4
  "description": "MIT Messaging Agent for Termux - Telegram, WhatsApp, SMS with MCP + Cron",
5
5
  "main": "index.js",
6
6
  "files": [
package/prebuilt/masix CHANGED
Binary file