- support multi-line SKILL.md frontmatter descriptions during install - sync README, docs, and release notes for v0.3.1 - add regression coverage for YAML block scalars and CRLF inputs
906 B
906 B
OpenWebUI Skills Manager v0.3.1 Release Notes
This patch release improves compatibility when importing external SKILL.md files by correctly handling multi-line YAML frontmatter descriptions and safer metadata fallbacks.
New Features
- Support folded (
description: >) and literal (description: |) multi-line descriptions duringinstall_skill. - Normalize CRLF/CR line endings before parsing skill frontmatter metadata.
Bug Fixes
- Fixed imported skill descriptions being truncated or reduced to a single line when source frontmatter used YAML block scalars.
- Added
titleas a name fallback whennameis absent, reducing generic directory-name fallbacks for third-party skills.
Enhancements
- Added focused regression tests for folded/literal YAML blocks and CRLF inputs.
- Synced README and docs mirrors so the latest release surface documents the new metadata compatibility.