First draft
This commit is contained in:
@@ -34,6 +34,10 @@ export const ContributingNav: NavSection[] = [
|
||||
href: "/contributing/architecture/agent-observability",
|
||||
children: "Agent Observability",
|
||||
},
|
||||
{
|
||||
href: "/contributing/architecture/auto-model-tiers",
|
||||
children: "Auto Model Tiers",
|
||||
},
|
||||
{
|
||||
href: "/contributing/architecture/benchmarking",
|
||||
children: "Benchmarking",
|
||||
|
||||
@@ -7,17 +7,18 @@ description: "Overview of current and planned features in Kilo Code"
|
||||
|
||||
These pages document the architecture and design of current or planned features, as well as any unique development patterns.
|
||||
|
||||
| Feature | Description |
|
||||
| ---------------------------------------------------------------------------------------- | ------------------------------------------------ |
|
||||
| [Agent Observability](/docs/contributing/architecture/agent-observability) | Observability and monitoring for agentic systems |
|
||||
| [Benchmarking](/docs/contributing/architecture/benchmarking) | Benchmarking Kilo Code across models and agents |
|
||||
| [Enterprise MCP Controls](/docs/contributing/architecture/enterprise-mcp-controls) | Admin controls for MCP server allowlists |
|
||||
| [MCP OAuth Authorization](/docs/contributing/architecture/mcp-oauth-authorization) | OAuth 2.1-based authorization for MCP servers |
|
||||
| [Onboarding Improvements](/docs/contributing/architecture/onboarding-improvements) | User onboarding and engagement features |
|
||||
| [Organization Modes Library](/docs/contributing/architecture/organization-modes-library) | Shared modes for teams and enterprise |
|
||||
| [Agentic Security Reviews](/docs/deploy-secure/security-reviews) | AI-powered security vulnerability analysis |
|
||||
| [Track Repo URL](/docs/contributing/architecture/track-repo-url) | Usage tracking by repository/project |
|
||||
| [Vercel AI Gateway](/docs/contributing/architecture/vercel-ai-gateway) | Vercel AI Gateway integration |
|
||||
| [Voice Transcription](/docs/contributing/architecture/voice-transcription) | Live voice input for chat |
|
||||
| Feature | Description |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------- |
|
||||
| [Agent Observability](/docs/contributing/architecture/agent-observability) | Observability and monitoring for agentic systems |
|
||||
| [Auto Model Tiers](/docs/contributing/architecture/auto-model-tiers) | Multi-tier auto model routing (Frontier, Free, Open) |
|
||||
| [Benchmarking](/docs/contributing/architecture/benchmarking) | Benchmarking Kilo Code across models and agents |
|
||||
| [Enterprise MCP Controls](/docs/contributing/architecture/enterprise-mcp-controls) | Admin controls for MCP server allowlists |
|
||||
| [MCP OAuth Authorization](/docs/contributing/architecture/mcp-oauth-authorization) | OAuth 2.1-based authorization for MCP servers |
|
||||
| [Onboarding Improvements](/docs/contributing/architecture/onboarding-improvements) | User onboarding and engagement features |
|
||||
| [Organization Modes Library](/docs/contributing/architecture/organization-modes-library) | Shared modes for teams and enterprise |
|
||||
| [Agentic Security Reviews](/docs/deploy-secure/security-reviews) | AI-powered security vulnerability analysis |
|
||||
| [Track Repo URL](/docs/contributing/architecture/track-repo-url) | Usage tracking by repository/project |
|
||||
| [Vercel AI Gateway](/docs/contributing/architecture/vercel-ai-gateway) | Vercel AI Gateway integration |
|
||||
| [Voice Transcription](/docs/contributing/architecture/voice-transcription) | Live voice input for chat |
|
||||
|
||||
To propose a new feature design, consider using the [Spec Template](/docs/contributing/architecture/feature-template).
|
||||
|
||||
Reference in New Issue
Block a user