be-brief-opencode-pluginOpenCode plugin that appends '**BE BRIEF**' to every user message sent to the LLM.
0
78
13 in 7 days
30.3
Multi-signal model
1 month ago
2026-07-19
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["be-brief-opencode-plugin@1.0.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["be-brief-opencode-plugin@1.0.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D be-brief-opencode-pluginopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
An opencode plugin that appends **BE BRIEF** to the
end of every user message before it's sent to the LLM.
Install
{
"plugin": ["be-brief-opencode-plugin"]
}
Add that to your opencode.json (project or global,
~/.config/opencode/opencode.json), then restart opencode.
How it works
Hooks into opencode's chat.message plugin hook and appends the text to the
last text part of the outgoing user message.