🗣️ Foreword
Thank you for building Parallel Code. The worktree-based parallel agent workflow is very useful, especially for testing multiple AI coding agents side by side.
I would like to request native support for Kimi CLI / Kimi K2.6 as an additional coding agent option.
Problem Statement
Parallel Code currently supports several CLI-based coding agents such as Claude Code, Codex CLI, Gemini CLI, Copilot CLI, and OpenCode.
Kimi CLI is also a terminal-based coding agent and can be launched through the kimi command. Since Parallel Code already runs agents inside isolated git worktrees, Kimi CLI seems to fit the existing architecture very naturally.
At the moment, Kimi CLI is not available as a built-in agent option, so users need to manually work around it instead of selecting it directly from the agent list.
❔ Possible Solution
Add Kimi CLI as a default supported agent.
Suggested agent definition:
{
id: 'kimi',
name: 'Kimi CLI',
command: 'kimi',
args: [],
resume_args: [],
skip_permissions_args: [],
description: 'Moonshot AI Kimi CLI coding agent',
}
🗣️ Foreword
Thank you for building Parallel Code. The worktree-based parallel agent workflow is very useful, especially for testing multiple AI coding agents side by side.
I would like to request native support for Kimi CLI / Kimi K2.6 as an additional coding agent option.
Problem Statement
Parallel Code currently supports several CLI-based coding agents such as Claude Code, Codex CLI, Gemini CLI, Copilot CLI, and OpenCode.
Kimi CLI is also a terminal-based coding agent and can be launched through the
kimicommand. Since Parallel Code already runs agents inside isolated git worktrees, Kimi CLI seems to fit the existing architecture very naturally.At the moment, Kimi CLI is not available as a built-in agent option, so users need to manually work around it instead of selecting it directly from the agent list.
❔ Possible Solution
Add Kimi CLI as a default supported agent.
Suggested agent definition: