@kl-c/matrixos 0.1.38 → 0.1.39

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
@@ -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.38",
2148
+ version: "0.1.39",
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",
@@ -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.38",
2148
+ version: "0.1.39",
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",
package/dist/index.js CHANGED
@@ -368023,7 +368023,7 @@ function getCachedVersion(options = {}) {
368023
368023
  // package.json
368024
368024
  var package_default = {
368025
368025
  name: "@kl-c/matrixos",
368026
- version: "0.1.38",
368026
+ version: "0.1.39",
368027
368027
  description: "MaTrixOS \u2014 Agentic OS for OpenCode. Personalizable, communicating, self-improving, resilient.",
368028
368028
  main: "./dist/index.js",
368029
368029
  types: "dist/index.d.ts",
@@ -430639,6 +430639,12 @@ function maybeCreateTankConfig(input) {
430639
430639
  if (isFirstRunNoCache && !tankOverride?.model) {
430640
430640
  tankResolution = systemDefaultModel ? { model: systemDefaultModel, provenance: "system-default" } : getFirstFallbackModel(tankRequirement);
430641
430641
  }
430642
+ if (!tankResolution) {
430643
+ const inherited = uiSelectedModel ?? systemDefaultModel;
430644
+ if (inherited) {
430645
+ tankResolution = { model: inherited, provenance: "system-default" };
430646
+ }
430647
+ }
430642
430648
  if (!tankResolution) {
430643
430649
  log2("[agent-registration] Agent skipped: model resolution returned no result", {
430644
430650
  agent: "tank",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl-c/matrixos",
3
- "version": "0.1.38",
3
+ "version": "0.1.39",
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",