Skills-Manager-Plus v1.21.4
Skills-Manager-Plus v1.21.4
发布日期:2026-05-29
递交范围:v1.21.3...v1.21.4
发布概览
- 全局工作区与 CLI 体验补丁版本 — 修复全局工作区 Agent 详情反复加载问题,并优化独立
smpCLI 在无头服务器上的使用体验。
用户可见更新
- 全局工作区 Agent 详情修复 — 当部分全局 Agent Skill 目录不存在时,Agent 详情页不再陷入持续刷新加载。
- CLI 快捷命令 — 新增
smp list、smp ls、smp agents、smp global agents、smp global list <agent>和smp global doc <agent> <skill>,减少常用终端操作层级。 - Shell 补全生成 — 新增
smp completion <shell>,支持 bash、fish、zsh、PowerShell 和 elvish。 - Agent Slug 兼容 — CLI 全局工作区命令现在支持
claude-code这类连字符写法,同时继续兼容claude_code等既有内部 key。
开发者与治理更新
- 文件监听范围收敛 — 全局 Skill 文件监听会跳过不存在的 Agent Skill 路径,不再退化为监听过宽的父目录。
- CLI 输出模式 — 新快捷命令默认输出人类可读表格,同时保留紧凑
--json,并新增--pretty-json便于排障。 - 回归覆盖 — 新增缺失全局 Agent 路径、快捷命令解析、Agent slug 归一化和 CLI 生命周期相关测试。
English release notes
Release date: 2026-05-29
Commit range: v1.21.3...v1.21.4
Release Overview
- Global Workspace and CLI UX Patch — Fixes repeated loading in Global Workspace agent details and improves the standalone
smpCLI for headless server use.
User-facing
- Global Workspace Agent Details Fix — Agent detail views no longer get stuck refreshing when configured global agent skill directories are missing.
- CLI Shortcuts — Added
smp list,smp ls,smp agents,smp global agents,smp global list <agent>, andsmp global doc <agent> <skill>for faster terminal workflows. - Shell Completion — Added
smp completion <shell>for bash, fish, zsh, PowerShell, and elvish completion generation. - Agent Slug Compatibility — CLI global workspace commands now accept hyphenated agent slugs such as
claude-codewhile remaining compatible with existing internal keys such asclaude_code.
Developer & Governance
- Watcher Scope Hardening — Global skill watchers now skip missing global agent skill paths instead of watching broad parent directories.
- CLI Output Modes — New shortcut commands default to human-readable tables while preserving compact
--jsonand adding--pretty-jsonfor readable diagnostics. - Regression Coverage — Added focused tests for missing global agent paths, shortcut parsing, agent slug normalization, and CLI lifecycle behavior.
完整变更:v1.21.3...v1.21.4