@tecet/ollm 0.1.4-b → 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 (66) hide show
  1. package/docs/README.md +3 -410
  2. package/package.json +2 -2
  3. package/docs/Context/CheckpointFlowDiagram.md +0 -673
  4. package/docs/Context/ContextArchitecture.md +0 -898
  5. package/docs/Context/ContextCompression.md +0 -1102
  6. package/docs/Context/ContextManagment.md +0 -750
  7. package/docs/Context/Index.md +0 -209
  8. package/docs/Context/README.md +0 -390
  9. package/docs/DevelopmentRoadmap/Index.md +0 -238
  10. package/docs/DevelopmentRoadmap/OLLM-CLI_Releases.md +0 -419
  11. package/docs/DevelopmentRoadmap/PlanedFeatures.md +0 -448
  12. package/docs/DevelopmentRoadmap/README.md +0 -174
  13. package/docs/DevelopmentRoadmap/Roadmap.md +0 -572
  14. package/docs/DevelopmentRoadmap/RoadmapVisual.md +0 -372
  15. package/docs/Hooks/Architecture.md +0 -885
  16. package/docs/Hooks/Index.md +0 -244
  17. package/docs/Hooks/KeyboardShortcuts.md +0 -248
  18. package/docs/Hooks/Protocol.md +0 -817
  19. package/docs/Hooks/README.md +0 -403
  20. package/docs/Hooks/UserGuide.md +0 -1483
  21. package/docs/Hooks/VisualGuide.md +0 -598
  22. package/docs/Index.md +0 -506
  23. package/docs/Installation.md +0 -586
  24. package/docs/Introduction.md +0 -367
  25. package/docs/LLM Models/Index.md +0 -239
  26. package/docs/LLM Models/LLM_GettingStarted.md +0 -748
  27. package/docs/LLM Models/LLM_Index.md +0 -701
  28. package/docs/LLM Models/LLM_MemorySystem.md +0 -337
  29. package/docs/LLM Models/LLM_ModelCompatibility.md +0 -499
  30. package/docs/LLM Models/LLM_ModelsArchitecture.md +0 -933
  31. package/docs/LLM Models/LLM_ModelsCommands.md +0 -839
  32. package/docs/LLM Models/LLM_ModelsConfiguration.md +0 -1094
  33. package/docs/LLM Models/LLM_ModelsList.md +0 -1071
  34. package/docs/LLM Models/LLM_ModelsList.md.backup +0 -400
  35. package/docs/LLM Models/README.md +0 -355
  36. package/docs/MCP/MCP_Architecture.md +0 -1086
  37. package/docs/MCP/MCP_Commands.md +0 -1111
  38. package/docs/MCP/MCP_GettingStarted.md +0 -590
  39. package/docs/MCP/MCP_Index.md +0 -524
  40. package/docs/MCP/MCP_Integration.md +0 -866
  41. package/docs/MCP/MCP_Marketplace.md +0 -160
  42. package/docs/MCP/README.md +0 -415
  43. package/docs/Prompts System/Architecture.md +0 -760
  44. package/docs/Prompts System/Index.md +0 -223
  45. package/docs/Prompts System/PromptsRouting.md +0 -1047
  46. package/docs/Prompts System/PromptsTemplates.md +0 -1102
  47. package/docs/Prompts System/README.md +0 -389
  48. package/docs/Prompts System/SystemPrompts.md +0 -856
  49. package/docs/Quickstart.md +0 -535
  50. package/docs/Tools/Architecture.md +0 -884
  51. package/docs/Tools/GettingStarted.md +0 -624
  52. package/docs/Tools/Index.md +0 -216
  53. package/docs/Tools/ManifestReference.md +0 -141
  54. package/docs/Tools/README.md +0 -440
  55. package/docs/Tools/UserGuide.md +0 -773
  56. package/docs/Troubleshooting.md +0 -1265
  57. package/docs/UI&Settings/Architecture.md +0 -729
  58. package/docs/UI&Settings/ColorASCII.md +0 -34
  59. package/docs/UI&Settings/Commands.md +0 -755
  60. package/docs/UI&Settings/Configuration.md +0 -872
  61. package/docs/UI&Settings/Index.md +0 -293
  62. package/docs/UI&Settings/Keybinds.md +0 -372
  63. package/docs/UI&Settings/README.md +0 -278
  64. package/docs/UI&Settings/Terminal.md +0 -637
  65. package/docs/UI&Settings/Themes.md +0 -604
  66. package/docs/UI&Settings/UIGuide.md +0 -550
@@ -1,535 +0,0 @@
1
- # Quick Start Guide
2
-
3
- Get up and running with OLLM CLI in 5 minutes! This guide will walk you through your first conversation with the AI.
4
-
5
- ---
6
-
7
- ## Before You Start
8
-
9
- Make sure you've [installed OLLM CLI](Installation.md). You should have:
10
-
11
- - ✅ OLLM CLI installed (`ollm --version` works)
12
- - ✅ Ollama running (`ollama list` shows models)
13
- - ✅ At least one model downloaded
14
-
15
- If not, go back to the [Installation Guide](Installation.md).
16
-
17
- ---
18
-
19
- ## Your First Conversation
20
-
21
- ### 1. Start OLLM CLI
22
-
23
- Open your terminal and type:
24
-
25
- ```bash
26
- ollm
27
- ```
28
-
29
- You'll see the OLLM CLI interface:
30
-
31
- ```
32
- ┌─────────────────────────────────────────────────────────────────┐
33
- │ 🦙 llama3.2:3b │ 0/8K │ 🎯 Assistant │ 🕐 14:32:15 │
34
- ├─────────────────────────────────────────────────────────────────┤
35
- │ │
36
- │ Welcome to OLLM CLI! │
37
- │ │
38
- │ Type your message and press Return to chat. │
39
- │ Press Ctrl+K for commands, Ctrl+? for help. │
40
- │ │
41
- │ > _ │
42
- ├─────────────────────────────────────────────────────────────────┤
43
- │ ● Ready | Ctrl+K: Commands | Ctrl+P: Panel | Ctrl+?: Help │
44
- └─────────────────────────────────────────────────────────────────┘
45
- ```
46
-
47
- ### 2. Say Hello
48
-
49
- Type a message and press `Return`:
50
-
51
- ```
52
- You: Hello! What can you help me with?
53
- ```
54
-
55
- The AI will respond:
56
-
57
- ```
58
- Assistant: Hello! I'm here to help you with a variety of tasks:
59
-
60
- - Writing and debugging code
61
- - Answering questions about programming
62
- - Searching the web for information
63
- - Reading and editing files in your workspace
64
- - Running commands and automating tasks
65
- - And much more!
66
-
67
- What would you like to work on today?
68
- ```
69
-
70
- ### 3. Ask a Question
71
-
72
- Try asking something:
73
-
74
- ```
75
- You: What's the difference between let and const in JavaScript?
76
- ```
77
-
78
- ```
79
- Assistant: Great question! Here's the key difference:
80
-
81
- **let:**
82
- - Creates a variable that can be reassigned
83
- - Block-scoped (only exists within its { } block)
84
- - Example: let count = 0; count = 1; // ✓ Works
85
-
86
- **const:**
87
- - Creates a variable that cannot be reassigned
88
- - Also block-scoped
89
- - Must be initialized when declared
90
- - Example: const name = "Alice"; name = "Bob"; // ✗ Error
91
-
92
- However, const doesn't make objects immutable:
93
- const user = { name: "Alice" };
94
- user.name = "Bob"; // ✓ Works (modifying property)
95
- user = {}; // ✗ Error (reassigning variable)
96
-
97
- Use const by default, and only use let when you need to reassign.
98
- ```
99
-
100
- ---
101
-
102
- ## Using Tools
103
-
104
- The AI can use tools to help you. Let's try some:
105
-
106
- ### Reading Files
107
-
108
- ```
109
- You: Read the package.json file
110
- ```
111
-
112
- ```
113
- Assistant: [Uses read_file tool]
114
-
115
- I can see your package.json file. Here's what I found:
116
-
117
- {
118
- "name": "my-project",
119
- "version": "1.0.0",
120
- "dependencies": {
121
- "react": "^18.2.0",
122
- "typescript": "^5.0.0"
123
- }
124
- }
125
-
126
- You're using React 18.2.0 and TypeScript 5.0. Would you like me to
127
- check if there are newer versions available?
128
- ```
129
-
130
- ### Searching the Web
131
-
132
- ```
133
- You: Search for the latest React version
134
- ```
135
-
136
- ```
137
- Assistant: [Uses web_search tool]
138
-
139
- According to my search, React 19 was released in December 2024.
140
- The latest stable version is 19.0.0.
141
-
142
- Key new features in React 19:
143
- - Actions for handling form submissions
144
- - New 'use' hook for reading promises
145
- - Improved error handling
146
- - Better server components support
147
-
148
- Would you like help upgrading your project to React 19?
149
- ```
150
-
151
- ### Running Commands
152
-
153
- ```
154
- You: Run npm test
155
- ```
156
-
157
- ```
158
- Assistant: [Uses shell tool]
159
-
160
- Running tests...
161
-
162
- > my-project@1.0.0 test
163
- > vitest run
164
-
165
- ✓ src/utils.test.ts (5 tests) 234ms
166
- ✓ src/components/Button.test.tsx (3 tests) 156ms
167
-
168
- Test Files 2 passed (2)
169
- Tests 8 passed (8)
170
- Start at 14:32:45
171
- Duration 1.2s
172
-
173
- All tests passed! ✓
174
- ```
175
-
176
- ---
177
-
178
- ## Essential Keyboard Shortcuts
179
-
180
- Learn these shortcuts to work faster:
181
-
182
- | Shortcut | Action |
183
- | -------------- | -------------------- |
184
- | `Return` | Send message |
185
- | `Shift+Return` | New line in message |
186
- | `Ctrl+K` | Open command palette |
187
- | `Ctrl+P` | Toggle side panel |
188
- | `Ctrl+?` | Show help |
189
- | `Ctrl+C` | Exit OLLM CLI |
190
- | `Ctrl+L` | Clear screen |
191
- | `Up Arrow` | Previous message |
192
-
193
- ---
194
-
195
- ## Using Slash Commands
196
-
197
- Slash commands let you control OLLM CLI:
198
-
199
- ### Model Commands
200
-
201
- ```bash
202
- # List available models
203
- /model list
204
-
205
- # Switch to a different model
206
- /model use llama3.1:8b
207
-
208
- # Get model information
209
- /model info llama3.2:3b
210
- ```
211
-
212
- ### Context Commands
213
-
214
- ```bash
215
- # Check context usage
216
- /context stats
217
-
218
- # Compress context
219
- /compact
220
-
221
- # Clear conversation
222
- /clear
223
- ```
224
-
225
- ### Theme Commands
226
-
227
- ```bash
228
- # List themes
229
- /theme list
230
-
231
- # Change theme
232
- /theme use dracula-dark
233
- ```
234
-
235
- ### Help Commands
236
-
237
- ```bash
238
- # Show all commands
239
- /help
240
-
241
- # Get help for specific command
242
- /help model
243
- ```
244
-
245
- ---
246
-
247
- ## Working with Files
248
-
249
- OLLM CLI can read and edit files in your workspace.
250
-
251
- ### Reading Files
252
-
253
- ```
254
- You: Read the README.md file
255
- ```
256
-
257
- The AI will use the `read_file` tool to read and show you the file.
258
-
259
- ### Editing Files
260
-
261
- ```
262
- You: Add a new section to README.md about installation
263
- ```
264
-
265
- The AI will:
266
-
267
- 1. Read the current file
268
- 2. Generate the new content
269
- 3. Ask for your approval
270
- 4. Edit the file
271
-
272
- ### Creating Files
273
-
274
- ```
275
- You: Create a new file called utils.ts with a function to format dates
276
- ```
277
-
278
- The AI will:
279
-
280
- 1. Generate the code
281
- 2. Show you what it will create
282
- 3. Ask for approval
283
- 4. Create the file
284
-
285
- ---
286
-
287
- ## Exploring the Interface
288
-
289
- ### Header Bar
290
-
291
- ```
292
- ┌─────────────────────────────────────────────────────────────────┐
293
- │ 🦙 llama3.2:3b │ 1.2K/8K │ 🎯 Assistant │ 🕐 14:32:15 │
294
- ```
295
-
296
- - **Model** - Current AI model
297
- - **Context** - Memory usage (1.2K used of 8K total)
298
- - **Mode** - Current mode (Assistant, Developer, Planning, Debugger)
299
- - **Clock** - Current time
300
-
301
- ### Side Panel
302
-
303
- Press `Ctrl+P` to open the side panel:
304
-
305
- ```
306
- ┌─ Side Panel ─────────────────────────────┐
307
- │ [Tools] [Hooks] [Files] [MCP] [Settings] │
308
- ├───────────────────────────────────────────┤
309
- │ │
310
- │ Tools Tab: │
311
- │ ☑ read_file ☑ write_file │
312
- │ ☑ edit_file ☑ glob │
313
- │ ☑ grep ☑ web_search │
314
- │ ☑ shell ☑ web_fetch │
315
- │ │
316
- └───────────────────────────────────────────┘
317
- ```
318
-
319
- **Tabs:**
320
-
321
- - **Tools** - Enable/disable tools
322
- - **Hooks** - Automation hooks
323
- - **Files** - File explorer
324
- - **MCP** - External services
325
- - **Settings** - Configuration
326
-
327
- ### Status Bar
328
-
329
- ```
330
- │ ● Ready | Ctrl+K: Commands | Ctrl+P: Panel | Ctrl+?: Help │
331
- ```
332
-
333
- Shows current status and helpful shortcuts.
334
-
335
- ---
336
-
337
- ## Common Tasks
338
-
339
- ### Get Help with Code
340
-
341
- ```
342
- You: I'm getting an error: "Cannot read property 'map' of undefined"
343
- ```
344
-
345
- ```
346
- Assistant: This error means you're trying to use .map() on something
347
- that's undefined. Common causes:
348
-
349
- 1. Data hasn't loaded yet
350
- 2. API request failed
351
- 3. Variable not initialized
352
-
353
- Can you show me the code where this error occurs?
354
- ```
355
-
356
- ### Debug an Issue
357
-
358
- ```
359
- You: Read the login.ts file and help me debug why login isn't working
360
- ```
361
-
362
- ```
363
- Assistant: [Reads file]
364
-
365
- I found a potential issue on line 23. You're not handling the case
366
- where the API returns an error. Here's the fix:
367
-
368
- [Shows code with fix]
369
-
370
- Would you like me to apply this fix?
371
- ```
372
-
373
- ### Learn Something New
374
-
375
- ```
376
- You: Explain how promises work in JavaScript with examples
377
- ```
378
-
379
- ```
380
- Assistant: Promises are a way to handle asynchronous operations...
381
-
382
- [Detailed explanation with code examples]
383
-
384
- Would you like me to show you how to use async/await, which makes
385
- promises easier to work with?
386
- ```
387
-
388
- ### Automate a Task
389
-
390
- ```
391
- You: Run the tests, and if they pass, commit the changes with message "Fix login bug"
392
- ```
393
-
394
- ```
395
- Assistant: [Runs tests]
396
- All tests passed!
397
-
398
- [Runs git commands]
399
- Changes committed with message "Fix login bug"
400
-
401
- Done! Your changes are committed and ready to push.
402
- ```
403
-
404
- ---
405
-
406
- ## Switching Modes
407
-
408
- Different modes for different tasks:
409
-
410
- ### Assistant Mode (Default)
411
-
412
- General help and conversation.
413
-
414
- ```bash
415
- /mode assistant
416
- ```
417
-
418
- ### Developer Mode
419
-
420
- Focused on coding tasks.
421
-
422
- ```bash
423
- /mode developer
424
- ```
425
-
426
- ### Planning Mode
427
-
428
- Project planning and architecture.
429
-
430
- ```bash
431
- /mode planning
432
- ```
433
-
434
- ### Debugger Mode
435
-
436
- Systematic problem-solving.
437
-
438
- ```bash
439
- /mode debugger
440
- ```
441
-
442
- ---
443
-
444
- ## Tips for Better Results
445
-
446
- ### Be Specific
447
-
448
- ❌ **Vague:** "Fix my code"
449
- ✅ **Specific:** "Fix the login function in auth.ts - it's not handling errors correctly"
450
-
451
- ### Provide Context
452
-
453
- ❌ **No context:** "How do I do this?"
454
- ✅ **With context:** "I'm building a React app. How do I fetch data from an API and display it?"
455
-
456
- ### Break Down Complex Tasks
457
-
458
- ❌ **Too complex:** "Build a complete authentication system"
459
- ✅ **Step by step:** "First, create a login form component. Then we'll add the API integration."
460
-
461
- ### Use Tools
462
-
463
- ❌ **Describe files:** "My package.json has React 18"
464
- ✅ **Let AI read:** "Read package.json and check the React version"
465
-
466
- ---
467
-
468
- ## Next Steps
469
-
470
- Now that you know the basics:
471
-
472
- 1. **[User Interface Guide](UI&Settings/UIGuide.md)** - Learn all interface features
473
- 2. **[Commands Reference](UI&Settings/Commands.md)** - Complete command list
474
- 3. **[Configuration Guide](UI&Settings/Configuration.md)** - Customize your setup
475
- 4. **[Tools Guide](Tools/UserGuide.md)** - Master the tool system
476
-
477
- ---
478
-
479
- ## Common Questions
480
-
481
- ### How do I exit?
482
-
483
- Press `Ctrl+C` or type `/exit`
484
-
485
- ### How do I clear the conversation?
486
-
487
- Type `/clear` to start fresh
488
-
489
- ### How do I change models?
490
-
491
- Type `/model list` to see available models, then `/model use <name>`
492
-
493
- ### How do I save my conversation?
494
-
495
- Type `/session save <name>` to save, `/session resume <name>` to load
496
-
497
- ### What if I make a mistake?
498
-
499
- The AI will ask for confirmation before making changes to files. You can always say no!
500
-
501
- ### Can I undo changes?
502
-
503
- Yes! Use `/undo` to revert the last file change
504
-
505
- ### How do I get help?
506
-
507
- - Type `/help` for command list
508
- - Press `Ctrl+?` for keyboard shortcuts
509
- - See [Troubleshooting Guide](Troubleshooting.md) for issues
510
-
511
- ---
512
-
513
- ## Practice Exercise
514
-
515
- Try this to practice what you've learned:
516
-
517
- 1. Start OLLM CLI: `ollm`
518
- 2. Ask: "What files are in the current directory?"
519
- 3. Ask: "Read the README.md file"
520
- 4. Ask: "Create a new file called hello.js with a simple hello world function"
521
- 5. Ask: "Run the file with node hello.js"
522
- 6. Type `/clear` to start fresh
523
- 7. Type `/exit` to quit
524
-
525
- ---
526
-
527
- **Congratulations!** You now know the basics of OLLM CLI. Happy coding! 🎉
528
-
529
- For more advanced features, explore the [complete documentation](README.md).
530
-
531
- ---
532
-
533
- **Last Updated:** January 26, 2026
534
- **Version:** 0.1.0
535
- **Author:** tecet