@tecet/ollm 0.1.3 → 0.1.4
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 +529 -529
- package/dist/cli.js +291 -244
- package/dist/cli.js.map +3 -3
- package/dist/config/LLM_profiles.json +4 -4
- package/dist/config/settingsService.d.ts +5 -0
- package/dist/config/settingsService.d.ts.map +1 -1
- package/dist/config/settingsService.js +20 -0
- package/dist/config/settingsService.js.map +1 -1
- package/dist/config/toolsConfig.d.ts +6 -3
- package/dist/config/toolsConfig.d.ts.map +1 -1
- package/dist/config/toolsConfig.js +52 -3
- package/dist/config/toolsConfig.js.map +1 -1
- package/dist/features/chat/hooks/useChatNetwork.d.ts.map +1 -1
- package/dist/features/chat/hooks/useChatNetwork.js +15 -4
- package/dist/features/chat/hooks/useChatNetwork.js.map +1 -1
- package/dist/features/context/ContextManagerContext.d.ts.map +1 -1
- package/dist/features/context/ContextManagerContext.js +14 -73
- package/dist/features/context/ContextManagerContext.js.map +1 -1
- package/dist/features/context/hooks/useToolSupport.d.ts.map +1 -1
- package/dist/features/context/hooks/useToolSupport.js +13 -5
- package/dist/features/context/hooks/useToolSupport.js.map +1 -1
- package/dist/features/context/utils/systemPromptBuilder.d.ts.map +1 -1
- package/dist/features/context/utils/systemPromptBuilder.js +6 -34
- package/dist/features/context/utils/systemPromptBuilder.js.map +1 -1
- package/dist/nonInteractive.d.ts.map +1 -1
- package/dist/nonInteractive.js +1 -2
- package/dist/nonInteractive.js.map +1 -1
- package/dist/templates/assistant/tier3.txt +2 -0
- package/dist/templates/system/CoreMandates.txt +3 -0
- package/dist/templates/system/ToolDescriptions.txt +11 -3
- package/dist/templates/system/skills/SkillsAssistant.txt +1 -2
- package/dist/ui/App.js +15 -15
- package/dist/ui/components/launch/VersionBanner.js +1 -1
- package/dist/ui/components/layout/KeybindsLegend.d.ts.map +1 -1
- package/dist/ui/components/layout/KeybindsLegend.js +1 -1
- package/dist/ui/components/layout/KeybindsLegend.js.map +1 -1
- package/dist/ui/components/tabs/BugReportTab.js +1 -1
- package/dist/ui/components/tools/CategorySection.d.ts.map +1 -1
- package/dist/ui/components/tools/CategorySection.js +1 -0
- package/dist/ui/components/tools/CategorySection.js.map +1 -1
- package/dist/ui/contexts/__tests__/mcpTestUtils.d.ts +14 -14
- package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +419 -419
- package/docs/DevelopmentRoadmap/RoadmapVisual.md +372 -372
- package/docs/LLM Models/LLM_ModelsList.md +1071 -1071
- package/docs/MCP/MCP_Architecture.md +1086 -1086
- package/package.json +82 -82
|
@@ -1,372 +1,372 @@
|
|
|
1
|
-
# OLLM CLI - Visual Roadmap
|
|
2
|
-
|
|
3
|
-
**Last Updated:** January 26, 2026
|
|
4
|
-
**Current Version:** v0.1.0 (Alpha)
|
|
5
|
-
|
|
6
|
-
> **Note:** This is a visual representation of the OLLM CLI development roadmap. All versions marked as "Planned" are future development and not yet implemented.
|
|
7
|
-
|
|
8
|
-
## Development Timeline
|
|
9
|
-
|
|
10
|
-
```
|
|
11
|
-
┌─────────────────────────────────────────────────────────────────────────┐
|
|
12
|
-
│ OLLM CLI Development Roadmap │
|
|
13
|
-
│ Pre-Alpha → Alpha → Beta │
|
|
14
|
-
└─────────────────────────────────────────────────────────────────────────┘
|
|
15
|
-
|
|
16
|
-
PRE-ALPHA: STAGES 1-9 (COMPLETED)
|
|
17
|
-
═══════════════════════════════════════════════════════════════════════════
|
|
18
|
-
|
|
19
|
-
Stages 1-9: Foundation Development [████████████] 100%
|
|
20
|
-
├─ Stage 1-2: Foundation & Core Provider ✅ Complete
|
|
21
|
-
├─ Stage 3: Tools & Policy Engine ✅ Complete
|
|
22
|
-
├─ Stage 4: Services & Sessions ✅ Complete
|
|
23
|
-
├─ Stage 5: Hooks, Extensions & MCP ✅ Complete
|
|
24
|
-
├─ Stage 6: CLI & UI ✅ Complete
|
|
25
|
-
├─ Stage 7: Model Management 🔄 In Progress
|
|
26
|
-
├─ Stage 8: Testing & QA 🔄 In Progress
|
|
27
|
-
└─ Stage 9: Documentation & Release ✅ Complete
|
|
28
|
-
|
|
29
|
-
Result: v0.1.0 Alpha Release ✅ Released
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
ALPHA RELEASES (v0.1.0 - v0.9.0)
|
|
33
|
-
═══════════════════════════════════════════════════════════════════════════
|
|
34
|
-
|
|
35
|
-
v0.1.0: Foundation Release [████████████] 100%
|
|
36
|
-
├─ Interactive TUI (React + Ink) ✅ Complete
|
|
37
|
-
├─ Non-Interactive Mode ✅ Complete
|
|
38
|
-
├─ Tool System (File, Shell, Web) ✅ Complete
|
|
39
|
-
├─ Policy Engine (ASK/AUTO/YOLO) ✅ Complete
|
|
40
|
-
├─ Context Management + VRAM Monitoring ✅ Complete
|
|
41
|
-
├─ Session Recording & Compression ✅ Complete
|
|
42
|
-
├─ Hook System 🔄 In Progress
|
|
43
|
-
├─ MCP Integration 🔄 In Progress
|
|
44
|
-
├─ Model Management 🔄 In Progress
|
|
45
|
-
└─ Testing Infrastructure 🔄 In Progress
|
|
46
|
-
|
|
47
|
-
v0.2.0: File Explorer & Enhanced MCP [ ] 0%
|
|
48
|
-
Priority: HIGH
|
|
49
|
-
├─ Tree-based File Browser ✅ Complete
|
|
50
|
-
├─ File Operations (open, edit, rename, delete) 🔄 In Progress
|
|
51
|
-
├─ Git Status Indicators 📋 Planned
|
|
52
|
-
├─ Quick File Search 📋 Planned
|
|
53
|
-
├─ MCP OAuth Authentication 🔄 In Progress
|
|
54
|
-
├─ MCP Health Monitoring 🔄 In Progress
|
|
55
|
-
└─ MCP Marketplace Integration 🔄 In Progress
|
|
56
|
-
|
|
57
|
-
v0.3.0: Advanced File Explorer & MCP Polish [ ] 0%
|
|
58
|
-
Priority: HIGH
|
|
59
|
-
├─ Multi-file Selection 📋 Planned
|
|
60
|
-
├─ File Preview Panel 🔄 In Progress
|
|
61
|
-
├─ Advanced Search & Filtering 📋 Planned
|
|
62
|
-
├─ Bookmarks & Favorites 📋 Planned
|
|
63
|
-
├─ MCP Error Handling Improvements 📋 Planned
|
|
64
|
-
└─ MCP Performance Optimizations 📋 Planned
|
|
65
|
-
|
|
66
|
-
v0.4.0: Code Editor [ ] 0%
|
|
67
|
-
Priority: HIGH
|
|
68
|
-
├─ Terminal-based Code Editor 📋 Planned
|
|
69
|
-
├─ Syntax Highlighting (50+ languages) 📋 Planned
|
|
70
|
-
├─ Undo/Redo Support 📋 Planned
|
|
71
|
-
├─ Copy/Cut/Paste Operations 📋 Planned
|
|
72
|
-
├─ Find & Go-to-Line 📋 Planned
|
|
73
|
-
├─ Prettier Formatting 📋 Planned
|
|
74
|
-
└─ Multiple File Tabs 📋 Planned
|
|
75
|
-
|
|
76
|
-
v0.5.0: Release Kraken [ ] 0%
|
|
77
|
-
Priority: HIGH
|
|
78
|
-
├─ CLI Bridge (Gemini, Claude, Codex) 📋 Planned
|
|
79
|
-
├─ API Providers (OpenAI, Anthropic, Google) 📋 Planned
|
|
80
|
-
├─ Provider Discovery & Health Checks 📋 Planned
|
|
81
|
-
├─ Context Transfer & Session Management 📋 Planned
|
|
82
|
-
├─ Cost Tracking & Budget Enforcement 📋 Planned
|
|
83
|
-
└─ Auto-Escalation on Local Model Failure 📋 Planned
|
|
84
|
-
|
|
85
|
-
v0.6.0: RAG Integration [ ] 0%
|
|
86
|
-
Priority: HIGH
|
|
87
|
-
├─ Codebase Indexing with Embeddings 📋 Planned
|
|
88
|
-
├─ Semantic Code Search 📋 Planned
|
|
89
|
-
├─ Context-aware File Discovery 📋 Planned
|
|
90
|
-
├─ Symbol & Definition Search 📋 Planned
|
|
91
|
-
├─ Vector Database Integration 📋 Planned
|
|
92
|
-
└─ Incremental Indexing 📋 Planned
|
|
93
|
-
|
|
94
|
-
v0.7.0: GitHub Integration [ ] 0%
|
|
95
|
-
Priority: MEDIUM
|
|
96
|
-
├─ GitHub API Integration 📋 Planned
|
|
97
|
-
├─ Repository Management 📋 Planned
|
|
98
|
-
├─ Issue & PR Creation 📋 Planned
|
|
99
|
-
├─ Code Review Assistance 📋 Planned
|
|
100
|
-
├─ Branch Management 📋 Planned
|
|
101
|
-
└─ GitHub Actions Integration 📋 Planned
|
|
102
|
-
|
|
103
|
-
v0.8.0: Cross-Platform Support [ ] 0%
|
|
104
|
-
Priority: MEDIUM
|
|
105
|
-
├─ Platform Detection & Defaults 📋 Planned
|
|
106
|
-
├─ Configuration Path Resolution (XDG, AppData) 📋 Planned
|
|
107
|
-
├─ Terminal Capability Detection 📋 Planned
|
|
108
|
-
├─ Cross-Platform GPU Monitoring 📋 Planned
|
|
109
|
-
└─ Path Normalization 📋 Planned
|
|
110
|
-
|
|
111
|
-
v0.9.0: vLLM & Open Source Providers [ ] 0%
|
|
112
|
-
Priority: MEDIUM
|
|
113
|
-
├─ vLLM Provider Integration 📋 Planned
|
|
114
|
-
├─ LM Studio Support 📋 Planned
|
|
115
|
-
├─ Text Generation WebUI Support 📋 Planned
|
|
116
|
-
├─ LocalAI Support 📋 Planned
|
|
117
|
-
└─ High-Performance Streaming 📋 Planned
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
BETA RELEASE (v1.0.0+)
|
|
121
|
-
═══════════════════════════════════════════════════════════════════════════
|
|
122
|
-
|
|
123
|
-
v1.0.0: Beta Release [ ] 0%
|
|
124
|
-
Priority: CRITICAL
|
|
125
|
-
├─ Production-Grade Stability 🎯 Future
|
|
126
|
-
├─ API Stability Guarantees 🎯 Future
|
|
127
|
-
├─ Complete Documentation 🎯 Future
|
|
128
|
-
├─ Performance Optimization 🎯 Future
|
|
129
|
-
├─ Security Hardening 🎯 Future
|
|
130
|
-
└─ Community Feedback Integration 🎯 Future
|
|
131
|
-
```
|
|
132
|
-
|
|
133
|
-
## Release Dependencies
|
|
134
|
-
|
|
135
|
-
```
|
|
136
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
137
|
-
│ Release Dependency Graph │
|
|
138
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
139
|
-
|
|
140
|
-
┌─────────────────────┐
|
|
141
|
-
│ Pre-Alpha │
|
|
142
|
-
│ Stages 1-9 │
|
|
143
|
-
│ → v0.1.0 │
|
|
144
|
-
└──────────┬──────────┘
|
|
145
|
-
│
|
|
146
|
-
┌──────────────┼──────────────┐
|
|
147
|
-
│ │ │
|
|
148
|
-
▼ ▼ ▼
|
|
149
|
-
┌───────────┐ ┌───────────┐ ┌───────────┐
|
|
150
|
-
│ v0.2.0 │ │ v0.4.0 │ │ v0.6.0 │
|
|
151
|
-
│ File │ │ Code │ │ RAG │
|
|
152
|
-
│ Explorer │ │ Editor │ │ Search │
|
|
153
|
-
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘
|
|
154
|
-
│ │ │
|
|
155
|
-
▼ │ │
|
|
156
|
-
┌───────────┐ │ │
|
|
157
|
-
│ v0.3.0 │ │ │
|
|
158
|
-
│ Advanced │ │ │
|
|
159
|
-
│ Explorer │ │ │
|
|
160
|
-
└─────┬─────┘ │ │
|
|
161
|
-
│ │ │
|
|
162
|
-
└──────┬───────┴──────┬───────┘
|
|
163
|
-
│ │
|
|
164
|
-
▼ ▼
|
|
165
|
-
┌───────────┐ ┌───────────┐
|
|
166
|
-
│ v0.5.0 │ │ v0.7.0 │
|
|
167
|
-
│ Kraken │ │ GitHub │
|
|
168
|
-
│ (LLMs) │ │ Integr. │
|
|
169
|
-
└─────┬─────┘ └─────┬─────┘
|
|
170
|
-
│ │
|
|
171
|
-
└──────┬───────┘
|
|
172
|
-
│
|
|
173
|
-
▼
|
|
174
|
-
┌───────────┐
|
|
175
|
-
│ v0.8.0 │
|
|
176
|
-
│ Cross- │
|
|
177
|
-
│ Platform │
|
|
178
|
-
└─────┬─────┘
|
|
179
|
-
│
|
|
180
|
-
▼
|
|
181
|
-
┌───────────┐
|
|
182
|
-
│ v0.9.0 │
|
|
183
|
-
│ vLLM & │
|
|
184
|
-
│ Providers│
|
|
185
|
-
└─────┬─────┘
|
|
186
|
-
│
|
|
187
|
-
▼
|
|
188
|
-
┌───────────┐
|
|
189
|
-
│ v1.0.0 │
|
|
190
|
-
│ Beta │
|
|
191
|
-
│ Release │
|
|
192
|
-
└───────────┘
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
## Priority Matrix
|
|
196
|
-
|
|
197
|
-
```
|
|
198
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
199
|
-
│ Priority vs Complexity Matrix │
|
|
200
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
201
|
-
|
|
202
|
-
High Priority
|
|
203
|
-
│
|
|
204
|
-
│ v0.2.0 v0.4.0 v0.5.0
|
|
205
|
-
│ File Explorer Code Editor Kraken
|
|
206
|
-
│ [Medium] [Medium] [High]
|
|
207
|
-
│
|
|
208
|
-
│ v0.6.0 v0.7.0
|
|
209
|
-
│ RAG Search GitHub
|
|
210
|
-
│ [High] [Medium]
|
|
211
|
-
│
|
|
212
|
-
│ v0.8.0 v0.9.0 v1.0.0
|
|
213
|
-
│ Cross-Platform vLLM Providers Beta
|
|
214
|
-
│ [Low] [Medium] [High]
|
|
215
|
-
│
|
|
216
|
-
Low Priority
|
|
217
|
-
└────────────────────────────────────────────────────────────────▶
|
|
218
|
-
Low Complexity High Complexity
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
## Release Timeline
|
|
222
|
-
|
|
223
|
-
```
|
|
224
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
225
|
-
│ Estimated Release Timeline │
|
|
226
|
-
│ (Subject to change based on │
|
|
227
|
-
│ community feedback and resources) │
|
|
228
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
229
|
-
|
|
230
|
-
Q1 2026 │ ████████████ v0.1.0: Foundation (Released)
|
|
231
|
-
│
|
|
232
|
-
Q2 2026 │ █████████░░░ v0.2.0: File Explorer & MCP (Planned)
|
|
233
|
-
│ ░░░░░░░░░░░░ v0.3.0: Advanced Explorer (Planned)
|
|
234
|
-
│
|
|
235
|
-
Q3 2026 │ ░░░░░░░░░░░░ v0.4.0: Code Editor (Planned)
|
|
236
|
-
│ ░░░░░░░░░░░░ v0.5.0: Release Kraken (Planned)
|
|
237
|
-
│
|
|
238
|
-
Q3 2026 │ ░░░░░░░░░░░░ v0.6.0: RAG Integration (Planned)
|
|
239
|
-
│ ░░░░░░░░░░░░ v0.7.0: GitHub Integration (Planned)
|
|
240
|
-
│
|
|
241
|
-
Q4 2026 │ ░░░░░░░░░░░░ v0.8.0: Cross-Platform (Planned)
|
|
242
|
-
│ ░░░░░░░░░░░░ v0.9.0: vLLM Providers (Planned)
|
|
243
|
-
│
|
|
244
|
-
Q4 2026 │ ░░░░░░░░░░░░ v1.0.0: Beta Release (Future)
|
|
245
|
-
│
|
|
246
|
-
|
|
247
|
-
Legend:
|
|
248
|
-
████ Released
|
|
249
|
-
░░░░ Planned (Timeline TBD)
|
|
250
|
-
```
|
|
251
|
-
|
|
252
|
-
## Feature Categories
|
|
253
|
-
|
|
254
|
-
```
|
|
255
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
256
|
-
│ Features by Category │
|
|
257
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
258
|
-
|
|
259
|
-
🎨 USER INTERFACE
|
|
260
|
-
├─ Interactive TUI ✅ v0.1.0
|
|
261
|
-
├─ Non-Interactive Mode ✅ v0.1.0
|
|
262
|
-
├─ Status Bar & Indicators ✅ v0.1.0
|
|
263
|
-
├─ File Explorer 📋 v0.2.0
|
|
264
|
-
├─ Advanced File Explorer 📋 v0.3.0
|
|
265
|
-
└─ Code Editor 📋 v0.4.0
|
|
266
|
-
|
|
267
|
-
🔧 CORE FUNCTIONALITY
|
|
268
|
-
├─ Tool System ✅ v0.1.0
|
|
269
|
-
├─ Policy Engine ✅ v0.1.0
|
|
270
|
-
├─ Hook System ✅ v0.1.0
|
|
271
|
-
├─ MCP Integration ✅ v0.1.0
|
|
272
|
-
├─ Enhanced MCP 📋 v0.2.0
|
|
273
|
-
└─ GitHub Integration 📋 v0.7.0
|
|
274
|
-
|
|
275
|
-
🧠 INTELLIGENCE
|
|
276
|
-
├─ Context Management ✅ v0.1.0
|
|
277
|
-
├─ VRAM Monitoring ✅ v0.1.0
|
|
278
|
-
├─ Session Compression ✅ v0.1.0
|
|
279
|
-
├─ Semantic Search (RAG) 📋 v0.6.0
|
|
280
|
-
├─ Codebase Indexing 📋 v0.6.0
|
|
281
|
-
└─ Vector Database 📋 v0.6.0
|
|
282
|
-
|
|
283
|
-
🔌 PROVIDERS
|
|
284
|
-
├─ Ollama (Local) ✅ v0.1.0
|
|
285
|
-
├─ External LLMs (Kraken) 📋 v0.5.0
|
|
286
|
-
│ ├─ CLI Bridge (Gemini, Claude, Codex) 📋 v0.5.0
|
|
287
|
-
│ └─ API Providers (OpenAI, Anthropic, Google) 📋 v0.5.0
|
|
288
|
-
├─ vLLM 📋 v0.9.0
|
|
289
|
-
├─ LM Studio 📋 v0.9.0
|
|
290
|
-
└─ Text Generation WebUI 📋 v0.9.0
|
|
291
|
-
|
|
292
|
-
📁 FILE HANDLING
|
|
293
|
-
├─ File Read/Write Tools ✅ v0.1.0
|
|
294
|
-
├─ File Explorer 📋 v0.2.0
|
|
295
|
-
├─ Multi-file Selection 📋 v0.3.0
|
|
296
|
-
└─ File Preview 📋 v0.3.0
|
|
297
|
-
|
|
298
|
-
🖥️ PLATFORM
|
|
299
|
-
├─ Basic Cross-Platform ✅ v0.1.0
|
|
300
|
-
└─ Enhanced Cross-Platform 📋 v0.8.0
|
|
301
|
-
├─ Platform Detection 📋 v0.8.0
|
|
302
|
-
├─ XDG/AppData Path Resolution 📋 v0.8.0
|
|
303
|
-
├─ Terminal Capability Detection 📋 v0.8.0
|
|
304
|
-
└─ Cross-Platform GPU Monitoring 📋 v0.8.0
|
|
305
|
-
|
|
306
|
-
💰 COST & TRACKING
|
|
307
|
-
├─ Basic Token Counting ✅ v0.1.0
|
|
308
|
-
├─ Cost Tracking 📋 v0.5.0
|
|
309
|
-
└─ Budget Enforcement 📋 v0.5.0
|
|
310
|
-
|
|
311
|
-
🔍 SEARCH & DISCOVERY
|
|
312
|
-
├─ File Search 📋 v0.2.0
|
|
313
|
-
├─ Advanced Filtering 📋 v0.3.0
|
|
314
|
-
├─ Semantic Code Search 📋 v0.6.0
|
|
315
|
-
└─ Symbol Search 📋 v0.6.0
|
|
316
|
-
|
|
317
|
-
✏️ EDITING
|
|
318
|
-
├─ Basic File Operations ✅ v0.1.0
|
|
319
|
-
├─ Code Editor 📋 v0.4.0
|
|
320
|
-
├─ Syntax Highlighting 📋 v0.4.0
|
|
321
|
-
└─ Prettier Formatting 📋 v0.4.0
|
|
322
|
-
```
|
|
323
|
-
|
|
324
|
-
## Implementation Status Legend
|
|
325
|
-
|
|
326
|
-
```
|
|
327
|
-
✅ Released - Feature is implemented, tested, and released
|
|
328
|
-
🔄 In Progress - Feature is currently being developed
|
|
329
|
-
📋 Planned - Feature is planned for future release
|
|
330
|
-
🎯 Future - Feature planned for beta or later
|
|
331
|
-
⏸️ On Hold - Feature development is paused
|
|
332
|
-
❌ Cancelled - Feature will not be implemented
|
|
333
|
-
```
|
|
334
|
-
|
|
335
|
-
## Version Status
|
|
336
|
-
|
|
337
|
-
```
|
|
338
|
-
┌──────────────────────────────────────────────────────────────────────┐
|
|
339
|
-
│ Version Status │
|
|
340
|
-
└──────────────────────────────────────────────────────────────────────┘
|
|
341
|
-
|
|
342
|
-
Pre-Alpha (Stages 1-9)
|
|
343
|
-
├─ Stage 1-9: Foundation Development ✅ Complete
|
|
344
|
-
|
|
345
|
-
Alpha Releases
|
|
346
|
-
├─ v0.1.0: Foundation Release ✅ Released
|
|
347
|
-
├─ v0.2.0: File Explorer & Enhanced MCP 📋 Planned
|
|
348
|
-
├─ v0.3.0: Advanced File Explorer & MCP Polish 📋 Planned
|
|
349
|
-
├─ v0.4.0: Code Editor 📋 Planned
|
|
350
|
-
├─ v0.5.0: Release Kraken 📋 Planned
|
|
351
|
-
├─ v0.6.0: RAG Integration 📋 Planned
|
|
352
|
-
├─ v0.7.0: GitHub Integration 📋 Planned
|
|
353
|
-
├─ v0.8.0: Cross-Platform Support 📋 Planned
|
|
354
|
-
└─ v0.9.0: vLLM & Open Source Providers 📋 Planned
|
|
355
|
-
|
|
356
|
-
Beta Release
|
|
357
|
-
└─ v1.0.0: Beta Release 🎯 Future
|
|
358
|
-
```
|
|
359
|
-
|
|
360
|
-
## Quick Links
|
|
361
|
-
|
|
362
|
-
- **[Roadmap Overview](Roadmap.md)** - Main roadmap document
|
|
363
|
-
- **[Planned Features](PlanedFeatures.md)** - Detailed feature plans
|
|
364
|
-
- **[Contributing](future-development.md#contributing)** - How to contribute
|
|
365
|
-
- **[Feedback](future-development.md#feedback)** - Share your thoughts
|
|
366
|
-
|
|
367
|
-
---
|
|
368
|
-
|
|
369
|
-
**Last Updated:** January 26, 2026
|
|
370
|
-
**Current Version:** v0.1.0 (Alpha)
|
|
371
|
-
**Document Version:** 2.0
|
|
372
|
-
**Status:** Living document - Updated as development progresses
|
|
1
|
+
# OLLM CLI - Visual Roadmap
|
|
2
|
+
|
|
3
|
+
**Last Updated:** January 26, 2026
|
|
4
|
+
**Current Version:** v0.1.0 (Alpha)
|
|
5
|
+
|
|
6
|
+
> **Note:** This is a visual representation of the OLLM CLI development roadmap. All versions marked as "Planned" are future development and not yet implemented.
|
|
7
|
+
|
|
8
|
+
## Development Timeline
|
|
9
|
+
|
|
10
|
+
```
|
|
11
|
+
┌─────────────────────────────────────────────────────────────────────────┐
|
|
12
|
+
│ OLLM CLI Development Roadmap │
|
|
13
|
+
│ Pre-Alpha → Alpha → Beta │
|
|
14
|
+
└─────────────────────────────────────────────────────────────────────────┘
|
|
15
|
+
|
|
16
|
+
PRE-ALPHA: STAGES 1-9 (COMPLETED)
|
|
17
|
+
═══════════════════════════════════════════════════════════════════════════
|
|
18
|
+
|
|
19
|
+
Stages 1-9: Foundation Development [████████████] 100%
|
|
20
|
+
├─ Stage 1-2: Foundation & Core Provider ✅ Complete
|
|
21
|
+
├─ Stage 3: Tools & Policy Engine ✅ Complete
|
|
22
|
+
├─ Stage 4: Services & Sessions ✅ Complete
|
|
23
|
+
├─ Stage 5: Hooks, Extensions & MCP ✅ Complete
|
|
24
|
+
├─ Stage 6: CLI & UI ✅ Complete
|
|
25
|
+
├─ Stage 7: Model Management 🔄 In Progress
|
|
26
|
+
├─ Stage 8: Testing & QA 🔄 In Progress
|
|
27
|
+
└─ Stage 9: Documentation & Release ✅ Complete
|
|
28
|
+
|
|
29
|
+
Result: v0.1.0 Alpha Release ✅ Released
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
ALPHA RELEASES (v0.1.0 - v0.9.0)
|
|
33
|
+
═══════════════════════════════════════════════════════════════════════════
|
|
34
|
+
|
|
35
|
+
v0.1.0: Foundation Release [████████████] 100%
|
|
36
|
+
├─ Interactive TUI (React + Ink) ✅ Complete
|
|
37
|
+
├─ Non-Interactive Mode ✅ Complete
|
|
38
|
+
├─ Tool System (File, Shell, Web) ✅ Complete
|
|
39
|
+
├─ Policy Engine (ASK/AUTO/YOLO) ✅ Complete
|
|
40
|
+
├─ Context Management + VRAM Monitoring ✅ Complete
|
|
41
|
+
├─ Session Recording & Compression ✅ Complete
|
|
42
|
+
├─ Hook System 🔄 In Progress
|
|
43
|
+
├─ MCP Integration 🔄 In Progress
|
|
44
|
+
├─ Model Management 🔄 In Progress
|
|
45
|
+
└─ Testing Infrastructure 🔄 In Progress
|
|
46
|
+
|
|
47
|
+
v0.2.0: File Explorer & Enhanced MCP [ ] 0%
|
|
48
|
+
Priority: HIGH
|
|
49
|
+
├─ Tree-based File Browser ✅ Complete
|
|
50
|
+
├─ File Operations (open, edit, rename, delete) 🔄 In Progress
|
|
51
|
+
├─ Git Status Indicators 📋 Planned
|
|
52
|
+
├─ Quick File Search 📋 Planned
|
|
53
|
+
├─ MCP OAuth Authentication 🔄 In Progress
|
|
54
|
+
├─ MCP Health Monitoring 🔄 In Progress
|
|
55
|
+
└─ MCP Marketplace Integration 🔄 In Progress
|
|
56
|
+
|
|
57
|
+
v0.3.0: Advanced File Explorer & MCP Polish [ ] 0%
|
|
58
|
+
Priority: HIGH
|
|
59
|
+
├─ Multi-file Selection 📋 Planned
|
|
60
|
+
├─ File Preview Panel 🔄 In Progress
|
|
61
|
+
├─ Advanced Search & Filtering 📋 Planned
|
|
62
|
+
├─ Bookmarks & Favorites 📋 Planned
|
|
63
|
+
├─ MCP Error Handling Improvements 📋 Planned
|
|
64
|
+
└─ MCP Performance Optimizations 📋 Planned
|
|
65
|
+
|
|
66
|
+
v0.4.0: Code Editor [ ] 0%
|
|
67
|
+
Priority: HIGH
|
|
68
|
+
├─ Terminal-based Code Editor 📋 Planned
|
|
69
|
+
├─ Syntax Highlighting (50+ languages) 📋 Planned
|
|
70
|
+
├─ Undo/Redo Support 📋 Planned
|
|
71
|
+
├─ Copy/Cut/Paste Operations 📋 Planned
|
|
72
|
+
├─ Find & Go-to-Line 📋 Planned
|
|
73
|
+
├─ Prettier Formatting 📋 Planned
|
|
74
|
+
└─ Multiple File Tabs 📋 Planned
|
|
75
|
+
|
|
76
|
+
v0.5.0: Release Kraken [ ] 0%
|
|
77
|
+
Priority: HIGH
|
|
78
|
+
├─ CLI Bridge (Gemini, Claude, Codex) 📋 Planned
|
|
79
|
+
├─ API Providers (OpenAI, Anthropic, Google) 📋 Planned
|
|
80
|
+
├─ Provider Discovery & Health Checks 📋 Planned
|
|
81
|
+
├─ Context Transfer & Session Management 📋 Planned
|
|
82
|
+
├─ Cost Tracking & Budget Enforcement 📋 Planned
|
|
83
|
+
└─ Auto-Escalation on Local Model Failure 📋 Planned
|
|
84
|
+
|
|
85
|
+
v0.6.0: RAG Integration [ ] 0%
|
|
86
|
+
Priority: HIGH
|
|
87
|
+
├─ Codebase Indexing with Embeddings 📋 Planned
|
|
88
|
+
├─ Semantic Code Search 📋 Planned
|
|
89
|
+
├─ Context-aware File Discovery 📋 Planned
|
|
90
|
+
├─ Symbol & Definition Search 📋 Planned
|
|
91
|
+
├─ Vector Database Integration 📋 Planned
|
|
92
|
+
└─ Incremental Indexing 📋 Planned
|
|
93
|
+
|
|
94
|
+
v0.7.0: GitHub Integration [ ] 0%
|
|
95
|
+
Priority: MEDIUM
|
|
96
|
+
├─ GitHub API Integration 📋 Planned
|
|
97
|
+
├─ Repository Management 📋 Planned
|
|
98
|
+
├─ Issue & PR Creation 📋 Planned
|
|
99
|
+
├─ Code Review Assistance 📋 Planned
|
|
100
|
+
├─ Branch Management 📋 Planned
|
|
101
|
+
└─ GitHub Actions Integration 📋 Planned
|
|
102
|
+
|
|
103
|
+
v0.8.0: Cross-Platform Support [ ] 0%
|
|
104
|
+
Priority: MEDIUM
|
|
105
|
+
├─ Platform Detection & Defaults 📋 Planned
|
|
106
|
+
├─ Configuration Path Resolution (XDG, AppData) 📋 Planned
|
|
107
|
+
├─ Terminal Capability Detection 📋 Planned
|
|
108
|
+
├─ Cross-Platform GPU Monitoring 📋 Planned
|
|
109
|
+
└─ Path Normalization 📋 Planned
|
|
110
|
+
|
|
111
|
+
v0.9.0: vLLM & Open Source Providers [ ] 0%
|
|
112
|
+
Priority: MEDIUM
|
|
113
|
+
├─ vLLM Provider Integration 📋 Planned
|
|
114
|
+
├─ LM Studio Support 📋 Planned
|
|
115
|
+
├─ Text Generation WebUI Support 📋 Planned
|
|
116
|
+
├─ LocalAI Support 📋 Planned
|
|
117
|
+
└─ High-Performance Streaming 📋 Planned
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
BETA RELEASE (v1.0.0+)
|
|
121
|
+
═══════════════════════════════════════════════════════════════════════════
|
|
122
|
+
|
|
123
|
+
v1.0.0: Beta Release [ ] 0%
|
|
124
|
+
Priority: CRITICAL
|
|
125
|
+
├─ Production-Grade Stability 🎯 Future
|
|
126
|
+
├─ API Stability Guarantees 🎯 Future
|
|
127
|
+
├─ Complete Documentation 🎯 Future
|
|
128
|
+
├─ Performance Optimization 🎯 Future
|
|
129
|
+
├─ Security Hardening 🎯 Future
|
|
130
|
+
└─ Community Feedback Integration 🎯 Future
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
## Release Dependencies
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
137
|
+
│ Release Dependency Graph │
|
|
138
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
139
|
+
|
|
140
|
+
┌─────────────────────┐
|
|
141
|
+
│ Pre-Alpha │
|
|
142
|
+
│ Stages 1-9 │
|
|
143
|
+
│ → v0.1.0 │
|
|
144
|
+
└──────────┬──────────┘
|
|
145
|
+
│
|
|
146
|
+
┌──────────────┼──────────────┐
|
|
147
|
+
│ │ │
|
|
148
|
+
▼ ▼ ▼
|
|
149
|
+
┌───────────┐ ┌───────────┐ ┌───────────┐
|
|
150
|
+
│ v0.2.0 │ │ v0.4.0 │ │ v0.6.0 │
|
|
151
|
+
│ File │ │ Code │ │ RAG │
|
|
152
|
+
│ Explorer │ │ Editor │ │ Search │
|
|
153
|
+
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘
|
|
154
|
+
│ │ │
|
|
155
|
+
▼ │ │
|
|
156
|
+
┌───────────┐ │ │
|
|
157
|
+
│ v0.3.0 │ │ │
|
|
158
|
+
│ Advanced │ │ │
|
|
159
|
+
│ Explorer │ │ │
|
|
160
|
+
└─────┬─────┘ │ │
|
|
161
|
+
│ │ │
|
|
162
|
+
└──────┬───────┴──────┬───────┘
|
|
163
|
+
│ │
|
|
164
|
+
▼ ▼
|
|
165
|
+
┌───────────┐ ┌───────────┐
|
|
166
|
+
│ v0.5.0 │ │ v0.7.0 │
|
|
167
|
+
│ Kraken │ │ GitHub │
|
|
168
|
+
│ (LLMs) │ │ Integr. │
|
|
169
|
+
└─────┬─────┘ └─────┬─────┘
|
|
170
|
+
│ │
|
|
171
|
+
└──────┬───────┘
|
|
172
|
+
│
|
|
173
|
+
▼
|
|
174
|
+
┌───────────┐
|
|
175
|
+
│ v0.8.0 │
|
|
176
|
+
│ Cross- │
|
|
177
|
+
│ Platform │
|
|
178
|
+
└─────┬─────┘
|
|
179
|
+
│
|
|
180
|
+
▼
|
|
181
|
+
┌───────────┐
|
|
182
|
+
│ v0.9.0 │
|
|
183
|
+
│ vLLM & │
|
|
184
|
+
│ Providers│
|
|
185
|
+
└─────┬─────┘
|
|
186
|
+
│
|
|
187
|
+
▼
|
|
188
|
+
┌───────────┐
|
|
189
|
+
│ v1.0.0 │
|
|
190
|
+
│ Beta │
|
|
191
|
+
│ Release │
|
|
192
|
+
└───────────┘
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
## Priority Matrix
|
|
196
|
+
|
|
197
|
+
```
|
|
198
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
199
|
+
│ Priority vs Complexity Matrix │
|
|
200
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
201
|
+
|
|
202
|
+
High Priority
|
|
203
|
+
│
|
|
204
|
+
│ v0.2.0 v0.4.0 v0.5.0
|
|
205
|
+
│ File Explorer Code Editor Kraken
|
|
206
|
+
│ [Medium] [Medium] [High]
|
|
207
|
+
│
|
|
208
|
+
│ v0.6.0 v0.7.0
|
|
209
|
+
│ RAG Search GitHub
|
|
210
|
+
│ [High] [Medium]
|
|
211
|
+
│
|
|
212
|
+
│ v0.8.0 v0.9.0 v1.0.0
|
|
213
|
+
│ Cross-Platform vLLM Providers Beta
|
|
214
|
+
│ [Low] [Medium] [High]
|
|
215
|
+
│
|
|
216
|
+
Low Priority
|
|
217
|
+
└────────────────────────────────────────────────────────────────▶
|
|
218
|
+
Low Complexity High Complexity
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
## Release Timeline
|
|
222
|
+
|
|
223
|
+
```
|
|
224
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
225
|
+
│ Estimated Release Timeline │
|
|
226
|
+
│ (Subject to change based on │
|
|
227
|
+
│ community feedback and resources) │
|
|
228
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
229
|
+
|
|
230
|
+
Q1 2026 │ ████████████ v0.1.0: Foundation (Released)
|
|
231
|
+
│
|
|
232
|
+
Q2 2026 │ █████████░░░ v0.2.0: File Explorer & MCP (Planned)
|
|
233
|
+
│ ░░░░░░░░░░░░ v0.3.0: Advanced Explorer (Planned)
|
|
234
|
+
│
|
|
235
|
+
Q3 2026 │ ░░░░░░░░░░░░ v0.4.0: Code Editor (Planned)
|
|
236
|
+
│ ░░░░░░░░░░░░ v0.5.0: Release Kraken (Planned)
|
|
237
|
+
│
|
|
238
|
+
Q3 2026 │ ░░░░░░░░░░░░ v0.6.0: RAG Integration (Planned)
|
|
239
|
+
│ ░░░░░░░░░░░░ v0.7.0: GitHub Integration (Planned)
|
|
240
|
+
│
|
|
241
|
+
Q4 2026 │ ░░░░░░░░░░░░ v0.8.0: Cross-Platform (Planned)
|
|
242
|
+
│ ░░░░░░░░░░░░ v0.9.0: vLLM Providers (Planned)
|
|
243
|
+
│
|
|
244
|
+
Q4 2026 │ ░░░░░░░░░░░░ v1.0.0: Beta Release (Future)
|
|
245
|
+
│
|
|
246
|
+
|
|
247
|
+
Legend:
|
|
248
|
+
████ Released
|
|
249
|
+
░░░░ Planned (Timeline TBD)
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
## Feature Categories
|
|
253
|
+
|
|
254
|
+
```
|
|
255
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
256
|
+
│ Features by Category │
|
|
257
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
258
|
+
|
|
259
|
+
🎨 USER INTERFACE
|
|
260
|
+
├─ Interactive TUI ✅ v0.1.0
|
|
261
|
+
├─ Non-Interactive Mode ✅ v0.1.0
|
|
262
|
+
├─ Status Bar & Indicators ✅ v0.1.0
|
|
263
|
+
├─ File Explorer 📋 v0.2.0
|
|
264
|
+
├─ Advanced File Explorer 📋 v0.3.0
|
|
265
|
+
└─ Code Editor 📋 v0.4.0
|
|
266
|
+
|
|
267
|
+
🔧 CORE FUNCTIONALITY
|
|
268
|
+
├─ Tool System ✅ v0.1.0
|
|
269
|
+
├─ Policy Engine ✅ v0.1.0
|
|
270
|
+
├─ Hook System ✅ v0.1.0
|
|
271
|
+
├─ MCP Integration ✅ v0.1.0
|
|
272
|
+
├─ Enhanced MCP 📋 v0.2.0
|
|
273
|
+
└─ GitHub Integration 📋 v0.7.0
|
|
274
|
+
|
|
275
|
+
🧠 INTELLIGENCE
|
|
276
|
+
├─ Context Management ✅ v0.1.0
|
|
277
|
+
├─ VRAM Monitoring ✅ v0.1.0
|
|
278
|
+
├─ Session Compression ✅ v0.1.0
|
|
279
|
+
├─ Semantic Search (RAG) 📋 v0.6.0
|
|
280
|
+
├─ Codebase Indexing 📋 v0.6.0
|
|
281
|
+
└─ Vector Database 📋 v0.6.0
|
|
282
|
+
|
|
283
|
+
🔌 PROVIDERS
|
|
284
|
+
├─ Ollama (Local) ✅ v0.1.0
|
|
285
|
+
├─ External LLMs (Kraken) 📋 v0.5.0
|
|
286
|
+
│ ├─ CLI Bridge (Gemini, Claude, Codex) 📋 v0.5.0
|
|
287
|
+
│ └─ API Providers (OpenAI, Anthropic, Google) 📋 v0.5.0
|
|
288
|
+
├─ vLLM 📋 v0.9.0
|
|
289
|
+
├─ LM Studio 📋 v0.9.0
|
|
290
|
+
└─ Text Generation WebUI 📋 v0.9.0
|
|
291
|
+
|
|
292
|
+
📁 FILE HANDLING
|
|
293
|
+
├─ File Read/Write Tools ✅ v0.1.0
|
|
294
|
+
├─ File Explorer 📋 v0.2.0
|
|
295
|
+
├─ Multi-file Selection 📋 v0.3.0
|
|
296
|
+
└─ File Preview 📋 v0.3.0
|
|
297
|
+
|
|
298
|
+
🖥️ PLATFORM
|
|
299
|
+
├─ Basic Cross-Platform ✅ v0.1.0
|
|
300
|
+
└─ Enhanced Cross-Platform 📋 v0.8.0
|
|
301
|
+
├─ Platform Detection 📋 v0.8.0
|
|
302
|
+
├─ XDG/AppData Path Resolution 📋 v0.8.0
|
|
303
|
+
├─ Terminal Capability Detection 📋 v0.8.0
|
|
304
|
+
└─ Cross-Platform GPU Monitoring 📋 v0.8.0
|
|
305
|
+
|
|
306
|
+
💰 COST & TRACKING
|
|
307
|
+
├─ Basic Token Counting ✅ v0.1.0
|
|
308
|
+
├─ Cost Tracking 📋 v0.5.0
|
|
309
|
+
└─ Budget Enforcement 📋 v0.5.0
|
|
310
|
+
|
|
311
|
+
🔍 SEARCH & DISCOVERY
|
|
312
|
+
├─ File Search 📋 v0.2.0
|
|
313
|
+
├─ Advanced Filtering 📋 v0.3.0
|
|
314
|
+
├─ Semantic Code Search 📋 v0.6.0
|
|
315
|
+
└─ Symbol Search 📋 v0.6.0
|
|
316
|
+
|
|
317
|
+
✏️ EDITING
|
|
318
|
+
├─ Basic File Operations ✅ v0.1.0
|
|
319
|
+
├─ Code Editor 📋 v0.4.0
|
|
320
|
+
├─ Syntax Highlighting 📋 v0.4.0
|
|
321
|
+
└─ Prettier Formatting 📋 v0.4.0
|
|
322
|
+
```
|
|
323
|
+
|
|
324
|
+
## Implementation Status Legend
|
|
325
|
+
|
|
326
|
+
```
|
|
327
|
+
✅ Released - Feature is implemented, tested, and released
|
|
328
|
+
🔄 In Progress - Feature is currently being developed
|
|
329
|
+
📋 Planned - Feature is planned for future release
|
|
330
|
+
🎯 Future - Feature planned for beta or later
|
|
331
|
+
⏸️ On Hold - Feature development is paused
|
|
332
|
+
❌ Cancelled - Feature will not be implemented
|
|
333
|
+
```
|
|
334
|
+
|
|
335
|
+
## Version Status
|
|
336
|
+
|
|
337
|
+
```
|
|
338
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
339
|
+
│ Version Status │
|
|
340
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
341
|
+
|
|
342
|
+
Pre-Alpha (Stages 1-9)
|
|
343
|
+
├─ Stage 1-9: Foundation Development ✅ Complete
|
|
344
|
+
|
|
345
|
+
Alpha Releases
|
|
346
|
+
├─ v0.1.0: Foundation Release ✅ Released
|
|
347
|
+
├─ v0.2.0: File Explorer & Enhanced MCP 📋 Planned
|
|
348
|
+
├─ v0.3.0: Advanced File Explorer & MCP Polish 📋 Planned
|
|
349
|
+
├─ v0.4.0: Code Editor 📋 Planned
|
|
350
|
+
├─ v0.5.0: Release Kraken 📋 Planned
|
|
351
|
+
├─ v0.6.0: RAG Integration 📋 Planned
|
|
352
|
+
├─ v0.7.0: GitHub Integration 📋 Planned
|
|
353
|
+
├─ v0.8.0: Cross-Platform Support 📋 Planned
|
|
354
|
+
└─ v0.9.0: vLLM & Open Source Providers 📋 Planned
|
|
355
|
+
|
|
356
|
+
Beta Release
|
|
357
|
+
└─ v1.0.0: Beta Release 🎯 Future
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
## Quick Links
|
|
361
|
+
|
|
362
|
+
- **[Roadmap Overview](Roadmap.md)** - Main roadmap document
|
|
363
|
+
- **[Planned Features](PlanedFeatures.md)** - Detailed feature plans
|
|
364
|
+
- **[Contributing](future-development.md#contributing)** - How to contribute
|
|
365
|
+
- **[Feedback](future-development.md#feedback)** - Share your thoughts
|
|
366
|
+
|
|
367
|
+
---
|
|
368
|
+
|
|
369
|
+
**Last Updated:** January 26, 2026
|
|
370
|
+
**Current Version:** v0.1.0 (Alpha)
|
|
371
|
+
**Document Version:** 2.0
|
|
372
|
+
**Status:** Living document - Updated as development progresses
|