mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
remove references to 'kilo web' in documentation
This commit is contained in:
committed by
Justin Chong
parent
6dbacc15ff
commit
7e41e2cbc7
@@ -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) |
|
||||
|
||||
Reference in New Issue
Block a user