From oh-my-agent
Hides oma HUD by setting visibility to hidden, persists config to .oma/state/hud.json if filesystem tools available, and confirms no HUD in future /oma:status outputs.
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent将 oma HUD 可见性配置文件设置为 `hidden`。 协议: 1. 应用 `visibility = hidden`。 2. 如果文件系统工具可用,使用来源 `oma:hud-off` 写入/更新 `.oma/state/hud.json`。 3. 确认未来的 `/oma:status` 调用应避免可视化 HUD 代码块。 输出格式: ## HUD - 已应用:hidden - 已持久化: ## 效果 - `/oma:status` 应该返回没有 HUD 代码块的纯文本部分。 ## 下一个命令 - /oma:status
将 oma HUD 可见性配置文件设置为 hidden。
协议:
visibility = hidden。oma:hud-off 写入/更新 .oma/state/hud.json。/oma:status 调用应避免可视化 HUD 代码块。输出格式:
/oma:status 应该返回没有 HUD 代码块的纯文本部分。