chore(openwebui-skills-manager): release v0.3.1
- 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
This commit is contained in:
15
plugins/tools/openwebui-skills-manager/v0.3.1.md
Normal file
15
plugins/tools/openwebui-skills-manager/v0.3.1.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user