You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/features/cli-runners.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
sidebar_position: 5
3
3
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.
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]
6
6
image: /img/devoxxgenie-social-card.jpg
7
7
---
8
8
9
9
# CLI Runners
10
10
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.
12
12
13
13
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).
14
14
@@ -35,6 +35,7 @@ Each CLI tool is launched as an external process with your task prompt piped in.
@@ -61,7 +62,7 @@ You can configure **multiple CLI tools** — for example, Claude for complex tas
61
62
The **DevoxxGenie Specs** toolbar contains an execution mode dropdown:
62
63
63
64
-**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
65
66
66
67
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.
67
68
@@ -71,7 +72,7 @@ The selection is persisted across IDE restarts. When you click **Run Selected**
71
72
72
73
| Field | Description |
73
74
|-------|-------------|
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. |
75
76
|**Executable path**| Absolute path to the CLI binary (e.g., `/opt/homebrew/bin/claude`) |
76
77
|**Extra args**| Command-line arguments passed to the CLI. These are split on whitespace — no shell quoting needed. |
77
78
|**Env vars**| Optional environment variables as `KEY=VALUE, KEY2=VALUE2`. Useful for API keys not inherited from the shell. |
0 commit comments