-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "opencode-thinking-fix",
"version": "3.3.4",
"description": "Restores reasoning content dropped from multi-turn OpenCode conversations (DeepSeek, Kimi, GLM, MiMo, MiniMax, OpenCode Go, OpenRouter). Plugin + proxy + watchdog.",
"type": "module",
"license": "MIT",
"oc-plugin": [
"server"
],
"author": "tbosancheros39",
"keywords": [
"opencode",
"opencode-plugin",
"opencode-cli",
"deepseek",
"deepseek-v4",
"kimi",
"moonshot",
"glm",
"zhipu",
"mimo",
"minimax",
"openrouter",
"xiaomi-mimo",
"reasoning-content",
"reasoning_content",
"thinking-mode",
"tool-calls",
"multi-turn",
"proxy",
"plugin",
"cli",
"cursor",
"cline",
"aider",
"roo-code",
"continue-dev",
"vscode",
"copilot",
"ai-coding",
"llm",
"chat-completion",
"openai-compatible",
"chinese-llm",
"agent",
"mcp",
"reasoning-preservation",
"thinking-blocks",
"context-restoration"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tbosancheros39/opencode-thinking-fix.git"
},
"bugs": {
"url": "https://github.com/tbosancheros39/opencode-thinking-fix/issues"
},
"homepage": "https://github.com/tbosancheros39/opencode-thinking-fix#readme",
"main": "./plugins/opencode-thinking-fix-universal.ts",
"exports": {
".": "./plugins/opencode-thinking-fix-universal.ts",
"./server": "./plugins/opencode-thinking-fix-universal.ts"
},
"files": [
"plugins/opencode-thinking-fix-universal.ts",
"proxy/core.js",
"proxy/proxy.js",
"systemd/reasoning-cache.service",
"systemd/reasoning-cache-go.service",
"systemd/reasoning-proxy-watchdog.service",
"watchdog/watchdog.sh",
"README.md",
"LICENSE.md"
],
"dependencies": {
"eventsource-parser": "^3.1.0"
},
"peerDependencies": {
"@opencode-ai/plugin": ">=1.3.0"
},
"peerDependenciesMeta": {
"@opencode-ai/plugin": {
"optional": false
}
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@types/node": "^18.19.130",
"typescript": "^6.0.3"
}
}