mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
docs(cli): refresh npm package readme
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -2,6 +2,14 @@
|
||||
|
||||
The AI coding agent built for the terminal. Generate code from natural language, automate tasks, and run terminal commands -- powered by 500+ AI models.
|
||||
|
||||

|
||||
|
||||
Kilo is the all-in-one agentic engineering platform. Build, ship, and iterate faster with the most popular open source coding agent.
|
||||
|
||||
[Website](https://kilo.ai) · [Install](https://kilo.ai/install) · [IDE](https://kilo.ai/landing/vs-code) · [CLI](https://kilo.ai/cli) · [Docs](https://kilo.ai/docs) · [Models](https://kilo.ai/leaderboard) · [Gateway](https://kilo.ai/gateway) · [Pricing](https://kilo.ai/pricing) · [Kilo Pass](https://kilo.ai/pricing/kilo-pass)
|
||||
|
||||
[500+ models](https://kilo.ai/leaderboard). One open source agent in [VS Code](https://kilo.ai/vscode-marketplace), [JetBrains](https://plugins.jetbrains.com/plugin/27133-kilo-code), [CLI](https://www.npmjs.com/package/@kilocode/cli), [Slack](https://kilo.ai/slack), and [Cloud](https://kilo.ai/cloud).
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
|
||||
@@ -4,6 +4,26 @@
|
||||
"name": "@kilocode/cli",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"tui",
|
||||
"terminal",
|
||||
"ai",
|
||||
"agent",
|
||||
"assistant",
|
||||
"coding-agent",
|
||||
"kilo-code",
|
||||
"kilo",
|
||||
"kilo code",
|
||||
"opencode",
|
||||
"open code",
|
||||
"ink",
|
||||
"react",
|
||||
"copilot",
|
||||
"coding agent",
|
||||
"autocomplete",
|
||||
"developer-tools"
|
||||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"typecheck": "tsgo --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user