@kl-c/matrixos 0.1.1 → 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 +6 -2
- package/bin/matrixos.js +6 -15
- 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
|
|
|
@@ -12,7 +12,11 @@ bunx @kl-c/matrixos install
|
|
|
12
12
|
|
|
13
13
|
The interactive setup wizard walks you through provider selection, config generation, and OpenCode plugin registration.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Runtime model (no separate platform binaries)
|
|
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** 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
|
+
|
|
19
|
+
## What's in v0.1.1
|
|
16
20
|
|
|
17
21
|
### 16 agents
|
|
18
22
|
**Morpheus** (orchestrator) · **Neo** (junior) · **Tank** · **The Oracle** · **The Keymaker** · **Agent Smith** · **The Operator** · **Ghost** · **Link** · **The Analyst** · **Trinity** (design) · **Cypher** (SEO/copy) · **Sentinel** (QA) · **Mouse** (docs) · **Dreamer** (memory) · **Architect** (self-improvement).
|
package/bin/matrixos.js
CHANGED
|
@@ -172,12 +172,12 @@ function main() {
|
|
|
172
172
|
})
|
|
173
173
|
.filter((entry) => entry !== null);
|
|
174
174
|
|
|
175
|
-
|
|
175
|
+
if (resolvedBinaries.length === 0) {
|
|
176
176
|
// MaTrixOS runs without a separately-published platform binary:
|
|
177
|
-
//
|
|
177
|
+
// the bundled CLI (dist/cli/index.js) is launched via bun, the only
|
|
178
|
+
// supported runtime (see README "Runtime model").
|
|
178
179
|
const wrapperRoot = getWrapperPackageRoot();
|
|
179
180
|
const localCli = join(wrapperRoot, "dist", "cli", "index.js");
|
|
180
|
-
const localNodeCli = join(wrapperRoot, "dist", "cli-node", "index.js");
|
|
181
181
|
|
|
182
182
|
if (existsSync(localCli)) {
|
|
183
183
|
const fallbackEnv = {
|
|
@@ -194,21 +194,12 @@ function main() {
|
|
|
194
194
|
if (bunResult.signal) process.exit(getSignalExitCode(bunResult.signal));
|
|
195
195
|
process.exit(bunResult.status ?? 1);
|
|
196
196
|
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
stdio: "inherit",
|
|
200
|
-
env: fallbackEnv,
|
|
201
|
-
});
|
|
202
|
-
if (!nodeResult.error) {
|
|
203
|
-
if (nodeResult.signal) process.exit(getSignalExitCode(nodeResult.signal));
|
|
204
|
-
process.exit(nodeResult.status ?? 1);
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
console.error(`\noh-my-opencode: No runtime available to launch the bundled CLI.`);
|
|
208
|
-
console.error(` Install bun (https://bun.sh) or node, then retry.\n`);
|
|
197
|
+
console.error(`\noh-my-opencode: bun is required to run MaTrixOS but was not found.`);
|
|
198
|
+
console.error(` Install bun (https://bun.sh): curl -fsSL https://bun.sh/install | bash\n`);
|
|
209
199
|
process.exit(2);
|
|
210
200
|
}
|
|
211
201
|
|
|
202
|
+
|
|
212
203
|
console.error(`\noh-my-opencode: Platform binary not installed.`);
|
|
213
204
|
console.error(`\nYour platform: ${platform}-${arch}${libcFamily === "musl" ? "-musl" : ""}`);
|
|
214
205
|
console.error(`Expected packages (in order): ${packageCandidates.join(", ")}`);
|
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