diff --git a/packages/kilo-docs/public/img/npm-package-readme/kilo-cli.png b/packages/kilo-docs/public/img/npm-package-readme/kilo-cli.png new file mode 100644 index 0000000000..c045b7940b Binary files /dev/null and b/packages/kilo-docs/public/img/npm-package-readme/kilo-cli.png differ diff --git a/packages/opencode/README.md b/packages/opencode/README.md index 399652a57d..f0ed6f559e 100644 --- a/packages/opencode/README.md +++ b/packages/opencode/README.md @@ -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 CLI showing code edits in a terminal](../kilo-docs/public/img/npm-package-readme/kilo-cli.png) + +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 diff --git a/packages/opencode/package.json b/packages/opencode/package.json index 840ddd20dd..8f7decb05f 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -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",