Nindaleth
Nindaleth
I'd like to try this but get conflicts, could you please rebase this?
Here's my config that I'm using without any issues: `~/.config/opencode/opencode.json` ``` { "$schema": "https://opencode.ai/config.json", "provider": { "llama-cpp": { "npm": "@ai-sdk/openai-compatible", "name": "llama.cpp", "options": { "baseURL": "http://192.168.1.190:1234/v1" }, "models": { "qwen3-coder-30b":...
Please retry on 1.0.x versions, this is my result on `LC_ALL=zh_CN.UTF-8 opencode`:
Thank you! Another papercut gone on the way to an impeccable OpenCode experience.
> This means session data was sent to OpenCode's servers without explicit notice, raising potential privacy concerns. If you don't want opencode provider to be active, you can disable it...
I don't see any silent sending of data to 3rd-party services. I only see that if you _already_ use opencode provider, you get the most appropriate small model for it....
In #187 there's an alternative angle of approach
My understanding of superpowers is that this is a set of skills and commands and the OpenCode plugin teaches OpenCode to use the skills (with additional skills usage reinforcement by...
OK, I've had a better look through the repo - I didn't realize that the Claude path of the plugin also injects the "You have superpowers." text. You're right then...
Another, hopefully more targeted, possible workaround is to disable the title agent: ``` "agent": { "title": { "disable": true } }, ``` However that, too, will result in a generic...