mirror of
https://github.com/lemon07r/opencode-kimi-full.git
synced 2026-06-02 06:14:16 +02:00
8046c22c34
off first (the most conservative, fastest option), then auto (server-picked default), then the escalating levels. Matches the post-login config block printed by the authorize callback and the user's live config.
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "opencode-kimi-full",
|
|
"version": "1.1.1",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lemon07r/opencode-kimi-full.git"
|
|
},
|
|
"homepage": "https://github.com/lemon07r/opencode-kimi-full#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/lemon07r/opencode-kimi-full/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"README.md",
|
|
"AGENTS.md",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"opencode",
|
|
"opencode-plugin",
|
|
"kimi",
|
|
"kimi-for-coding",
|
|
"kimi-k26",
|
|
"moonshot",
|
|
"oauth"
|
|
],
|
|
"peerDependencies": {
|
|
"@opencode-ai/plugin": ">=1.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@opencode-ai/plugin": "^1.4.7",
|
|
"typescript": "^5.6.0",
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
}
|