@mmmbuto/masix 0.1.2-rc → 0.1.3-rc

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
@@ -10,6 +10,8 @@ MasiX is a Rust-first messaging automation runtime inspired by OpenClaw, focused
10
10
  - Real MCP tool-calling flow through OpenAI-compatible providers
11
11
  - Natural-language reminder scheduling (cron persistence)
12
12
  - Cron scope isolation per bot/account (`account_tag`)
13
+ - Workdir isolation per Telegram account
14
+ - User memory isolation with per-user catalog (`meta.json`)
13
15
  - Guarded command execution (`/exec`, `/termux`) with allowlists
14
16
  - Termux boot automation (`masix termux boot enable|disable|status`)
15
17
  - Optional WhatsApp and SMS integrations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/masix",
3
- "version": "0.1.2-rc",
3
+ "version": "0.1.3-rc",
4
4
  "description": "MIT Messaging Agent for Termux - Telegram, WhatsApp, SMS with MCP + Cron",
5
5
  "main": "check-update.js",
6
6
  "files": [
package/prebuilt/masix CHANGED
Binary file