minovative-mind-cli 1.2.0 → 1.2.1

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/README.md CHANGED
@@ -23,12 +23,6 @@ The CLI supports the following advanced reasoning and coding models via Vertex A
23
23
 
24
24
  - [Quick Start](#quick-start)
25
25
  - [Commands](#commands)
26
- - [Using the Chat](#using-the-chat)
27
- - [Writing Prompts](#writing-prompts)
28
- - [Command Menu (Slash Commands)](#command-menu-slash-commands)
29
- - [How the Agent Works](#how-the-agent-works)
30
- - [Chained Messages & Interrupts](#chained-messages--interrupts)
31
- - [Stopping the Agent](#stopping-the-agent)
32
26
 
33
27
  <!-- tocstop -->
34
28
 
@@ -65,5 +65,5 @@
65
65
  ]
66
66
  }
67
67
  },
68
- "version": "1.2.0"
68
+ "version": "1.2.1"
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": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "author": "Daniel Ward",
6
6
  "bin": {
7
7
  "minovative-mind-cli": "./bin/run.js"