@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,572 +0,0 @@
1
- # OLLM CLI Development Roadmap
2
-
3
- **Last Updated:** January 26, 2026
4
- **Current Version:** v0.1.0 (Alpha)
5
-
6
- ---
7
-
8
- ## Overview
9
-
10
- OLLM CLI is a local-first command-line interface for open-source LLMs with tools, hooks, and MCP integration. This roadmap outlines the development path from pre-alpha stages through alpha (v0.1.0-v0.9.0) to beta (v1.0.0+).
11
-
12
- ---
13
-
14
- ## Development Phases
15
-
16
- ### Pre-Alpha: Stages 1-9 (Completed)
17
-
18
- **Status:** ✅ Complete
19
- **Timeline:** Development stages 1-9
20
- **Result:** v0.1.0 Alpha Release
21
-
22
- The foundation of OLLM CLI has been successfully implemented through 9 development stages:
23
-
24
- **Stage 1-2: Foundation & Core Provider**
25
-
26
- - Project structure and build system
27
- - Provider abstraction layer
28
- - Ollama provider integration
29
- - Basic message handling
30
-
31
- **Stage 3: Tools & Policy**
32
-
33
- - Tool registry and execution
34
- - Policy engine (ASK, AUTO, YOLO modes)
35
- - Built-in tools (file ops, shell, web)
36
- - Tool confirmation system
37
-
38
- **Stage 4: Services & Sessions**
39
-
40
- - Session recording and management
41
- - Context management foundation
42
- - Dynamic prompt system
43
- - Service container architecture
44
-
45
- **Stage 5: Hooks, Extensions & MCP**
46
-
47
- - Hook system for automation
48
- - Extension framework
49
- - MCP client integration
50
- - Event-driven architecture
51
-
52
- **Stage 6: CLI & UI**
53
-
54
- - React + Ink terminal UI
55
- - Interactive TUI components
56
- - Tool support detection
57
- - Hooks panel UI
58
-
59
- **Stage 7: Model Management**
60
-
61
- - Model discovery and metadata
62
- - Context window configuration
63
- - Tool support detection
64
- - Reasoning model support
65
-
66
- **Stage 8: Testing & QA**
67
-
68
- - Comprehensive test suite
69
- - Property-based testing
70
- - Integration tests
71
- - CI/CD pipeline
72
-
73
- **Stage 9: Documentation & Release**
74
-
75
- - Complete documentation
76
- - User guides and API reference
77
- - Release preparation
78
- - v0.1.0 launch
79
-
80
- **See:** Development Plan (`.dev/development-plan.md`) for detailed stage information
81
-
82
- ---
83
-
84
- ## Alpha Releases (v0.1.0 - v0.9.0)
85
-
86
- ### v0.1.0 - Foundation Release ✅ COMPLETE
87
-
88
- **Status:** Released
89
- **Focus:** Core functionality and stability
90
-
91
- **Features:**
92
-
93
- - Interactive TUI and non-interactive modes
94
- - Provider-agnostic architecture (Ollama)
95
- - Comprehensive tool system
96
- - Policy engine with approval modes
97
- - Context management with VRAM monitoring
98
- - Session recording and compression
99
- - Hook system for automation
100
- - MCP integration
101
- - Extension framework
102
- - Testing infrastructure
103
-
104
- **Documentation:** Complete user guides and API reference
105
-
106
- ---
107
-
108
- ### v0.2.0 - File Explorer & Enhanced MCP
109
-
110
- **Status:** 📋 Planned
111
- **Focus:** File management and MCP improvements
112
-
113
- **Features:**
114
-
115
- **File Explorer:**
116
-
117
- - Tree-based file browser in side panel
118
- - File operations (open, edit, rename, delete)
119
- - Git status indicators
120
- - Quick file search
121
- - Syntax highlighting preview
122
- - Follow active file mode
123
-
124
- **MCP Enhancements:**
125
-
126
- - OAuth authentication support
127
- - Health monitoring system
128
- - Server restart capabilities
129
- - Marketplace integration
130
- - Enhanced server management
131
-
132
- **Specifications:**
133
-
134
- - `.kiro/specs/v0.2.0 File Explorer/`
135
- - `.kiro/specs/v0.2.0 MCP Integration/`
136
-
137
- ---
138
-
139
- ### v0.3.0 - Advanced File Explorer & MCP Polish
140
-
141
- **Status:** 📋 Planned
142
- **Focus:** Enhanced file management and MCP stability
143
-
144
- **Features:**
145
-
146
- **Advanced File Explorer:**
147
-
148
- - Multi-file selection
149
- - Drag and drop support
150
- - File preview panel
151
- - Advanced search and filtering
152
- - Bookmarks and favorites
153
- - Custom file actions
154
-
155
- **MCP Polish:**
156
-
157
- - Improved error handling
158
- - Better resource management
159
- - Enhanced tool discovery
160
- - Performance optimizations
161
- - Stability improvements
162
-
163
- **Specifications:**
164
-
165
- - `.kiro/specs/v0.3.0 File Explorer/`
166
- - `.kiro/specs/v0.3.0 MCP Integration/`
167
-
168
- ---
169
-
170
- ### v0.4.0 - Code Editor
171
-
172
- **Status:** 📋 Planned
173
- **Focus:** Built-in terminal-based code editor
174
-
175
- **Features:**
176
-
177
- - Terminal-based code editor (3rd window)
178
- - Cursor navigation and text editing
179
- - Undo/redo support
180
- - Copy/cut/paste operations
181
- - Find and go-to-line
182
- - Syntax highlighting (50+ languages)
183
- - Prettier formatting integration
184
- - Multiple file tabs
185
- - Auto-save functionality
186
- - External change detection
187
-
188
- **Benefits:**
189
-
190
- - Edit files without leaving OLLM CLI
191
- - Seamless integration with chat and terminal
192
- - Quick edits during development
193
- - Syntax-aware editing
194
-
195
- **Specifications:** `.kiro/specs/v0.4.0 Code Editor/`
196
-
197
- ---
198
-
199
- ### v0.5.0 - RAG Integration
200
-
201
- **Status:** 📋 Planned
202
- **Focus:** Semantic search and codebase understanding
203
-
204
- **Features:**
205
-
206
- - Codebase indexing with embeddings
207
- - Semantic code search
208
- - Context-aware file discovery
209
- - Symbol and definition search
210
- - Documentation search
211
- - Vector database integration
212
- - Incremental indexing
213
- - Search result ranking
214
-
215
- **Benefits:**
216
-
217
- - Find relevant code quickly
218
- - Better context for LLM
219
- - Improved code understanding
220
- - Faster development workflow
221
-
222
- **Specifications:** `.kiro/specs/v0.5.0 RAG-integration/`
223
-
224
- ---
225
-
226
- ### v0.6.0 - Release Kraken
227
-
228
- **Status:** 📋 Planned
229
- **Focus:** External LLM provider integration
230
-
231
- **Features:**
232
-
233
- **CLI-Based Providers:**
234
-
235
- - Gemini CLI integration
236
- - Claude Code integration
237
- - Codex CLI integration
238
- - Subprocess execution bridge
239
- - STDIN/STDOUT communication
240
-
241
- **API-Based Providers:**
242
-
243
- - OpenAI API integration
244
- - Anthropic API integration
245
- - Google AI API integration
246
- - Streaming response handling
247
- - Token usage tracking
248
-
249
- **Kraken Management:**
250
-
251
- - Provider discovery and health checks
252
- - Intelligent provider selection
253
- - Context transfer between providers
254
- - Cost tracking and budget enforcement
255
- - Auto-escalation on local model failure
256
- - Confirmation dialogs for external requests
257
-
258
- **Benefits:**
259
-
260
- - Access to powerful cloud models
261
- - Fallback when local models struggle
262
- - Cost-effective provider selection
263
- - Seamless context sharing
264
-
265
- **Specifications:** `.kiro/specs/v0.6.0 Release Kraken/`
266
-
267
- ---
268
-
269
- ### v0.7.0 - GitHub Integration
270
-
271
- **Status:** 📋 Planned
272
- **Focus:** GitHub workflow integration
273
-
274
- **Features:**
275
-
276
- - GitHub API integration
277
- - Repository management
278
- - Issue and PR creation
279
- - Code review assistance
280
- - Branch management
281
- - Commit history analysis
282
- - GitHub Actions integration
283
- - Gist support
284
-
285
- **Benefits:**
286
-
287
- - Manage GitHub from CLI
288
- - Automated PR creation
289
- - AI-assisted code review
290
- - Streamlined workflow
291
-
292
- **Specifications:** `.kiro/specs/v0.7.0 GitHub-integration/`
293
-
294
- ---
295
-
296
- ### v0.8.0 - Cross-Platform Support
297
-
298
- **Status:** 📋 Planned
299
- **Focus:** Enhanced Windows, macOS, and Linux compatibility
300
-
301
- **Features:**
302
-
303
- **Platform Detection:**
304
-
305
- - Automatic OS detection
306
- - Platform-specific defaults
307
- - Shell selection (cmd.exe, /bin/sh)
308
- - Python command resolution
309
-
310
- **Configuration Paths:**
311
-
312
- - Windows: %APPDATA%\ollm
313
- - macOS: ~/Library/Application Support/ollm
314
- - Linux: XDG directories (~/.config/ollm)
315
- - Legacy ~/.ollm support
316
-
317
- **Terminal Capabilities:**
318
-
319
- - Color support detection
320
- - Unicode support detection
321
- - TTY detection
322
- - ASCII fallback characters
323
-
324
- **GPU Monitoring:**
325
-
326
- - NVIDIA (nvidia-smi) on Windows/Linux
327
- - AMD (rocm-smi) on Linux
328
- - Apple Silicon on macOS
329
- - Graceful fallback to CPU mode
330
-
331
- **Path Normalization:**
332
-
333
- - Forward slash display
334
- - Native separator for operations
335
- - Mixed separator handling
336
- - Cross-platform path resolution
337
-
338
- **Benefits:**
339
-
340
- - Consistent experience across platforms
341
- - Platform-appropriate defaults
342
- - Better terminal adaptation
343
- - Reliable GPU monitoring
344
-
345
- **Specifications:** `.kiro/specs/v0.8.0 Cross Platform/`
346
-
347
- ---
348
-
349
- ### v0.9.0 - vLLM & Open Source Providers
350
-
351
- **Status:** 📋 Planned
352
- **Focus:** High-performance inference engines
353
-
354
- **Features:**
355
-
356
- - vLLM provider integration
357
- - LM Studio support
358
- - Text Generation WebUI support
359
- - LocalAI support
360
- - High-performance streaming
361
- - Batch processing support
362
- - Model serving optimization
363
-
364
- **Benefits:**
365
-
366
- - Faster inference
367
- - Better resource utilization
368
- - Production-ready deployment
369
- - Multiple backend options
370
-
371
- **Specifications:** `.kiro/specs/v0.9.0 vLLM-LMS Providers/`
372
-
373
- ---
374
-
375
- ## Beta Release (v1.0.0+)
376
-
377
- ### v1.0.0 - Beta Release
378
-
379
- **Status:** 🎯 Future
380
- **Focus:** Production readiness and stability
381
-
382
- **Goals:**
383
-
384
- - Feature complete for core workflows
385
- - Production-grade stability
386
- - Comprehensive documentation
387
- - Performance optimization
388
- - Security hardening
389
- - Community feedback integration
390
-
391
- **Criteria for Beta:**
392
-
393
- - All alpha features implemented and tested
394
- - No critical bugs
395
- - Complete user documentation
396
- - API stability guarantees
397
- - Migration guides
398
- - Community adoption
399
-
400
- ---
401
-
402
- ## Feature Roadmap Summary
403
-
404
- ### Current (v0.1.0)
405
-
406
- - ✅ Core TUI and non-interactive modes
407
- - ✅ Ollama provider integration
408
- - ✅ Tool system with policy engine
409
- - ✅ Context management with VRAM monitoring
410
- - ✅ Session recording and compression
411
- - ✅ Hook system and extensions
412
- - ✅ MCP integration
413
- - ✅ Model management
414
- - ✅ Testing infrastructure
415
-
416
- ### Near Term (v0.2.0 - v0.4.0)
417
-
418
- - 📋 File Explorer with git integration
419
- - 📋 Enhanced MCP with OAuth and health monitoring
420
- - 📋 Built-in code editor
421
- - 📋 Advanced file management
422
-
423
- ### Mid Term (v0.5.0 - v0.7.0)
424
-
425
- - 📋 RAG integration for semantic search
426
- - 📋 External LLM providers (Kraken)
427
- - 📋 GitHub integration
428
- - 📋 Cost tracking and budgets
429
-
430
- ### Long Term (v0.8.0 - v0.9.0)
431
-
432
- - 📋 Enhanced cross-platform support
433
- - 📋 vLLM and open source providers
434
- - 📋 Performance optimizations
435
- - 📋 Production deployment features
436
-
437
- ### Beta (v1.0.0+)
438
-
439
- - 🎯 Production readiness
440
- - 🎯 API stability
441
- - 🎯 Community features
442
- - 🎯 Enterprise support
443
-
444
- ---
445
-
446
- ## Implementation Priorities
447
-
448
- ### High Priority
449
-
450
- 1. **File Explorer** (v0.2.0) - Essential for file management
451
- 2. **Code Editor** (v0.4.0) - Core development workflow
452
- 3. **Kraken Integration** (v0.6.0) - Access to powerful models
453
- 4. **RAG Integration** (v0.5.0) - Better code understanding
454
-
455
- ### Medium Priority
456
-
457
- 1. **GitHub Integration** (v0.7.0) - Workflow automation
458
- 2. **Cross-Platform** (v0.8.0) - Broader compatibility
459
- 3. **vLLM Support** (v0.9.0) - Performance improvements
460
-
461
- ### Community-Driven
462
-
463
- - Feature requests from users
464
- - Integration with popular tools
465
- - Platform-specific enhancements
466
- - Performance optimizations
467
-
468
- ---
469
-
470
- ## Contributing
471
-
472
- We welcome contributions to any planned feature!
473
-
474
- ### How to Contribute
475
-
476
- 1. **Review Specifications**
477
- - Read detailed requirements in `.kiro/specs/vX.X.X Feature/`
478
- - Understand design and architecture
479
- - Review task breakdown
480
-
481
- 2. **Discuss Your Approach**
482
- - Open an issue with "feature" label
483
- - Propose implementation plan
484
- - Get feedback from maintainers
485
-
486
- 3. **Start Development**
487
- - Fork the repository
488
- - Create feature branch
489
- - Follow coding standards
490
- - Write tests
491
-
492
- 4. **Submit Pull Request**
493
- - Follow PR template
494
- - Include tests and documentation
495
- - Respond to review feedback
496
-
497
- ### New Feature Ideas
498
-
499
- - Check existing specifications
500
- - Open GitHub Discussion
501
- - Describe use case and benefits
502
- - Gather community feedback
503
-
504
- ---
505
-
506
- ## Feedback and Priorities
507
-
508
- Your input shapes the roadmap!
509
-
510
- **Feature Requests:**
511
-
512
- - Open issue with "feature-request" label
513
- - Describe your use case
514
- - Explain expected benefits
515
-
516
- **Priority Feedback:**
517
-
518
- - Comment on existing issues
519
- - Vote with 👍 reactions
520
- - Share your workflow needs
521
-
522
- **Roadmap Discussion:**
523
-
524
- - Open issue with "roadmap" label
525
- - Suggest priority changes
526
- - Discuss feature dependencies
527
-
528
- ---
529
-
530
- ## Related Documentation
531
-
532
- ### Roadmap Documents
533
-
534
- - [Roadmap Overview](Roadmap.md) - This document
535
- - [Planned Features](PlanedFeatures.md) - Detailed future plans
536
- - [Visual Roadmap](RoadmapVisual.md) - Timeline and diagrams
537
-
538
- ### Development Documents
539
-
540
- - Development Plan (`.dev/development-plan.md`) - Completed stages 1-9
541
- - Specifications (`.kiro/specs/`) - Detailed feature specs
542
- - Knowledge DB (`dev/docs/knowledgeDB/`) - Technical documentation
543
-
544
- ### User Documentation
545
-
546
- - [README](../../README.md) - Project overview
547
- - [Quick Start](../Quickstart.md) - Getting started
548
- - [Configuration](../UI&Settings/Configuration.md) - Settings reference
549
- - [Troubleshooting](../Troubleshooting.md) - Common issues
550
-
551
- ---
552
-
553
- ## Version History
554
-
555
- | Version | Release Date | Status | Highlights |
556
- | ------- | ------------ | ----------- | ------------------------------------- |
557
- | v0.1.0 | 2026-01-26 | ✅ Released | Foundation release with core features |
558
- | v0.2.0 | TBD | 📋 Planned | File Explorer & Enhanced MCP |
559
- | v0.3.0 | TBD | 📋 Planned | Advanced File Explorer & MCP Polish |
560
- | v0.4.0 | TBD | 📋 Planned | Code Editor |
561
- | v0.5.0 | TBD | 📋 Planned | RAG Integration |
562
- | v0.6.0 | TBD | 📋 Planned | Release Kraken |
563
- | v0.7.0 | TBD | 📋 Planned | GitHub Integration |
564
- | v0.8.0 | TBD | 📋 Planned | Cross-Platform Support |
565
- | v0.9.0 | TBD | 📋 Planned | vLLM & Open Source Providers |
566
- | v1.0.0 | TBD | 🎯 Future | Beta Release |
567
-
568
- ---
569
-
570
- **Last Updated:** January 26, 2026
571
- **Current Version:** v0.1.0 (Alpha)
572
- **Next Release:** v0.2.0 (Planned)