@kl-c/matrixos 0.3.7 → 0.3.8

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.7",
2166
+ version: "0.3.8",
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",
@@ -166237,9 +166237,9 @@ function buildGatewayConfig(channel) {
166237
166237
  return {
166238
166238
  channels: [channel],
166239
166239
  security: {
166240
- dmPolicy: "allowlist",
166240
+ dmPolicy: "open",
166241
166241
  groupPolicy: "disabled",
166242
- allowFrom: channel.allowedChatId ? [channel.allowedChatId] : [],
166242
+ allowFrom: [],
166243
166243
  groupAllowFrom: [],
166244
166244
  channelAllowFrom: {}
166245
166245
  },
@@ -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.7",
2166
+ version: "0.3.8",
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",
@@ -166292,9 +166292,9 @@ function buildGatewayConfig(channel) {
166292
166292
  return {
166293
166293
  channels: [channel],
166294
166294
  security: {
166295
- dmPolicy: "allowlist",
166295
+ dmPolicy: "open",
166296
166296
  groupPolicy: "disabled",
166297
- allowFrom: channel.allowedChatId ? [channel.allowedChatId] : [],
166297
+ allowFrom: [],
166298
166298
  groupAllowFrom: [],
166299
166299
  channelAllowFrom: {}
166300
166300
  },
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.7",
368022
+ version: "0.3.8",
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.7",
3
+ "version": "0.3.8",
4
4
  "description": "MaTrixOS — Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",