@kl-c/matrixos 0.3.16 → 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 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.16",
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",
@@ -166315,6 +166315,7 @@ async function runGatewayStart(opts = {}) {
166315
166315
  fixedArgs = commandParts.slice(1);
166316
166316
  }
166317
166317
  const args = opts.args ? [...fixedArgs, ...opts.args] : undefined;
166318
+ console.error(`[gateway] inbound from ${env6.sender.displayName}: ${env6.content.text?.slice(0, 40)}`);
166318
166319
  const r2 = await handleGatewayMessage(env6, {
166319
166320
  command,
166320
166321
  args,
@@ -177374,7 +177375,7 @@ Interrupted. Shutting down...`));
177374
177375
  success: exitCode === 0,
177375
177376
  durationMs,
177376
177377
  messageCount: eventState.messageCount,
177377
- summary: eventState.lastPartText.slice(0, 200) || "Run completed"
177378
+ summary: eventState.lastPartText.trim() || "Run completed"
177378
177379
  });
177379
177380
  }
177380
177381
  return exitCode;
@@ -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.16",
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",
@@ -166370,6 +166370,7 @@ async function runGatewayStart(opts = {}) {
166370
166370
  fixedArgs = commandParts.slice(1);
166371
166371
  }
166372
166372
  const args = opts.args ? [...fixedArgs, ...opts.args] : undefined;
166373
+ console.error(`[gateway] inbound from ${env6.sender.displayName}: ${env6.content.text?.slice(0, 40)}`);
166373
166374
  const r2 = await handleGatewayMessage(env6, {
166374
166375
  command,
166375
166376
  args,
@@ -177429,7 +177430,7 @@ Interrupted. Shutting down...`));
177429
177430
  success: exitCode === 0,
177430
177431
  durationMs,
177431
177432
  messageCount: eventState.messageCount,
177432
- summary: eventState.lastPartText.slice(0, 200) || "Run completed"
177433
+ summary: eventState.lastPartText.trim() || "Run completed"
177433
177434
  });
177434
177435
  }
177435
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.16",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl-c/matrixos",
3
- "version": "0.3.16",
3
+ "version": "0.3.18",
4
4
  "description": "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",