You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+92Lines changed: 92 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,95 @@
1
1
# CMD LOCAL AI - Changelog
2
2
3
+
## Update 1.1.2beta
4
+
Released: 2026-03-23
5
+
6
+
# v1.1.2beta
7
+
8
+
## New mode
9
+
1. Debug mode
10
+
2. Analityst mode
11
+
12
+
---
13
+
14
+
## New UI part
15
+
1. ◆ CHAT
16
+
2. ◆ PLAN
17
+
3. ◆ CODE
18
+
4. ◆ DEBUG
19
+
5. ◆ ANALYST
20
+
21
+
---
22
+
23
+
## Terminal command run
24
+
1. AI can run terminal comand
25
+
26
+
---
27
+
28
+
## New /ide integration
29
+
1. Cursor
30
+
2. Intelij idea
31
+
32
+
---
33
+
34
+
## Fix bugs
35
+
36
+
1. Ide integration bugs
37
+
2. UI bugs
38
+
39
+
---
40
+
41
+
# AND MUCH MUCH MORE
42
+
Please report bugs
43
+
44
+
---
45
+
46
+
## Update 1.1.1beta
47
+
Released: 2026-03-09
48
+
49
+
This is the largest update to CMDAI so far, introducing new modes! We've focused on enhancing usability and adding powerful tools for AI interaction. Please test thoroughly and report any bugs in the Issues section – your feedback is crucial!
50
+
51
+
---
52
+
53
+
## New Modes
54
+
55
+
1. Code Mode: Uses the file generated by Plan Mode to create the app. This allows seamless code execution based on planned logic.
56
+
2. Plan Mode: Generates a detailed plan for Code Mode, helping structure complex tasks before implementation.
57
+
58
+
---
59
+
60
+
## New Functions
61
+
62
+
1. Real-Time Model Activity Visibility: Now you can see what the model is doing in real-time (e.g., thinking, analyzing, etc.). This provides better transparency during operations.
63
+
2. Writing Area: Added a dedicated space for writing with the model.
64
+
3. Once you have installed it you can open the application from the terminal just write.
65
+
66
+
```cmd
67
+
CMDAI launch
68
+
```
69
+
70
+
---
71
+
72
+
## Commands
73
+
74
+
1. Slash Prefix Requirement: From now on, commands only work when prefixed with /. We're still adding more commands in upcoming updates, as not all are fully implemented yet. Sorry for the inconvenience!
75
+
76
+
---
77
+
78
+
## Installation, Model Loading, and Code Execution
79
+
80
+
1. Install CMDAI easily and load your GGUF models with simple terminal commands.
81
+
2. Enhanced code execution support for smoother integration with your workflows.
82
+
83
+
---
84
+
85
+
## Bug Reporting
86
+
1. This major update may have some rough edges – please report any bugs or issues in the [GitHub Issues] (https://github.com/Krzyzyk33/CMDAI/issues) section. Your reports help us improve!
87
+
3. Thank you for using CMDAI! Star the repo if you like it, and stay tuned for more updates. 🌟dowolad app in my GitHub repository (https://github.com/Krzyzyk33/CMDAI/releases/tag/v1.3.0)
88
+
5. This is the largest update to CMDAI so far, introducing
89
+
new modes, features, and commands! We've focused on enhancing usability and adding powerful tools for AI interaction. Please test thoroughly and report any bugs in the Issues section – your feedback is crucial!
0 commit comments