跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    rajpopat27

    Be Brief Opencode

    v1.0.1模型接入
    be-brief-opencode-plugin

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

    GitHub 星标

    0

    月装机量

    78

    近 7 天 13

    综合评分SCORE

    30.3

    生态多维模型

    最近提交

    1 个月前

    2026-07-19

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["be-brief-opencode-plugin@1.0.1"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    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.