sskkde/dsh-oh-my-agent0

@dsh-external/dsh-oh-my-agent

忠实复刻 oh-my-openagent 核心能力:ultrawork 协议 / rules 引擎 / hashline 精编 / boulder 记忆 / 结构化代码搜索 / 评论检查 / 后台监控 / 交接 / 团队任务表 / OmO 控制台面板

包名
@dsh-external/dsh-oh-my-agent
版本
0.1.0
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sskkde/dsh-oh-my-agent

分层配置开关(omo.jsonc)

用户层 ~/.omo/omo.jsonc 与项目层 .omo/omo.jsonc(近者覆盖远者,JSONC 支持注释/尾逗号):

{
  "opencode": {
    "disabled_tools": ["omo_code_search"],   // 跳过注册的工具
    "hashline_edit": { "enabled": true },
    "monitor": { "enabled": true }
  }
}

omo_jsonc action=read 查看合并结果,action=validate 校验合法性。

许可证:BSD-3-Clause(复刻思路来自 oh-my-openagent,SUL-1.0,仅作功能映射不复用其代码)。