Support Kimi Code CLI as a built-in provider #7024
maiconfontana
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Request to add Kimi Code CLI as an optional first-class provider in T3 Code, in the same “bring your own CLI” style as Codex / Claude / Cursor / Grok / OpenCode.
Why
Kimi Code CLI is a terminal coding agent with official ACP support (
kimi acp). That matches T3’s architecture for Cursor/Grok-style adapters and would let users who already pay for / use Kimi drive it from the same web/desktop/mobile surface.Proposed integration (high level)
kimi acp(stdio JSON-RPC) for sessions, prompts, cancel, permissions, resumeloginafter local/loginor equivalent)kimi-code/kimi-for-codingkimi-code/kimi-for-coding-highspeedkimi-code/k3kimi-code/k3-256klow/high/max) when Kimi exposes it as a session config optionagent_message_chunkas assistant text; optionally projectagent_thought_chunkinto thinking UI/worklogScope / product fit
This would be an optional provider (no default dependency on Kimi being installed). Users without the CLI would just see the usual “not installed / not on PATH” health state.
Per CONTRIBUTING.md, this is non-trivial feature work. Opening an issue first so maintainers can accept/reject the direction before any further PR process.
Prior art / draft implementation
A full draft implementation exists on a fork and was opened as a large external PR for visibility:
Happy to close or rewrite that PR in smaller slices if the direction is wanted (e.g. server adapter only → models/settings → web chrome → docs).
How maintainers could validate later
/loginkimi(PATH or binary path setting)Open questions for maintainers
All reactions