@kl-c/matrixos 0.3.17 → 0.3.18
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/dist/cli/index.js +2 -2
- package/dist/cli-node/index.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -2163,7 +2163,7 @@ var package_default;
|
|
|
2163
2163
|
var init_package = __esm(() => {
|
|
2164
2164
|
package_default = {
|
|
2165
2165
|
name: "@kl-c/matrixos",
|
|
2166
|
-
version: "0.3.
|
|
2166
|
+
version: "0.3.18",
|
|
2167
2167
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2168
2168
|
main: "./dist/index.js",
|
|
2169
2169
|
types: "dist/index.d.ts",
|
|
@@ -177375,7 +177375,7 @@ Interrupted. Shutting down...`));
|
|
|
177375
177375
|
success: exitCode === 0,
|
|
177376
177376
|
durationMs,
|
|
177377
177377
|
messageCount: eventState.messageCount,
|
|
177378
|
-
summary: eventState.lastPartText.
|
|
177378
|
+
summary: eventState.lastPartText.trim() || "Run completed"
|
|
177379
177379
|
});
|
|
177380
177380
|
}
|
|
177381
177381
|
return exitCode;
|
package/dist/cli-node/index.js
CHANGED
|
@@ -2163,7 +2163,7 @@ var package_default;
|
|
|
2163
2163
|
var init_package = __esm(() => {
|
|
2164
2164
|
package_default = {
|
|
2165
2165
|
name: "@kl-c/matrixos",
|
|
2166
|
-
version: "0.3.
|
|
2166
|
+
version: "0.3.18",
|
|
2167
2167
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
2168
2168
|
main: "./dist/index.js",
|
|
2169
2169
|
types: "dist/index.d.ts",
|
|
@@ -177430,7 +177430,7 @@ Interrupted. Shutting down...`));
|
|
|
177430
177430
|
success: exitCode === 0,
|
|
177431
177431
|
durationMs,
|
|
177432
177432
|
messageCount: eventState.messageCount,
|
|
177433
|
-
summary: eventState.lastPartText.
|
|
177433
|
+
summary: eventState.lastPartText.trim() || "Run completed"
|
|
177434
177434
|
});
|
|
177435
177435
|
}
|
|
177436
177436
|
return exitCode;
|
package/dist/index.js
CHANGED
|
@@ -368019,7 +368019,7 @@ function getCachedVersion(options = {}) {
|
|
|
368019
368019
|
// package.json
|
|
368020
368020
|
var package_default = {
|
|
368021
368021
|
name: "@kl-c/matrixos",
|
|
368022
|
-
version: "0.3.
|
|
368022
|
+
version: "0.3.18",
|
|
368023
368023
|
description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
|
|
368024
368024
|
main: "./dist/index.js",
|
|
368025
368025
|
types: "dist/index.d.ts",
|
package/package.json
CHANGED