minovative-mind-cli 1.2.2 → 1.2.3

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
@@ -1,8 +1,8 @@
1
1
  # Minovative Mind CLI (w/ Gemini 3.5 Flash & Gemini 3.1 Pro)
2
2
 
3
- ## Highly accurate, lightweight AI coding agent for any terminal (40-50% fewer errors). [(Click Demo)](https://youtu.be/KjE5nbKEf3w?si=mcjb5_2QLf4vofRC)
3
+ ## Highly accurate, lightweight AI coding agent for any terminal (Designed for less errors). [(Click Demo)](https://youtu.be/KjE5nbKEf3w?si=mcjb5_2QLf4vofRC)
4
4
 
5
- An automated, multi-agent AI coding assistant powered by Vertex AI. By utilizing a **Precision-Context Verification (PCV)** engine with AST-based structural analysis, it reads, writes, and refactors code with extreme accuracy—delivering a **40% to 50% reduction in broken code generations** on large files compared to standard zero-shot LLM prompts.
5
+ An automated, multi-agent AI coding assistant powered by Vertex AI. By utilizing a custom built **Precision-Context Verification (PCV)** engine (for coding) with AST-based structural analysis, it reads, writes, and refactors code with extreme accuracy—delivering a **40% to 50% reduction in broken code generations** on large files compared to standard zero-shot LLM prompts.
6
6
 
7
7
  [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
8
8
  [![Version](https://img.shields.io/npm/v/minovative-mind-cli.svg)](https://npmjs.org/package/minovative-mind-cli)
@@ -65,5 +65,5 @@
65
65
  ]
66
66
  }
67
67
  },
68
- "version": "1.2.2"
68
+ "version": "1.2.3"
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.2",
4
+ "version": "1.2.3",
5
5
  "author": "Daniel Ward",
6
6
  "bin": {
7
7
  "minovative-mind-cli": "./bin/run.js"