From be643ba62844629be93c2483c96f0b574de663a6 Mon Sep 17 00:00:00 2001 From: lemon07r Date: Fri, 17 Apr 2026 02:19:36 -0400 Subject: [PATCH] docs: clarify description of unimplemented Kimi-specific extras in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39b1862..39949a9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An [opencode](https://opencode.ai) plugin for the **Kimi For Coding** plan. -This plugin authenticates the same way the official [kimi-cli](https://github.com/MoonshotAI/kimi-cli) does and mirrors its wire shape, so opencode's requests to Moonshot's `/coding` endpoint match kimi-cli byte-for-byte, including OAuth, fingerprint headers, session-scoped prompt caching, and paired thinking / reasoning-effort fields for higher fidelity. This Kimi specific extras used by kimi-cli are not implemented in opencode. Bonus side effect; users with access to Kimi K2.6 Code Preview will get access to it in opencode with this plugin. +This plugin authenticates the same way the official [kimi-cli](https://github.com/MoonshotAI/kimi-cli) does and mirrors its wire shape, so opencode's requests to Moonshot's `/coding` endpoint match kimi-cli byte-for-byte, including OAuth, fingerprint headers, session-scoped prompt caching, and paired thinking / reasoning-effort fields for higher fidelity. The Kimi specific extras exposed by the /coding endpoint used by kimi-cli are not implemented in opencode. Bonus side effect; users with access to Kimi K2.6 Code Preview will get access to it in opencode with this plugin. Contributor and agent documentation lives in [`AGENTS.md`](./AGENTS.md).