@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
package/docs/Index.md DELETED
@@ -1,506 +0,0 @@
1
- # OLLM CLI Documentation Index
2
-
3
- **Complete Index of All Documentation**
4
-
5
- This index provides a comprehensive overview of all OLLM CLI documentation organized by topic, audience, and type.
6
-
7
- ---
8
-
9
- ## 📚 Quick Navigation
10
-
11
- - [Getting Started](#getting-started)
12
- - [User Documentation](#user-documentation)
13
- - [System Documentation](#system-documentation)
14
- - [Architecture Documentation](#architecture-documentation)
15
- - [Development Documentation](#development-documentation)
16
- - [Reference Documentation](#reference-documentation)
17
-
18
- ---
19
-
20
- ## Getting Started
21
-
22
- ### [Introduction](Introduction.md)
23
-
24
- **What is OLLM CLI and why use it?**
25
-
26
- A friendly introduction to OLLM CLI written in natural language. Explains what OLLM CLI is, how it works, key features, and who it's for.
27
-
28
- **Topics:** Overview, Features, Use Cases, Philosophy
29
- **Audience:** Everyone
30
- **Length:** ~15 min read
31
-
32
- ---
33
-
34
- ### [Installation](Installation.md)
35
-
36
- **Install OLLM CLI on your computer**
37
-
38
- Step-by-step installation guide for all platforms. Includes prerequisites, installation steps, verification, and troubleshooting.
39
-
40
- **Topics:** Prerequisites, Installation, Configuration, Verification
41
- **Audience:** New users
42
- **Length:** ~10 min read
43
-
44
- ---
45
-
46
- ### [Quick Start](Quickstart.md)
47
-
48
- **Get up and running in 5 minutes**
49
-
50
- Hands-on guide to your first conversation with OLLM CLI. Covers basic usage, tools, commands, and common tasks.
51
-
52
- **Topics:** First Steps, Using Tools, Commands, Tips
53
- **Audience:** New users
54
- **Length:** ~15 min read
55
-
56
- ---
57
-
58
- ### [Troubleshooting](Troubleshooting.md)
59
-
60
- **Common issues and solutions**
61
-
62
- Comprehensive troubleshooting guide covering connection issues, installation problems, tool execution, and more.
63
-
64
- **Topics:** Quick Fixes, Common Issues, Debug Mode, Getting Help
65
- **Audience:** All users
66
- **Length:** ~20 min read
67
-
68
- ---
69
-
70
- ## User Documentation
71
-
72
- ### User Interface & Settings
73
-
74
- **[README](UI&Settings/README.md)** - Overview and navigation
75
- **[Index](UI&Settings/Index.md)** - Quick reference with links
76
- **[UI Guide](UI&Settings/UIGuide.md)** - Complete interface documentation
77
- **[Commands](UI&Settings/Commands.md)** - All slash commands
78
- **[Keybinds](UI&Settings/Keybinds.md)** - Keyboard shortcuts
79
- **[Themes](UI&Settings/Themes.md)** - Theme system and customization
80
- **[Terminal](UI&Settings/Terminal.md)** - Integrated terminal
81
- **[Configuration](UI&Settings/Configuration.md)** - Settings and options
82
- **[Architecture](UI&Settings/Architecture.md)** - UI technical architecture
83
-
84
- **Topics:** Interface, Commands, Shortcuts, Themes, Terminal, Settings
85
- **Files:** 9 documents
86
-
87
- ---
88
-
89
- ### Context Management
90
-
91
- **[README](Context/README.md)** - Overview and navigation
92
- **[Index](Context/Index.md)** - Quick reference with links
93
- **[Context Architecture](Context/ContextArchitecture.md)** - System architecture
94
- **[Context Management](Context/ContextManagment.md)** - Context sizing and VRAM
95
- **[Context Compression](Context/ContextCompression.md)** - Compression system
96
- **[Checkpoint Flow](Context/CheckpointFlowDiagram.md)** - Checkpoint system
97
-
98
- **Topics:** Context Tiers, VRAM, Compression, Checkpoints, Memory
99
- **Files:** 6 documents
100
-
101
- ---
102
-
103
- ### Model Management
104
-
105
- **[README](LLM%20Models/README.md)** - Overview and navigation
106
- **[Index](LLM%20Models/Index.md)** - Quick reference with links
107
- **[LLM Index](LLM%20Models/LLM_Index.md)** - Complete documentation index
108
- **[Models List](LLM%20Models/LLM_ModelsList.md)** - Ollama models reference
109
- **[Model Compatibility](LLM%20Models/LLM_ModelCompatibility.md)** - Compatibility matrix
110
- **[Memory System](LLM%20Models/LLM_MemorySystem.md)** - Cross-session memory
111
-
112
- **Topics:** Models, Providers, Context Windows, Tool Support, Memory
113
- **Files:** 6 documents
114
-
115
- ---
116
-
117
- ### Tools System
118
-
119
- **[README](Tools/README.md)** - Overview and navigation
120
- **[Index](Tools/Index.md)** - Quick reference with links
121
- **[User Guide](Tools/UserGuide.md)** - Using tools
122
- **[Architecture](Tools/Architecture.md)** - System architecture
123
- **[Getting Started](Tools/GettingStarted.md)** - Extension tools
124
- **[Manifest Reference](Tools/ManifestReference.md)** - Extension manifest schema
125
-
126
- **Topics:** Tools, Execution, Approval, Extensions, Configuration
127
- **Files:** 6 documents
128
-
129
- ---
130
-
131
- ### Hooks System
132
-
133
- **[README](Hooks/README.md)** - Overview and navigation
134
- **[Index](Hooks/Index.md)** - Quick reference with links
135
- **[Architecture](Hooks/Architecture.md)** - System architecture
136
- **[User Guide](Hooks/UserGuide.md)** - Using hooks
137
- **[Protocol](Hooks/Protocol.md)** - Hook protocol specification
138
- **[Visual Guide](Hooks/VisualGuide.md)** - Visual diagrams
139
- **[Keyboard Shortcuts](Hooks/KeyboardShortcuts.md)** - Hook keybindings
140
-
141
- **Topics:** Hooks, Events, Automation, Trust Model, Protocol
142
- **Files:** 7 documents
143
-
144
- ---
145
-
146
- ### MCP Integration
147
-
148
- **[README](MCP/README.md)** - Overview and navigation
149
- **[MCP Index](MCP/MCP_Index.md)** - Complete documentation index
150
- **[Getting Started](MCP/MCP_GettingStarted.md)** - Quick start guide
151
- **[Architecture](MCP/MCP_Architecture.md)** - System architecture
152
- **[Integration](MCP/MCP_Integration.md)** - Integration guide
153
- **[Commands](MCP/MCP_Commands.md)** - CLI commands
154
- **[Marketplace](MCP/MCP_Marketplace.md)** - Server marketplace
155
-
156
- **Topics:** MCP, Servers, Tools, OAuth, Integration
157
- **Files:** 7 documents
158
-
159
- ---
160
-
161
- ### Prompts System
162
-
163
- **[README](Prompts%20System/README.md)** - Overview and navigation
164
- **[Index](Prompts%20System/Index.md)** - Quick reference with links
165
- **[Architecture](Prompts%20System/Architecture.md)** - System architecture
166
- **[System Prompts](Prompts%20System/SystemPrompts.md)** - Prompt construction
167
- **[Prompt Templates](Prompts%20System/PromptsTemplates.md)** - Template system
168
- **[Prompt Routing](Prompts%20System/PromptsRouting.md)** - Routing and modes
169
-
170
- **Topics:** System Prompts, Templates, Routing, Modes, Goals
171
- **Files:** 6 documents
172
-
173
- ---
174
-
175
- ## System Documentation
176
-
177
- ### By Component
178
-
179
- **User Interface**
180
-
181
- - [UI Guide](UI&Settings/UIGuide.md) - Interface layout
182
- - [UI Architecture](UI&Settings/Architecture.md) - Technical design
183
- - [Commands](UI&Settings/Commands.md) - All commands
184
- - [Keybinds](UI&Settings/Keybinds.md) - Keyboard shortcuts
185
-
186
- **Context System**
187
-
188
- - [Context Management](Context/ContextManagment.md) - Context sizing
189
- - [Context Architecture](Context/ContextArchitecture.md) - System design
190
- - [Context Compression](Context/ContextCompression.md) - Compression
191
- - [Checkpoint Flow](Context/CheckpointFlowDiagram.md) - Checkpoints
192
-
193
- **Model System**
194
-
195
- - [Model Management](LLM%20Models/README.md) - Model lifecycle
196
- - [Models List](LLM%20Models/LLM_ModelsList.md) - Available models
197
- - [Model Compatibility](LLM%20Models/LLM_ModelCompatibility.md) - Compatibility
198
- - [Memory System](LLM%20Models/LLM_MemorySystem.md) - Memory
199
-
200
- **Tool System**
201
-
202
- - [Tools User Guide](Tools/UserGuide.md) - Using tools
203
- - [Tools Architecture](Tools/Architecture.md) - System design
204
- - [Extension Tools](Tools/GettingStarted.md) - Extensions
205
- - [Manifest Reference](Tools/ManifestReference.md) - Manifest schema
206
-
207
- **Hook System**
208
-
209
- - [Hooks User Guide](Hooks/UserGuide.md) - Using hooks
210
- - [Hooks Architecture](Hooks/Architecture.md) - System design
211
- - [Hook Protocol](Hooks/Protocol.md) - Protocol spec
212
- - [Visual Guide](Hooks/VisualGuide.md) - Diagrams
213
-
214
- **MCP System**
215
-
216
- - [MCP Getting Started](MCP/MCP_GettingStarted.md) - Quick start
217
- - [MCP Architecture](MCP/MCP_Architecture.md) - System design
218
- - [MCP Integration](MCP/MCP_Integration.md) - Integration
219
- - [MCP Commands](MCP/MCP_Commands.md) - Commands
220
-
221
- **Prompts System**
222
-
223
- - [System Prompts](Prompts%20System/SystemPrompts.md) - Prompt construction
224
- - [Prompts Architecture](Prompts%20System/Architecture.md) - System design
225
- - [Prompt Templates](Prompts%20System/PromptsTemplates.md) - Templates
226
- - [Prompt Routing](Prompts%20System/PromptsRouting.md) - Routing
227
-
228
- ---
229
-
230
- ## Architecture Documentation
231
-
232
- ### System Architectures
233
-
234
- **[UI Architecture](UI&Settings/Architecture.md)**
235
-
236
- - React + Ink integration
237
- - Component hierarchy
238
- - State management
239
- - Theme system
240
- - Terminal integration
241
- - Rendering optimization
242
-
243
- **[Context Architecture](Context/ContextArchitecture.md)**
244
-
245
- - VRAM monitoring
246
- - Context sizing
247
- - Compression service
248
- - Checkpoint system
249
- - Component interactions
250
-
251
- **[Tools Architecture](Tools/Architecture.md)**
252
-
253
- - Tool registry
254
- - Execution engine
255
- - Approval system
256
- - Schema validation
257
- - Security model
258
-
259
- **[Hooks Architecture](Hooks/Architecture.md)**
260
-
261
- - Hook registry
262
- - Event system
263
- - Execution engine
264
- - Trust model
265
- - Security and sandboxing
266
-
267
- **[MCP Architecture](MCP/MCP_Architecture.md)**
268
-
269
- - MCP client
270
- - Transport layer
271
- - Schema conversion
272
- - Tool integration
273
- - OAuth system
274
-
275
- **[Prompts Architecture](Prompts%20System/Architecture.md)**
276
-
277
- - Prompt orchestrator
278
- - Template system
279
- - Goal management
280
- - Mode system
281
- - Prompt construction
282
-
283
- ---
284
-
285
- ## Development Documentation
286
-
287
- ### Development Roadmap
288
-
289
- **[README](DevelopmentRoadmap/README.md)** - Overview
290
- **[Index](DevelopmentRoadmap/Index.md)** - Quick reference
291
- **[Roadmap](DevelopmentRoadmap/Roadmap.md)** - Detailed roadmap
292
- **[Roadmap Visual](DevelopmentRoadmap/RoadmapVisual.md)** - Visual timeline
293
- **[Planned Features](DevelopmentRoadmap/PlanedFeatures.md)** - Feature reference
294
- **[Releases](DevelopmentRoadmap/OLLM-CLI_Releases.md)** - Release notes
295
-
296
- **Topics:** Versions, Features, Timeline, Releases
297
- **Files:** 6 documents
298
-
299
- ---
300
-
301
- ## Reference Documentation
302
-
303
- ### Command References
304
-
305
- **[Commands Reference](UI&Settings/Commands.md)**
306
-
307
- - Session management
308
- - Context and model commands
309
- - MCP and extension commands
310
- - Git and workflow commands
311
- - Configuration commands
312
-
313
- **[MCP Commands](MCP/MCP_Commands.md)**
314
-
315
- - MCP server commands
316
- - Health commands
317
- - OAuth commands
318
- - Hook commands
319
- - Extension commands
320
-
321
- ### Configuration References
322
-
323
- **[Configuration Guide](UI&Settings/Configuration.md)**
324
-
325
- - Layout settings
326
- - Display preferences
327
- - Theme configuration
328
- - Performance tuning
329
-
330
- **[Manifest Reference](Tools/ManifestReference.md)**
331
-
332
- - Extension manifest schema
333
- - Required fields
334
- - Optional fields
335
- - MCP server configuration
336
-
337
- ### Protocol References
338
-
339
- **[Hook Protocol](Hooks/Protocol.md)**
340
-
341
- - Hook file format
342
- - Event types and payloads
343
- - Action types
344
- - Input/output format
345
- - Protocol versioning
346
-
347
- ---
348
-
349
- ## Documentation by Audience
350
-
351
- ### For New Users
352
-
353
- **Start Here:**
354
-
355
- 1. [Introduction](Introduction.md) - What is OLLM CLI?
356
- 2. [Installation](Installation.md) - Install on your computer
357
- 3. [Quick Start](Quickstart.md) - Get started in 5 minutes
358
-
359
- **Then Explore:** 4. [UI Guide](UI&Settings/UIGuide.md) - Learn the interface 5. [Commands](UI&Settings/Commands.md) - Learn commands 6. [Tools User Guide](Tools/UserGuide.md) - Use tools
360
-
361
- ### For Regular Users
362
-
363
- **Configuration:**
364
-
365
- 1. [Configuration Guide](UI&Settings/Configuration.md)
366
- 2. [Themes Guide](UI&Settings/Themes.md)
367
- 3. [Model Management](LLM%20Models/README.md)
368
-
369
- **Advanced Features:** 4. [Context Management](Context/ContextManagment.md) 5. [MCP Getting Started](MCP/MCP_GettingStarted.md) 6. [Hooks User Guide](Hooks/UserGuide.md)
370
-
371
- ### For Developers
372
-
373
- **Architecture:**
374
-
375
- 1. [UI Architecture](UI&Settings/Architecture.md)
376
- 2. [Context Architecture](Context/ContextArchitecture.md)
377
- 3. [Tools Architecture](Tools/Architecture.md)
378
- 4. [Hooks Architecture](Hooks/Architecture.md)
379
- 5. [MCP Architecture](MCP/MCP_Architecture.md)
380
- 6. [Prompts Architecture](Prompts%20System/Architecture.md)
381
-
382
- **Development:** 7. [Development Roadmap](DevelopmentRoadmap/Roadmap.md) 8. [Extension Development](Tools/GettingStarted.md) 9. [Hook Development](Hooks/UserGuide.md)
383
-
384
- ---
385
-
386
- ## Documentation by Topic
387
-
388
- ### Installation & Setup
389
-
390
- - [Installation Guide](Installation.md)
391
- - [Quick Start](Quickstart.md)
392
- - [Configuration](UI&Settings/Configuration.md)
393
- - [Troubleshooting](Troubleshooting.md)
394
-
395
- ### User Interface
396
-
397
- - [UI Guide](UI&Settings/UIGuide.md)
398
- - [Commands Reference](UI&Settings/Commands.md)
399
- - [Keyboard Shortcuts](UI&Settings/Keybinds.md)
400
- - [Themes](UI&Settings/Themes.md)
401
- - [Terminal](UI&Settings/Terminal.md)
402
-
403
- ### Context & Memory
404
-
405
- - [Context Management](Context/ContextManagment.md)
406
- - [Context Compression](Context/ContextCompression.md)
407
- - [Checkpoint System](Context/CheckpointFlowDiagram.md)
408
- - [Memory System](LLM%20Models/LLM_MemorySystem.md)
409
-
410
- ### Models & Providers
411
-
412
- - [Model Management](LLM%20Models/README.md)
413
- - [Models List](LLM%20Models/LLM_ModelsList.md)
414
- - [Model Compatibility](LLM%20Models/LLM_ModelCompatibility.md)
415
-
416
- ### Tools & Automation
417
-
418
- - [Tools System](Tools/README.md)
419
- - [Hooks System](Hooks/README.md)
420
- - [MCP Integration](MCP/README.md)
421
-
422
- ### Prompts & Modes
423
-
424
- - [System Prompts](Prompts%20System/SystemPrompts.md)
425
- - [Prompt Templates](Prompts%20System/PromptsTemplates.md)
426
- - [Prompt Routing](Prompts%20System/PromptsRouting.md)
427
-
428
- ---
429
-
430
- ## Documentation Statistics
431
-
432
- ### By Section
433
-
434
- | Section | Files | Status |
435
- | ------------------- | ------ | ----------- |
436
- | Getting Started | 4 | ✅ Complete |
437
- | UI & Settings | 9 | ✅ Complete |
438
- | Context Management | 6 | ✅ Complete |
439
- | Model Management | 6 | ✅ Complete |
440
- | Tools System | 6 | ✅ Complete |
441
- | Hooks System | 7 | ✅ Complete |
442
- | MCP Integration | 7 | ✅ Complete |
443
- | Prompts System | 6 | ✅ Complete |
444
- | Development Roadmap | 6 | ✅ Complete |
445
- | **Total** | **57** | **100%** |
446
-
447
- ### By Type
448
-
449
- | Type | Count |
450
- | ----------------- | ------ |
451
- | Overview (README) | 9 |
452
- | Index | 9 |
453
- | User Guides | 12 |
454
- | Architecture | 6 |
455
- | Reference | 8 |
456
- | Getting Started | 4 |
457
- | Other | 9 |
458
- | **Total** | **57** |
459
-
460
- ---
461
-
462
- ## External Resources
463
-
464
- ### Official Resources
465
-
466
- - **GitHub:** [github.com/tecet/ollm](https://github.com/tecet/ollm)
467
- - **Issues:** [github.com/tecet/ollm/issues](https://github.com/tecet/ollm/issues)
468
- - **Discussions:** [github.com/tecet/ollm/discussions](https://github.com/tecet/ollm/discussions)
469
-
470
- ### Related Projects
471
-
472
- - **Ollama:** [ollama.ai](https://ollama.ai)
473
- - **Model Context Protocol:** [modelcontextprotocol.io](https://modelcontextprotocol.io)
474
- - **Ink:** [github.com/vadimdemedes/ink](https://github.com/vadimdemedes/ink)
475
-
476
- ---
477
-
478
- ## Search Tips
479
-
480
- ### Finding Information
481
-
482
- **By Feature:**
483
-
484
- - Search for feature name in this index
485
- - Check the relevant section README
486
- - Look in the Index.md for that section
487
-
488
- **By Task:**
489
-
490
- - "How do I..." → Check User Guides
491
- - "What is..." → Check Overview/README files
492
- - "How does it work..." → Check Architecture files
493
-
494
- **By Problem:**
495
-
496
- - Check [Troubleshooting](Troubleshooting.md) first
497
- - Search for error message
498
- - Check relevant system documentation
499
-
500
- ---
501
-
502
- **Last Updated:** January 26, 2026
503
- **Version:** 0.1.0
504
- **Total Documentation:** 57 files
505
-
506
- For the latest documentation, visit [github.com/tecet/ollm](https://github.com/tecet/ollm)