Smart Mind Map Tool v1.0.0 Release Notes
Overview
The Smart Mind Map Tool represents a strategic evolution of our popular Action plugin, fully optimized for the tool-calling era. Powered by OpenWebUI 0.8.0's Rich UI enhancements, it transforms knowledge visualization from a manual task into an autonomous AI capability, intelligently deciding when a visual breakdown will most benefit your workflow.
New Features
- AI Proactive Invocation: The AI can now autonomously trigger mind map generation based on the project's logic and user intent without manual clicks.
- Native Rich UI Embedding: Direct chat-stream HTML/iframe rendering with smooth interaction and responsive scaling.
- Smart Context Injection: Completely refactored to use native
__messages__. Simplifies calling parameters while ensuring deep understanding of the conversation history. - Fluid Responsive Layout: Implemented golden-ratio
aspect-ratio: 16 / 9with flexible height bounds for a consistent experience across Desktop and Mobile. - Deep i18n Support: 4-level automated language detection cascade (JS > Header > Profile > Default). Natively supports 13 languages: English, Simplified Chinese, Traditional Chinese (HK/TW), Japanese, Korean, French, German, Spanish, Italian, Russian, Vietnamese, and Indonesian.
Bug Fixes
- Iframe Background Bleed Fix: Resolved the "white border" issue in dark mode by forcing bone-level transparency on the HTML/Body frame.
- Drawing Area Refinement: Replaced fixed 500px height with flexible clamping for better readability on varied screen sizes.
Migration & Setup
- Native Tool Calling: For reliable autonomous triggering, MUST enable "Native Tool Calling" in either individual Chat Settings (Controls icon at top-right corner) or OpenWebUI Admin -> Model settings.
- MESSAGE_COUNT: Defaulting to
12messages for optimal performance. Set to0for full conservation summaries.
What's Changed
Plugin Updates
- Smart Mind Map Tool: v1.0.0
- 📖 README
Commits
- feat(smart-mind-map-tool): initial release v1.0.0 with adaptive Rich UI
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