From 70e059a3434e20154f5d0614f8afd68d6299362e Mon Sep 17 00:00:00 2001 From: lemon07r Date: Fri, 17 Apr 2026 04:07:31 -0400 Subject: [PATCH] Release v1.0.4: rename provider display name to 'Kimi For Coding (OAuth)' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous display name 'Kimi K2.6 (for coding)' was confusing — K2.6 is a model, not a provider, and it collided visually with the models.dev 'Kimi For Coding' entry in interactive 'opencode auth login'. Name now clearly signals this is the OAuth variant. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4381eb..b91d33c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add the plugin and a provider entry to `opencode.json` (or `~/.config/opencode/o "plugin": ["opencode-kimi-full"], "provider": { "kimi-for-coding-oauth": { - "name": "Kimi K2.6 (for coding)", + "name": "Kimi For Coding (OAuth)", "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "https://api.kimi.com/coding/v1" diff --git a/package.json b/package.json index ad85ad5..813470d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-kimi-full", - "version": "1.0.3", + "version": "1.0.4", "description": "OpenCode plugin that adds first-class support for Kimi K2.6 (kimi-for-coding) via the official Kimi OAuth device flow, matching the upstream kimi-cli 1:1.", "license": "MIT", "repository": {