Skip to content

Commit 29b377c

Browse files
Merge pull request #143 from mobitouchOS/feat/v10-release
Feat/v10 release
2 parents 4dc0cb1 + a0b62ca commit 29b377c

3 files changed

Lines changed: 17 additions & 13 deletions

File tree

Releases/10.0.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 10.0.0 release
2+
3+
- Stability improvements
4+
- Agentic interactive documentation - www.usemain.net
5+
- Happiness <3

readme.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,19 @@ For more details on installation and configuration, please refer to our [documen
2929

3030
---
3131

32-
## 🛠 MaIN CLI (mcli)
32+
## 🛠 MaIN Documentation (www.usemain.net)
3333

34-
Enhance your development experience with the MaIN CLI (mcli)! This tool helps you:
35-
-**Quickly test and validate ideas**
36-
- 🔧 **Configure essential settings automatically**
37-
- 📚 **Download known and validated LLM models**
38-
- 🖥 Run M.A.I.N as a backend server or launch demo environments
39-
- 💬 Interact via a streamlined chat UI
34+
The interactive documentation at **[www.usemain.net](https://www.usemain.net)** lets you explore MaIN.NET through a set of specialised AI agents —
35+
each tuned to a different kind of task.
4036

41-
While you can start without it, we highly recommend using mcli for a smoother workflow. For download and usage details, please visit our [documentation cli page](https://maindoc.link/#/doc/cli). Once installed, try it out with:
37+
| Agent | Purpose |
38+
|-------|---------|
39+
| **Chatty** | Answers framework questions and looks up docs with direct, no-fluff responses |
40+
| **Code** | Generates complete, runnable C# projects wired to MaIN.NET and delivers them as a downloadable ZIP |
41+
| **Design** | Architects multi-agent systems, recommends backend strategies, and researches patterns from the live repo |
42+
| **Review** | Audits MaIN.NET usage for correctness, performance, and security; reviews GitHub PRs on request |
43+
| **Forge** | All-in-one agent that combines Code, Design, and Review in a single conversation and can open GitHub PRs |
4244

43-
```sh
44-
mcli help
45-
```
4645

4746
---
4847

@@ -59,7 +58,7 @@ These resources will guide you through every aspect of the system and help you u
5958

6059
## 🌟 Our Vision
6160

62-
M.A.I.N is more than just a package—it's a stepping stone towards a complete AI ecosystem. Our goal is to connect diverse AI techniques into one modular framework, making advanced AI accessible and affordable to all users. Built with a low-code philosophy in mind, M.A.I.N empowers developers and non-developers alike to create powerful AI applications with ease. To learn more about our future plans and upcoming features, please visit our **[Roadmap](./Docs/roadmap.md)**.
61+
M.A.I.N is more than just a package—it's a stepping stone towards a complete AI ecosystem. Our goal is to connect diverse AI techniques into one modular framework, making advanced AI accessible and affordable to all users. Built with a low-code philosophy in mind, M.A.I.N empowers developers and non-developers alike to create powerful AI applications with ease.
6362

6463
---
6564

src/MaIN.Core/.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MaIN.NET</id>
5-
<version>0.10.16</version>
5+
<version>10.0.0</version>
66
<authors>Wisedev</authors>
77
<owners>Wisedev</owners>
88
<icon>favicon.png</icon>

0 commit comments

Comments
 (0)