Skip to content

Commit 70e059a

Browse files
committed
Release v1.0.4: rename provider display name to 'Kimi For Coding (OAuth)'
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.
1 parent ed7145c commit 70e059a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Add the plugin and a provider entry to `opencode.json` (or `~/.config/opencode/o
4040
"plugin": ["opencode-kimi-full"],
4141
"provider": {
4242
"kimi-for-coding-oauth": {
43-
"name": "Kimi K2.6 (for coding)",
43+
"name": "Kimi For Coding (OAuth)",
4444
"npm": "@ai-sdk/openai-compatible",
4545
"options": {
4646
"baseURL": "https://api.kimi.com/coding/v1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-kimi-full",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"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.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)