@serkanalgur/opencode-nexus 1.6.1 → 1.6.2

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/index.js CHANGED
@@ -8453,6 +8453,7 @@ class NexusConfigManager {
8453
8453
  this.globalConfig = null;
8454
8454
  }
8455
8455
  loadConfigs(basePath) {
8456
+ this.storageConfig = null;
8456
8457
  const projectPath = join(basePath, ".opencode", "nexus.jsonc");
8457
8458
  this.projectConfig = readJsoncFile(projectPath);
8458
8459
  const globalPath = join(homedir(), ".config", "opencode", "nexus.jsonc");
package/dist/tui.js CHANGED
@@ -196,6 +196,7 @@ class NexusConfigManager {
196
196
  this.globalConfig = null;
197
197
  }
198
198
  loadConfigs(basePath) {
199
+ this.storageConfig = null;
199
200
  const projectPath = join(basePath, ".opencode", "nexus.jsonc");
200
201
  this.projectConfig = readJsoncFile(projectPath);
201
202
  const globalPath = join(homedir(), ".config", "opencode", "nexus.jsonc");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serkanalgur/opencode-nexus",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Adaptive Multi-Agent Orchestration with Cost Intelligence for OpenCode V2",
5
5
  "keywords": [
6
6
  "opencode",