Skills Manager v1.24.0
发布日期:2026-06-18
递交范围:v1.23.2...v1.24.0
发布概览
- 新增内置 Agent:OMP Agent(oh-my-pi)开箱即用,skill 同步到 oh-my-pi 原生的用户级与项目级 skill 路径。
用户可见更新
- 新增内置 Agent:OMP Agent(oh-my-pi) —— oh-my-pi 现已开箱即用,并配有专属图标。用户级 skill 同步到
~/.omp/agent/skills,项目级 skill 同步到<repo>/.omp/skills—— 与 oh-my-pi 原生的 skill 发现机制一致(其项目级路径不含agent段)。OMP Agent 在设置中归入「更多 Agent」分组,并在默认 Agent 排序中位于主流编码 Agent 之后(#235)。
开发者与治理更新
- 新增
omp_agent工具适配器,按 oh-my-pi 的native发现 provider 采用非对称默认路径(用户级~/.omp/agent/skills、项目级<repo>/.omp/skills);在DEFAULT_PRIORITY_ORDER中排在opencode之后,并从MAINSTREAM_AGENT_KEYS中剔除。新增单元测试覆盖该适配器的默认路径,以及老用户场景下新 Agent 的插入排序。
当前校验状态
- ✅ 跨平台构建通过(macOS Intel / macOS ARM / Windows x64 / Linux x64)
- ✅ TypeScript typecheck 通过
English release notes
Release date: 2026-06-18
Commit range: v1.23.2...v1.24.0
Release Overview
- A new built-in agent: OMP Agent (oh-my-pi) now ships out of the box, with skills syncing to oh-my-pi's native user- and project-level skill paths.
User-facing
- OMP Agent (oh-my-pi) is now a built-in agent — oh-my-pi ships out of the box with its own icon. User-level skills sync to
~/.omp/agent/skills, and project-level skills to<repo>/.omp/skills— matching oh-my-pi's native skill discovery, whose project-scope path drops theagentsegment. OMP Agent is listed under the "more agents" section in Settings and sits after the mainstream coding agents in the default agent order (#235).
Developer & Governance
- Added the
omp_agenttool adapter with asymmetric default paths (user~/.omp/agent/skills, project<repo>/.omp/skills) per oh-my-pi'snativediscovery provider; it is placed afteropencodeinDEFAULT_PRIORITY_ORDERand excluded fromMAINSTREAM_AGENT_KEYS. Unit tests cover the adapter's default paths and the new-agent insertion order for existing users.
Current Verification
- ✅ Cross-platform build passed (macOS Intel / macOS ARM / Windows x64 / Linux x64)
- ✅ TypeScript typecheck passed
完整变更:v1.23.2...v1.24.0