minovative-mind-cli 2.1.3 → 2.1.4

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.
@@ -62,7 +62,7 @@ export async function handleSlashCommand(command, context) {
62
62
  return { shouldContinue: true };
63
63
  }
64
64
  if (lowerCommand === '/models') {
65
- const currentModel = chat.getModel();
65
+ const currentModel = getGlobalActiveModel();
66
66
  const selectedModel = await p['select']({
67
67
  message: `Select AI Model (Current: ${pc.cyan(currentModel)})`,
68
68
  initialValue: currentModel,
@@ -65,5 +65,5 @@
65
65
  ]
66
66
  }
67
67
  },
68
- "version": "2.1.3"
68
+ "version": "2.1.4"
69
69
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "minovative-mind-cli",
3
3
  "description": "An automated AI agent powered by Vertex AI that helps you write software",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "author": "Daniel Ward",
6
6
  "bin": {
7
7
  "minovative-mind-cli": "bin/run.js"