Skip to content

Commit 2c3fcaa

Browse files
stephanjclaude
andcommitted
docs: add Kimi to CLI Runners documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 32c2960 commit 2c3fcaa

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docusaurus/docs/features/cli-runners.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
sidebar_position: 5
33
title: CLI Runners
4-
description: Execute spec tasks via external CLI tools like Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, or Google Gemini CLI. DevoxxGenie manages the task lifecycle while your preferred tool does the implementation.
5-
keywords: [devoxxgenie, cli runners, claude code, copilot, codex, gemini, cli tools, spec-driven development, sdd, agent loop]
4+
description: Execute spec tasks via external CLI tools like Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, Google Gemini CLI, or Kimi CLI. DevoxxGenie manages the task lifecycle while your preferred tool does the implementation.
5+
keywords: [devoxxgenie, cli runners, claude code, copilot, codex, gemini, kimi, cli tools, spec-driven development, sdd, agent loop]
66
image: /img/devoxxgenie-social-card.jpg
77
---
88

99
# CLI Runners
1010

11-
Instead of using the built-in LLM provider, you can execute spec tasks via **external CLI tools** — such as Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, or Google Gemini CLI. This lets you leverage the tool you already use and trust, while DevoxxGenie manages the task lifecycle.
11+
Instead of using the built-in LLM provider, you can execute spec tasks via **external CLI tools** — such as Claude Code, GitHub Copilot CLI, OpenAI Codex CLI, Google Gemini CLI, or Kimi CLI. This lets you leverage the tool you already use and trust, while DevoxxGenie manages the task lifecycle.
1212

1313
CLI Runners integrate with both [Spec-driven Development](spec-driven-development.md) (single task execution) and the [Agent Loop](sdd-agent-loop.md) (batch task execution).
1414

@@ -35,6 +35,7 @@ Each CLI tool is launched as an external process with your task prompt piped in.
3535
| **GitHub Copilot** | stdin | Auto-generated `--additional-mcp-config` (with `@` prefix) | `--allow-all` |
3636
| **OpenAI Codex** | Trailing argument | Not supported | `exec --model gpt-5.3-codex --full-auto` |
3737
| **Google Gemini** | stdin | Auto-generated `--mcp-config` | *(none)* |
38+
| **Kimi** | `--prompt` flag | Auto-generated `--mcp-config-file` | `--yolo` |
3839
| **Custom** | stdin | Configurable | *(user-defined)* |
3940

4041
:::note
@@ -61,7 +62,7 @@ You can configure **multiple CLI tools** — for example, Claude for complex tas
6162
The **DevoxxGenie Specs** toolbar contains an execution mode dropdown:
6263

6364
- **LLM Provider** — uses the built-in LLM agent (default)
64-
- **CLI: Claude** / **CLI: Copilot** / etc. — uses the configured external CLI tool
65+
- **CLI: Claude** / **CLI: Copilot** / **CLI: Kimi** / etc. — uses the configured external CLI tool
6566

6667
The selection is persisted across IDE restarts. When you click **Run Selected** or **Run All To Do**, tasks are executed using whichever mode is selected.
6768

@@ -71,7 +72,7 @@ The selection is persisted across IDE restarts. When you click **Run Selected**
7172

7273
| Field | Description |
7374
|-------|-------------|
74-
| **Type** | Preset type (Claude, Copilot, Codex, Gemini, Custom). Selecting a type auto-fills the other fields. |
75+
| **Type** | Preset type (Claude, Copilot, Codex, Gemini, Kimi, Custom). Selecting a type auto-fills the other fields. |
7576
| **Executable path** | Absolute path to the CLI binary (e.g., `/opt/homebrew/bin/claude`) |
7677
| **Extra args** | Command-line arguments passed to the CLI. These are split on whitespace — no shell quoting needed. |
7778
| **Env vars** | Optional environment variables as `KEY=VALUE, KEY2=VALUE2`. Useful for API keys not inherited from the shell. |

0 commit comments

Comments
 (0)