@kl-c/matrixos 0.1.2 → 0.1.3
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 +2 -2
- package/dist/cli/index.js +4 -4
- package/dist/cli-node/index.js +4 -4
- package/dist/index.js +4 -4
- package/dist/tui.js +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MaTrixOS
|
|
2
2
|
|
|
3
|
-
> **Version:** 0.1.
|
|
3
|
+
> **Version:** 0.1.2 (Phase 7 — release-ready) | **License:** Proprietary KL-Consulting | **Repo:** private (`shirofx/MaTrixOS`)
|
|
4
4
|
|
|
5
5
|
**MaTrixOS** is an agentic OS — an orchestration layer on top of [OpenCode](https://opencode.ai), built as a clean fork of [OMO (oh-my-openagent)](https://github.com/code-yeongyu/oh-my-openagent) v4.18.1. It extends OpenCode with **16 agents**, a **multi-platform messaging gateway** (Telegram / Discord / WhatsApp), a **business-profile system**, a **self-improvement learning loop**, and an **anti-loop watchdog** for resilience.
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ The interactive setup wizard walks you through provider selection, config genera
|
|
|
14
14
|
|
|
15
15
|
### Runtime model (no separate platform binaries)
|
|
16
16
|
|
|
17
|
-
MaTrixOS does **not** publish per-platform binary packages (e.g. `@kl-c/matrixos-linux-x64`). The launcher (`bin/matrixos.js`) runs the bundled CLI directly via **bun**
|
|
17
|
+
MaTrixOS does **not** publish per-platform binary packages (e.g. `@kl-c/matrixos-linux-x64`). The launcher (`bin/matrixos.js`) runs the bundled CLI directly via **bun** from this package's `dist/cli/index.js`. This keeps `bunx @kl-c/matrixos install` fully self-contained — no extra native binary download required. **Bun 1.3+ is the only supported runtime** (install: `curl -fsSL https://bun.sh/install | bash`).
|
|
18
18
|
|
|
19
19
|
## What's in v0.1.1
|
|
20
20
|
|
package/dist/cli/index.js
CHANGED
|
@@ -2145,7 +2145,7 @@ var package_default;
|
|
|
2145
2145
|
var init_package = __esm(() => {
|
|
2146
2146
|
package_default = {
|
|
2147
2147
|
name: "@kl-c/matrixos",
|
|
2148
|
-
version: "0.1.
|
|
2148
|
+
version: "0.1.3",
|
|
2149
2149
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2150
2150
|
main: "./dist/index.js",
|
|
2151
2151
|
types: "dist/index.d.ts",
|
|
@@ -9293,10 +9293,10 @@ var PRODUCT_IDENTITY, PLUGIN_NAME, LEGACY_PLUGIN_NAME, PUBLISHED_PACKAGE_NAME, A
|
|
|
9293
9293
|
var init_plugin_identity = __esm(() => {
|
|
9294
9294
|
init_src();
|
|
9295
9295
|
PRODUCT_IDENTITY = createProductIdentity({
|
|
9296
|
-
pluginName: "matrixos",
|
|
9296
|
+
pluginName: "@kl-c/matrixos",
|
|
9297
9297
|
legacyPluginName: "oh-my-openagent",
|
|
9298
|
-
publishedPackageName: "matrixos",
|
|
9299
|
-
acceptedPackageNames: ["matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9298
|
+
publishedPackageName: "@kl-c/matrixos",
|
|
9299
|
+
acceptedPackageNames: ["@kl-c/matrixos", "matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9300
9300
|
configBasename: "matrixos",
|
|
9301
9301
|
legacyConfigBasename: "oh-my-openagent",
|
|
9302
9302
|
logFileName: "matrixos.log",
|
package/dist/cli-node/index.js
CHANGED
|
@@ -2145,7 +2145,7 @@ var package_default;
|
|
|
2145
2145
|
var init_package = __esm(() => {
|
|
2146
2146
|
package_default = {
|
|
2147
2147
|
name: "@kl-c/matrixos",
|
|
2148
|
-
version: "0.1.
|
|
2148
|
+
version: "0.1.3",
|
|
2149
2149
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2150
2150
|
main: "./dist/index.js",
|
|
2151
2151
|
types: "dist/index.d.ts",
|
|
@@ -9293,10 +9293,10 @@ var PRODUCT_IDENTITY, PLUGIN_NAME, LEGACY_PLUGIN_NAME, PUBLISHED_PACKAGE_NAME, A
|
|
|
9293
9293
|
var init_plugin_identity = __esm(() => {
|
|
9294
9294
|
init_src();
|
|
9295
9295
|
PRODUCT_IDENTITY = createProductIdentity({
|
|
9296
|
-
pluginName: "matrixos",
|
|
9296
|
+
pluginName: "@kl-c/matrixos",
|
|
9297
9297
|
legacyPluginName: "oh-my-openagent",
|
|
9298
|
-
publishedPackageName: "matrixos",
|
|
9299
|
-
acceptedPackageNames: ["matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9298
|
+
publishedPackageName: "@kl-c/matrixos",
|
|
9299
|
+
acceptedPackageNames: ["@kl-c/matrixos", "matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9300
9300
|
configBasename: "matrixos",
|
|
9301
9301
|
legacyConfigBasename: "oh-my-openagent",
|
|
9302
9302
|
logFileName: "matrixos.log",
|
package/dist/index.js
CHANGED
|
@@ -9301,10 +9301,10 @@ var PRODUCT_IDENTITY, PLUGIN_NAME, LEGACY_PLUGIN_NAME, PUBLISHED_PACKAGE_NAME, A
|
|
|
9301
9301
|
var init_plugin_identity = __esm(() => {
|
|
9302
9302
|
init_src();
|
|
9303
9303
|
PRODUCT_IDENTITY = createProductIdentity({
|
|
9304
|
-
pluginName: "matrixos",
|
|
9304
|
+
pluginName: "@kl-c/matrixos",
|
|
9305
9305
|
legacyPluginName: "oh-my-openagent",
|
|
9306
|
-
publishedPackageName: "matrixos",
|
|
9307
|
-
acceptedPackageNames: ["matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9306
|
+
publishedPackageName: "@kl-c/matrixos",
|
|
9307
|
+
acceptedPackageNames: ["@kl-c/matrixos", "matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
9308
9308
|
configBasename: "matrixos",
|
|
9309
9309
|
legacyConfigBasename: "oh-my-openagent",
|
|
9310
9310
|
logFileName: "matrixos.log",
|
|
@@ -367926,7 +367926,7 @@ function getCachedVersion(options = {}) {
|
|
|
367926
367926
|
// package.json
|
|
367927
367927
|
var package_default = {
|
|
367928
367928
|
name: "@kl-c/matrixos",
|
|
367929
|
-
version: "0.1.
|
|
367929
|
+
version: "0.1.3",
|
|
367930
367930
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
367931
367931
|
main: "./dist/index.js",
|
|
367932
367932
|
types: "dist/index.d.ts",
|
package/dist/tui.js
CHANGED
|
@@ -5320,10 +5320,10 @@ var PRODUCT_IDENTITY, PLUGIN_NAME, LEGACY_PLUGIN_NAME, PUBLISHED_PACKAGE_NAME, A
|
|
|
5320
5320
|
var init_plugin_identity = __esm(() => {
|
|
5321
5321
|
init_src();
|
|
5322
5322
|
PRODUCT_IDENTITY = createProductIdentity({
|
|
5323
|
-
pluginName: "matrixos",
|
|
5323
|
+
pluginName: "@kl-c/matrixos",
|
|
5324
5324
|
legacyPluginName: "oh-my-openagent",
|
|
5325
|
-
publishedPackageName: "matrixos",
|
|
5326
|
-
acceptedPackageNames: ["matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
5325
|
+
publishedPackageName: "@kl-c/matrixos",
|
|
5326
|
+
acceptedPackageNames: ["@kl-c/matrixos", "matrixos", "oh-my-openagent", "oh-my-opencode"],
|
|
5327
5327
|
configBasename: "matrixos",
|
|
5328
5328
|
legacyConfigBasename: "oh-my-openagent",
|
|
5329
5329
|
logFileName: "matrixos.log",
|
package/package.json
CHANGED