IMPORTANT: Search up "Minovative Mind" in the VS Marketplace or Extensions Store in the VS Code application
An open-source AI agent that automates software development, powerful enough that it built itself by vibe coding
A showcase of implementing a feature: e.g., planning, file creation, and code generation
This isn't just another AI assistant. Minovative Mind is a living testament to the future of software development.
This entire project—over 35,000 lines of robust, production-ready code—was developed with ~90% contribution from the AI agent itself (Minovative Mind), mostly using gemini-2.5-flash, with zero unit testing, no funding ($0), and by one developer... Despite its size (~6.48MB), it rivals the functionality of tools 10×-50x its codebase
It masterfully orchestrated its own creation, architecting intricate and complex systems, generated tens of thousands of lines of code, and seamlessly integrated within VS Code's core APIs while autonomously refining its own work. The Creator, of this project, didn’t merely build an AI agent; He guided its self-construction, leveraging natural language and the power of the Gemini 2.5 models (Thinking Mode) to bring it to life.
Now...that same power is available to you. Completely for free.
-
🔗 Intelligent Link & File Content Processing: Utilizes the Gemini API's advanced capabilities to parse and understand content directly from URLs. This allows the AI agent to extract crucial information, context, or references from linked resources or file contents, enhancing its comprehension and actionability.
-
🖼️ Multimodal Input Support: Engage with the AI using more than just text. Attach image files or paste them directly into the chat interface. The agent processes these images (as Base64 data) alongside your text prompts, enabling richer interactions and visual understanding.
-
🧠 Autonomous Planning & Execution: Give Minovative Mind a high-level goal. It generates a structured, multi-step plan and executes it, creating files, writing code, and running commands until the job is done.
-
🧩 Full Workspace Context: The agent intelligently scans your entire project—respecting your
.gitignore
—to build a deep, accurate understanding of your codebase, ensuring its actions are smart and relevant. -
💾 Integrated Git Automation: Let the AI do the tedious work. It can automatically stage the changes it makes and generate insightful, descriptive commit messages based on the code diffs.
-
⏪ Safe & Reversible Changes: Every file system operation performed by the agent is logged. If you don't like a change, you can easily review and revert the entire operation with a simple 2-click button, ensuring you are always in control.
-
💰 Completely Free & Open Source: No subscriptions, no platform fees. Minovative Mind is licensed under LICENSE and runs locally in your system. The only cost is your OWN usage of the Google Gemini API that YOU control.
See more in the CAPABILITIES.md
file
git clone https://github.com/Minovative-Technologies/minovative-mind.git
cd minovative-mind
git remote remove origin
Don't use
git remote remove origin
if you want to contribute back into the original GitHub repo, otherwise, keep it and do what you want!
Make sure you have Node.js and npm installed, then run:
npm install
Use the following command to package the extension:
npx vsce package
This will generate a
.vsix
file, such as:minovative-mind-1.2.3.vsix
Ifvsce
is not installed, you can install it globally:npm install -g @vscode/vsce
You have two options:
- Open VS Code.
- Go to the extension file
minovative-mind-1.2.3.vsix
, right click it. - Choose “Install Extension VSIX”.
code --install-extension minovative-mind-1.2.3.vsix
If the
code
command isn't available, enable it from the command palette.
-
Get Your API Key:
- Create a free API key from Google AI Studio.
-
Set Your Key in VS Code:
-
Open VS Code project
- press (Windows:
CTRL + ALT + M
or Mac:CONTROL + CMD + M
) or click on the Minovative Mind icon in sidebar on the left.
- press (Windows:
-
In the Minovative Mind sidebar, copy and paste your API key in the API Key Management section on the bottom.
-
TIP: For a better experience, you could move the Minovative Mind extension from the primary bar to the secondary bar by right clicking the Minovative Mind icon. After right clicking, go to "Move To" > "Secondary Side Bar".
Learn how to use the AI Agent here: USER_GUIDE
Minovative Mind was architected from day one to be an extensible tool. We don't just want you to use it; We want you to build on it. Fork/Clone the repository, create your own specialized agents, integrate proprietary tools, MCPs, or anything else you can think of and push the boundaries of what's possible.
See the CONTRIBUTING.md
to learn how you can use Minovative Mind as a foundation for your own AI-powered solutions.
My vision is to empower every developer with a powerful, free, and open-source AI Agent dev tool. By integrating cutting-edge AI models with a robust architectural framework, we can revolutionize software development, making it faster, more accessible, and unleash unprecedented creativity.
- ⭐ Star us on GitHub to show your support!
- 💖 Support development on Patreon — every contribution can help us grow!
- 🗣️ Join the conversation on our Minovative Mind Discord or follow us on X/Twitter.
MARKETPLACE_GETTING_STARTED.md
USER_GUIDE.md
CONTRIBUTING.md
CAPABILITIES.md
ARCHITECTURE.md
ROADMAP.md
CODE_OF_CONDUCT.md
LICENSE.md
SECURITY.md
TERMS_OF_USE.md
PRIVACY_POLICY.md
GOOGLE_AI_POLICIES.md
_“This project makes API calls directly from your VS Code environment using your own Gemini API key. No data is stored, processed, or transmitted by third parties beyond Google’s API.”_
```
---
> Remember, Minovative Mind is designed to assist, not replace, the brilliance of human developers! Happy Coding!
> Built by [Daniel Ward](https://github.com/Quarantiine), a USA based developer under Minovative (Minovative = minimal-innovative) Technologies [A DBA registered self-employed company in the US]