mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 11:05:31 +08:00
06cd80d1bd
Prettier pads markdown table cells for column alignment, which turns any content change into a table-wide realignment diff. Markdown was only in prettierignore for packages/kilo-vscode/; the root formatter still repadded docs elsewhere (e.g. TESTING.md, kilo-docs, AGENTS.md). Adds *.md to the root .prettierignore, documents the convention in AGENTS.md, and adds script/check-md-table-padding.ts + a workflow to enforce it. Existing padded tables in Kilo-owned docs have been rewritten via the script's --fix mode.
1.6 KiB
1.6 KiB
title, description
| title | description |
|---|---|
| Architecture Features | Overview of current and planned features in Kilo Code |
Architecture Features
These pages document the architecture and design of current or planned features, as well as any unique development patterns.
| Feature | Description |
|---|---|
| Agent Observability | Observability and monitoring for agentic systems |
| Auto Model Tiers | Multi-tier auto model routing (Frontier, Free, Open) |
| Benchmarking | Benchmarking Kilo Code across models and agents |
| Enterprise MCP Controls | Admin controls for MCP server allowlists |
| MCP OAuth Authorization | OAuth 2.1-based authorization for MCP servers |
| Onboarding Improvements | User onboarding and engagement features |
| Organization Modes Library | Shared modes for teams and enterprise |
| Agentic Security Reviews | AI-powered security vulnerability analysis |
| Track Repo URL | Usage tracking by repository/project |
| Voice Transcription | Live voice input for chat |
To propose a new feature design, consider using the Spec Template.