Files
Fu-Jie_openwebui-extensions/plugins/tools/openwebui-skills-manager/v0.3.1.md

16 lines
906 B
Markdown
Raw Normal View History

# 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 during `install_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 `title` as a name fallback when `name` is 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.