mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-10 01:29:37 +00:00
docs: add opencode-thinking-fix to plugins
This commit is contained in:
parent
a6d21b7c9b
commit
ce55d88866
1 changed files with 14 additions and 0 deletions
14
data/plugins/opencode-thinking-fix.yaml
Normal file
14
data/plugins/opencode-thinking-fix.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: opencode-thinking-fix
|
||||
repo: https://github.com/tbosancheros39/opencode-thinking-fix
|
||||
tagline: Fixes reasoning_content 400 errors for reasoning models in OpenCode
|
||||
description: Plugin+proxy combo that eliminates reasoning_content 400 errors when OpenCode strips chain-of-thought from multi-turn conversations. Supports DeepSeek, Kimi, GLM, MiMo and MiniMax with model-aware echo logic — injecting empty strings, spaces or full CoT as each model requires. Zero-dependency proxy captures reasoning from SSE streams and replays it on subsequent turns; all 7 tested models verified working on multi-turn.
|
||||
homepage: https://www.npmjs.com/package/opencode-thinking-fix
|
||||
installation: npm i opencode-thinking-fix
|
||||
tags:
|
||||
- reasoning
|
||||
- deepseek
|
||||
- kimi
|
||||
- glm
|
||||
- minimax
|
||||
- mimo
|
||||
- proxy
|
||||
Loading…
Add table
Add a link
Reference in a new issue