@kl-c/matrixos 0.3.19 → 0.3.20

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.19",
2166
+ version: "0.3.20",
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",
@@ -177295,7 +177295,8 @@ async function run(options) {
177295
177295
  if (!(error51 instanceof Error)) {}
177296
177296
  }
177297
177297
  try {
177298
- const resolvedModel = resolveRunModel(options.model);
177298
+ const configModel = pluginConfig.agents?.[resolvedAgent]?.model;
177299
+ const resolvedModel = resolveRunModel(options.model ?? configModel);
177299
177300
  const { client: client3, cleanup: serverCleanup } = await createServerConnection({
177300
177301
  port: options.port,
177301
177302
  attach: options.attach,
@@ -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.19",
2166
+ version: "0.3.20",
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",
@@ -177350,7 +177350,8 @@ async function run(options) {
177350
177350
  if (!(error51 instanceof Error)) {}
177351
177351
  }
177352
177352
  try {
177353
- const resolvedModel = resolveRunModel(options.model);
177353
+ const configModel = pluginConfig.agents?.[resolvedAgent]?.model;
177354
+ const resolvedModel = resolveRunModel(options.model ?? configModel);
177354
177355
  const { client: client3, cleanup: serverCleanup } = await createServerConnection({
177355
177356
  port: options.port,
177356
177357
  attach: options.attach,
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.19",
368022
+ version: "0.3.20",
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.19",
3
+ "version": "0.3.20",
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",