[feat] 请求支持 Oh My Pi (OMP)
@jimpablo is already working on this.
Since Sep 14, 2026.
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 342
- Avg merge
- 13h 48m
- Merged PRs (30d)
- 211
Description
Problem
Oh My Pi (OMP) 在 Windows 开发机上表现出较好的性能,是我们部分团队成员的主力 AI Agent。然而,目前 TeamAI CLI 并未支持 OMP,导致使用该工具的成员无法享受 TeamAI 的 Git 原生 MR 评审门禁和自动 Hook 同步能力,每次规则更新都需要人工手动搬运,增加了维护负担,也无法将使用 OMP 的经验有效沉淀为团队资产。
Proposed Solution
建议为 Oh My Pi (OMP) 增加对应的 Agent Adapter,使其支持将 .teamai/ 中的资源同步到 OMP 的原生配置目录中:
确认 OMP 在 Windows 及其他系统下读取自定义指令/Skills 的本地配置路径(如 %APPDATA%/omp/... 或 ~/.omp/...)。
将标准的 TeamAI Skill 格式分发注入到对应目录,使其能在 teamai pull 时自动落地。
Alternatives Considered
编写外部 Hook 脚本:在 teamai pull 之后,触发一个自定义脚本去处理 OMP 的格式转换和复制。
拒绝原因:这是一种客户端层面的临时 workaround,不仅增加团队使用门槛,且当 OMP 更新配置格式时容易失效,不如由 TeamAI 框架层统一进行 Adapter 适配来得健壮。
Additional Context
TeamAI 的三层架构(Team Execution / Team Context / Team Improvement)和孤儿分支隔离机制对多 Agent 工具适配良好。
增加 OMP 的支持能有效填补 TeamAI 在 Windows 原生高性能 Agent 方面的空白,提升 Windows 开发者的团队协作体验。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.