@tecet/ollm 0.1.4 → 0.1.5

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.
Files changed (86) hide show
  1. package/dist/cli.js +20 -14
  2. package/dist/cli.js.map +3 -3
  3. package/dist/services/documentService.d.ts.map +1 -1
  4. package/dist/services/documentService.js +12 -2
  5. package/dist/services/documentService.js.map +1 -1
  6. package/dist/ui/components/docs/DocsPanel.d.ts.map +1 -1
  7. package/dist/ui/components/docs/DocsPanel.js +1 -1
  8. package/dist/ui/components/docs/DocsPanel.js.map +1 -1
  9. package/dist/ui/components/launch/VersionBanner.js +1 -1
  10. package/dist/ui/components/launch/VersionBanner.js.map +1 -1
  11. package/dist/ui/components/layout/KeybindsLegend.d.ts.map +1 -1
  12. package/dist/ui/components/layout/KeybindsLegend.js +1 -1
  13. package/dist/ui/components/layout/KeybindsLegend.js.map +1 -1
  14. package/dist/ui/components/tabs/BugReportTab.js +1 -1
  15. package/dist/ui/components/tabs/BugReportTab.js.map +1 -1
  16. package/dist/ui/services/docsService.d.ts +12 -27
  17. package/dist/ui/services/docsService.d.ts.map +1 -1
  18. package/dist/ui/services/docsService.js +40 -67
  19. package/dist/ui/services/docsService.js.map +1 -1
  20. package/docs/README.md +3 -410
  21. package/package.json +10 -7
  22. package/scripts/copy-docs-to-user.cjs +34 -0
  23. package/docs/Context/CheckpointFlowDiagram.md +0 -673
  24. package/docs/Context/ContextArchitecture.md +0 -898
  25. package/docs/Context/ContextCompression.md +0 -1102
  26. package/docs/Context/ContextManagment.md +0 -750
  27. package/docs/Context/Index.md +0 -209
  28. package/docs/Context/README.md +0 -390
  29. package/docs/DevelopmentRoadmap/Index.md +0 -238
  30. package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +0 -419
  31. package/docs/DevelopmentRoadmap/PlanedFeatures.md +0 -448
  32. package/docs/DevelopmentRoadmap/README.md +0 -174
  33. package/docs/DevelopmentRoadmap/Roadmap.md +0 -572
  34. package/docs/DevelopmentRoadmap/RoadmapVisual.md +0 -372
  35. package/docs/Hooks/Architecture.md +0 -885
  36. package/docs/Hooks/Index.md +0 -244
  37. package/docs/Hooks/KeyboardShortcuts.md +0 -248
  38. package/docs/Hooks/Protocol.md +0 -817
  39. package/docs/Hooks/README.md +0 -403
  40. package/docs/Hooks/UserGuide.md +0 -1483
  41. package/docs/Hooks/VisualGuide.md +0 -598
  42. package/docs/Index.md +0 -506
  43. package/docs/Installation.md +0 -586
  44. package/docs/Introduction.md +0 -367
  45. package/docs/LLM Models/Index.md +0 -239
  46. package/docs/LLM Models/LLM_GettingStarted.md +0 -748
  47. package/docs/LLM Models/LLM_Index.md +0 -701
  48. package/docs/LLM Models/LLM_MemorySystem.md +0 -337
  49. package/docs/LLM Models/LLM_ModelCompatibility.md +0 -499
  50. package/docs/LLM Models/LLM_ModelsArchitecture.md +0 -933
  51. package/docs/LLM Models/LLM_ModelsCommands.md +0 -839
  52. package/docs/LLM Models/LLM_ModelsConfiguration.md +0 -1094
  53. package/docs/LLM Models/LLM_ModelsList.md +0 -1071
  54. package/docs/LLM Models/LLM_ModelsList.md.backup +0 -400
  55. package/docs/LLM Models/README.md +0 -355
  56. package/docs/MCP/MCP_Architecture.md +0 -1086
  57. package/docs/MCP/MCP_Commands.md +0 -1111
  58. package/docs/MCP/MCP_GettingStarted.md +0 -590
  59. package/docs/MCP/MCP_Index.md +0 -524
  60. package/docs/MCP/MCP_Integration.md +0 -866
  61. package/docs/MCP/MCP_Marketplace.md +0 -160
  62. package/docs/MCP/README.md +0 -415
  63. package/docs/Prompts System/Architecture.md +0 -760
  64. package/docs/Prompts System/Index.md +0 -223
  65. package/docs/Prompts System/PromptsRouting.md +0 -1047
  66. package/docs/Prompts System/PromptsTemplates.md +0 -1102
  67. package/docs/Prompts System/README.md +0 -389
  68. package/docs/Prompts System/SystemPrompts.md +0 -856
  69. package/docs/Quickstart.md +0 -535
  70. package/docs/Tools/Architecture.md +0 -884
  71. package/docs/Tools/GettingStarted.md +0 -624
  72. package/docs/Tools/Index.md +0 -216
  73. package/docs/Tools/ManifestReference.md +0 -141
  74. package/docs/Tools/README.md +0 -440
  75. package/docs/Tools/UserGuide.md +0 -773
  76. package/docs/Troubleshooting.md +0 -1265
  77. package/docs/UI&Settings/Architecture.md +0 -729
  78. package/docs/UI&Settings/ColorASCII.md +0 -34
  79. package/docs/UI&Settings/Commands.md +0 -755
  80. package/docs/UI&Settings/Configuration.md +0 -872
  81. package/docs/UI&Settings/Index.md +0 -293
  82. package/docs/UI&Settings/Keybinds.md +0 -372
  83. package/docs/UI&Settings/README.md +0 -278
  84. package/docs/UI&Settings/Terminal.md +0 -637
  85. package/docs/UI&Settings/Themes.md +0 -604
  86. package/docs/UI&Settings/UIGuide.md +0 -550
@@ -1,372 +0,0 @@
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