mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +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.4 KiB
Generated
1.4 KiB
Generated
| Command | Description |
|---|---|
kilo acp |
start ACP (Agent Client Protocol) server |
kilo mcp |
manage MCP (Model Context Protocol) servers |
kilo [project] |
start kilo tui |
kilo attach <url> |
attach to a running kilo server |
kilo run [message..] |
run kilo with a message |
kilo debug |
debugging and troubleshooting tools |
kilo auth |
manage AI providers and credentials |
kilo agent |
manage agents |
kilo upgrade [target] |
upgrade kilo to the latest or a specific version |
kilo uninstall |
uninstall kilo and remove all related files |
kilo serve |
starts a headless kilo server |
kilo models [provider] |
list all available models |
kilo stats |
show token usage and cost statistics |
kilo export [sessionID] |
export session data as JSON |
kilo import <file> |
import session data from JSON file or URL |
kilo pr <number> |
fetch and checkout a GitHub PR branch, then run kilo |
kilo session |
manage sessions |
kilo remote |
enable remote connection for real-time session relay |
kilo db |
database tools |
kilo config |
configuration tools |
kilo plugin <module> |
install plugin and update config |
kilo help [command] |
show full CLI reference |
kilo completion |
generate shell completion script |