| layout | title | nav_order | has_children | format_version |
|---|---|---|---|---|
default |
Kilo Code Tutorial |
119 |
true |
v2 |
Learn how to use
Kilo-Org/kilocodefor high-throughput coding workflows with multi-mode operation, agent-loop controls, and extensible CLI/IDE integration.
Kilo is one of the fastest-growing coding-agent stacks and combines IDE-centric workflows with a CLI architecture designed for agent orchestration and extension.
This track focuses on:
- installation and first-run operational baseline
- agent loop state handling and user-interaction checkpoints
- mode, onboarding, and provider selection
- extensibility and contributor architecture patterns
- repository:
Kilo-Org/kilocode - stars: about 16.8k
- latest release:
v7.0.47(published 2026-03-13)
flowchart LR
A[Task Prompt] --> B[Kilo Agent Loop]
B --> C[Tool Calls and Ask Flow]
C --> D[Approval or Auto Mode]
D --> E[Execution and State Updates]
E --> F[Session Persistence]
| Chapter | Key Question | Outcome |
|---|---|---|
| 01 - Getting Started | How do I install and run Kilo quickly? | Working baseline |
| 02 - Agent Loop and State Model | How does Kilo track running/streaming/waiting states? | Strong runtime mental model |
| 03 - Modes, Prompts, and Approval Workflow | How do execution modes and ask handling influence reliability? | Better execution control |
| 04 - Authentication and Provider Routing | How do login and provider settings affect operation? | Stable onboarding path |
| 05 - Session, History, and Context Persistence | How does Kilo persist and restore CLI context? | Durable workflow continuity |
| 06 - Extensions, MCP, and Custom Modes | How do I extend Kilo capabilities safely? | Extensibility strategy |
| 07 - CLI/TUI Architecture for Contributors | What are the key architecture components for advanced customization? | Contributor-level understanding |
| 08 - Production Operations and Governance | How should teams standardize Kilo usage at scale? | Governance baseline |
- how to run Kilo across interactive and automated workflows
- how to reason about loop state and ask/approval transitions
- how to configure onboarding/auth/provider behavior for teams
- how to extend and operate Kilo in production environments
Start with Chapter 1: Getting Started.
- Start Here: Chapter 1: Getting Started
- Back to Main Catalog
- Browse A-Z Tutorial Directory
- Search by Intent
- Explore Category Hubs
- Chapter 1: Getting Started
- Chapter 2: Agent Loop and State Model
- Chapter 3: Modes, Prompts, and Approval Workflow
- Chapter 4: Authentication and Provider Routing
- Chapter 5: Session, History, and Context Persistence
- Chapter 6: Extensions, MCP, and Custom Modes
- Chapter 7: CLI/TUI Architecture for Contributors
- Chapter 8: Production Operations and Governance
Generated by AI Codebase Knowledge Builder