Add Kimi Code agent support - #65
Merged
Merged
Conversation
duncankmckinnon
marked this pull request as ready for review
August 11, 2026 00:15
duncankmckinnon
added a commit
to duncankmckinnon/wbcli-web
that referenced
this pull request
Aug 11, 2026
The wb agents init description in cli-reference.mdx listed only (Claude, Antigravity, Codex, Cursor, Copilot), omitting OpenCode and Kimi. Kimi was added in duncankmckinnon/workbench#65. Updated to match the accurate list in agents.mdx: Claude, Claude YOLO, Antigravity, OpenCode, Kimi, Codex, Cursor, Copilot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
kimi -p <prompt>, model selection, CLI auto-detection, and--agent kimi.agents/skills/discovery pathWhy
Kimi Code CLI exposes a non-interactive prompt mode suitable for Workbench task dispatch. Making it a built-in adapter lets users select Kimi consistently across runs, profiles, setup, and generated agent configuration without maintaining a custom
agents.yamlentry.User impact
Users with Kimi Code CLI installed can run Workbench with
--agent kimi, assign Kimi to individual profile roles, and havewb setup --agent kimiinstall the bundled skills in a directory Kimi discovers automatically.Validation
.venv/bin/pytest -x -q— 1,203 passed.venv/bin/black --check workbench tests.venv/bin/isort --check-only workbench testsgit diff --checkA live Kimi invocation was not run because the
kimibinary is not installed in the development environment.