github xingkongliang/skills-manager v1.24.0
Skills Manager v1.24.0

latest releases: v1.40.1, v1.40.0, v1.39.0...
3 months ago

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 the agent segment. 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_agent tool adapter with asymmetric default paths (user ~/.omp/agent/skills, project <repo>/.omp/skills) per oh-my-pi's native discovery provider; it is placed after opencode in DEFAULT_PRIORITY_ORDER and excluded from MAINSTREAM_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

Full changelog files: English | 中文

Don't miss a new skills-manager release

NewReleases is sending notifications on new releases.