What's Changed
Plugin Updates
- OpenWebUI Skills Manager Tool: v0.2.0 → v0.2.1
- 📖 README
Commits
- fix(tools): release openwebui-skills-manager v0.2.1
- chore: cleanup debug files and update plugin configuration
- feat(skills-manager): add openwebui_id and fix tool type sync bug
- docs(skills-manager): add skill installation examples for single and batch URLs
- fix(pipes): yield artifacts string directly to stream flow avoiding emitter replacement
- fix(pipes): fallback artifacts mode to using direct view_url iframe to bypass openwebui srcdoc sandbox cdn crash
- fix(pipes): restore corrupted isinstance check + add frontend console debug tracing
- chore(pipes): add debug tracing for pending_embeds lifecycle
- fix(pipes): align artifacts internal array type tracking with stream loops
- feat(pipes): automate artifacts html generation via emitter message append
- feat(pipes): update richui mode to send raw HTML content instead of an iframe tag
- fix(pipes): revert artifacts iframe to barebone structure to avoid OpenWebUI markdown parsing issues
- feat(pipes): simplify richui iframe tag to give full styling control to openwebui emitter
- feat(pipes): unrestrict richui iframe height and apply generous sandbox policies
- fix(pipes): inject explicit sandbox policies to artifacts iframe to mitigate client-side block
- fix(pipes): clarify ANTI-INLINE rule to allow iframe output and hardcode iframe shadow
- feat(pipes): optimize richui vs artifacts selection and enforce fullscreen button
Download
📦 Download the updated plugin files below
Installation
From OpenWebUI Community
- Open OpenWebUI Admin Panel
- Navigate to Functions/Tools
- Search for the plugin name
- Click Install
Manual Installation
- Download the plugin file (
.py) from the assets below - Open OpenWebUI Admin Panel → Functions
- Click "Create Function" → Import
- Paste the plugin code