Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 261b941

Browse files
committed
docs(README): add troubleshooting for opencode-skills compatibility
1 parent c2f4f61 commit 261b941

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,15 @@ Log files are stored in `~/.local/share/opencode/logs/` (or `$XDG_DATA_HOME/open
290290
4. Issue a Gemini model request, e.g. `opencode run -m google/gemini-2.5-flash -p "hello"` or `opencode run -m google/gemini-3-pro-high -p "solve this"`.
291291
5. Verify responses succeed and no API key prompt appears.
292292

293+
## Troubleshooting
294+
295+
### Compatibility with `opencode-skills`
296+
297+
The [`opencode-skills`](https://github.com/malhashemi/opencode-skills) plugin is currently **incompatible** with this plugin. Using them together may cause `invalid_request_error` failures, especially with Claude thinking models, due to conflicts in message history handling.
298+
299+
**Recommended Alternative:**
300+
We suggest using [openskills](https://github.com/numman-ali/openskills) instead, which provides similar functionality without these compatibility issues.
301+
293302
## Credits
294303

295304
This project is based on:

0 commit comments

Comments
 (0)