@mmmbuto/masix 0.3.8 → 0.4.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 CHANGED
@@ -4,7 +4,7 @@ Official Termux package for MasiX (MIT).
4
4
 
5
5
  MasiX is an AI-friendly modular assistant runtime in Rust, optimized for smartphone (Termux/Android) and compatible with Linux/macOS.
6
6
 
7
- Current package line: `0.3.8`.
7
+ Current package line: `0.4.0`.
8
8
 
9
9
  ## Function Summary
10
10
 
@@ -18,9 +18,9 @@ Current package line: `0.3.8`.
18
18
  - Guarded command execution (`/exec`, `/termux`) with allowlists
19
19
  - Termux boot automation (`masix termux boot enable|disable|status`)
20
20
  - Optional local STT via whisper.cpp (`masix config stt`)
21
- - Optional modules can be installed from server catalog or local `.pkg`
21
+ - Optional modules can be installed from local `.pkg`
22
22
  - SOUL.md startup memory context
23
- - Startup auto-update check/apply with configurable toggle in `config.toml` (`[updates]`)
23
+ - Startup update checks are available on demand via `masix check-update`
24
24
 
25
25
  ## Install (Termux)
26
26
 
@@ -78,7 +78,7 @@ masix stats
78
78
  ## Branding
79
79
 
80
80
  <p>
81
- Copyright (c) 2026 WellaNet.Dev<br>
81
+ Copyright (c) 2026 Davide A. Guglielmi<br>
82
82
  Made in Italy 🇮🇹
83
83
  </p>
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/masix",
3
- "version": "0.3.8",
3
+ "version": "0.4.0",
4
4
  "description": "Termux-first MIT automation runtime (Telegram, MCP, Cron) with optional in-core STT",
5
5
  "main": "check-update.js",
6
6
  "files": [
package/prebuilt/masix CHANGED
Binary file