← 返回
未分类 中文

KiloCode

AI coding agent CLI tool for generating code from natural language, automating tasks, and running terminal commands. Use when user wants to perform coding ta...
AI编程代理CLI工具,可通过自然语言生成代码、自动执行任务并运行终端命令,适用于用户想要进行编程的场景。
weinguyen1224-glitch weinguyen1224-glitch 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 404
下载
💾 1
安装
1
版本
#latest

概述

Kilocode

Kilocode is an AI coding agent CLI tool that generates code from natural language, automates tasks, and runs terminal commands.

Basic Usage

Run in any project directory:

kilo

Non-interactive mode

Execute a single prompt without entering interactive REPL:

kilo run '<prompt>'

Continue previous conversation:

kilo run --continue '<prompt>'

Fully autonomous mode (CI/CD, no prompts):

kilo run --auto '<prompt>'

Common Commands

CommandDescription
---------------------------------------------------------------------
kiloStart interactive REPL
kilo run "prompt"Execute single prompt
kilo run --continue "prompt"Continue with previous context
kilo run --auto "prompt"Autonomous mode (no permission prompts)
kilo --helpShow help

Examples

Generate code

kilo run "Create a Python function to calculate fibonacci sequence with memoization"

Debug

kilo run "Fix the bug in index.js where the async function returns undefined"

Refactor

kilo run "Refactor the React component to use hooks instead of class"

Run terminal commands

kilo run "Run npm test and fix any failing tests"

CI/CD automation

kilo run --auto "Run linting, tests, and build the project"

Models

Kilocode supports 500+ AI models via the Kilo provider (configured in auth-profiles). Popular models:

  • Gemini 3.1 Pro (default, fast)
  • Claude 4.6 Sonnet & Opus (high quality)
  • GPT-5.2 (OpenAI)

Model selection is handled automatically based on provider configuration. No need to specify model unless required.

Tips

  • Use --auto flag only in trusted environments (CI/CD)
  • Provide clear, specific prompts for better results
  • Kilo can read and write files, run commands, and interact with browser
  • Check kilo.ai for documentation and updates

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 08:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,550
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,828
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 327,270