This patch release hardens the built-in manage_skills workflow so the pipe can reliably read and write SKILL.md metadata with multi-line descriptions.
New Features
- Multi-line Frontmatter Parsing:
manage_skillsnow supports folded (description: >) and literal (description: |) frontmatter blocks, including CRLF input. - Stable
SKILL.mdWrites: Multi-line descriptions are now written back as YAML block scalars when creating or editing skills through the pipe.
Bug Fixes
- Fixed imported skill descriptions being truncated or flattened when source
SKILL.mdfiles used multi-line YAML frontmatter. - Added
titlefallback whennameis missing, reducing generic directory-name fallbacks during skill import and sync.
Improvements
- Added regression tests covering parse/write round-trips for multi-line descriptions.
- Synced README and docs mirrors so the latest release messaging matches the updated skill metadata behavior.
Version Changes
Plugin Updates
- GitHub Copilot SDK Pipe: v0.12.1 → v0.12.2 | 📖 README
📚 Documentation Portal
🐛 Report Issues
Version Changes
Plugin Updates
- GitHub Copilot Official SDK Pipe: v0.12.1 → v0.12.2 | 📖 README