remove references to 'kilo web' in documentation

This commit is contained in:
Justin Chong
2026-03-05 20:38:25 +08:00
committed by Justin Chong
parent 6dbacc15ff
commit 7e41e2cbc7
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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
@@ -66,7 +66,6 @@ Or use npm:
| `kilo run [message..]` | Run with a message (non-interactive mode) |
| `kilo attach <url>` | 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) |