Skip to content
    ↑↓ select↵ openesc close
    English中文
    rajpopat27

    Be Brief Opencode

    v1.0.1Model Providers
    be-brief-opencode-plugin

    OpenCode plugin that appends '**BE BRIEF**' to every user message sent to the LLM.

    Actively maintained
    GitHub stars

    0

    Monthly installs

    78

    13 in 7 days

    Composite scoreSCORE

    30.3

    Multi-signal model

    Last commit

    1 month ago

    2026-07-19

    Install and configure

    opencode.json

    Writes 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"]
    }

    opencode 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.