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

    Homeassistant

    v0.7.7代码智能
    opencode-homeassistant

    OpenCode plugin that sends agent status to Home Assistant via webhooks -- and optionally lets you respond to permission requests from HA

    GitHub 星标

    5

    月装机量

    934

    近 7 天 516

    综合评分SCORE

    44.6

    生态多维模型

    最近提交

    16 小时前

    2026-08-19

    快速安装与配置

    opencode.json

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

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-homeassistant@0.7.7"]
    }

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

    A collection of OpenCode plugins.

    Plugins

    Plugin Description npm
    terminal-progress Shows agent progress in terminal tabs (iTerm2, WezTerm, Windows Terminal) npm
    homeassistant Sends agent status to Home Assistant via webhooks npm
    forge-session-title Prefixes session titles with forge issue/PR/MR references npm
    atuin-history Records agent bash commands in Atuin shell history npm
    tmux-indicator Sets a tmux window option when the agent is waiting for input npm

    Development

    This is a bun workspace monorepo. All tasks are run via mise:

    mise run setup       # install dependencies
    mise run build       # build all plugins
    mise run lint        # lint with ESLint
    mise run typecheck   # type-check all packages
    mise run format      # format with Prettier
    

    License

    MIT