From 7e41e2cbc7d7f2c945e7e56296ceb86f0d4ccac1 Mon Sep 17 00:00:00 2001 From: Justin Chong Date: Thu, 5 Mar 2026 20:38:25 +0800 Subject: [PATCH] remove references to 'kilo web' in documentation --- CONTRIBUTING.md | 2 -- packages/kilo-docs/pages/code-with-ai/platforms/cli.md | 1 - 2 files changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed0cb83d8a..2a435ddc5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,12 +62,10 @@ During development, `bun dev` is the local equivalent of the built `kilo` comman # Development (from project root) bun dev --help # Show all available commands bun dev serve # Start headless API server -bun dev web # Start server + open web interface # Production kilo --help # Show all available commands kilo serve # Start headless API server -kilo web # Start server + open web interface ``` ### Pull Request Expectations diff --git a/packages/kilo-docs/pages/code-with-ai/platforms/cli.md b/packages/kilo-docs/pages/code-with-ai/platforms/cli.md index 6adbb9d608..a8251f1499 100644 --- a/packages/kilo-docs/pages/code-with-ai/platforms/cli.md +++ b/packages/kilo-docs/pages/code-with-ai/platforms/cli.md @@ -66,7 +66,6 @@ Or use npm: | `kilo run [message..]` | Run with a message (non-interactive mode) | | `kilo attach ` | Attach to a running kilo server | | `kilo serve` | Start a headless server | -| `kilo web` | Start server and open web interface | | `kilo auth` | Manage credentials (login, logout, list) | | `kilo agent` | Manage agents (create, list) | | `kilo mcp` | Manage MCP servers (list, add, auth) |