mirror of
https://github.com/open-webui/docs.git
synced 2026-07-19 14:43:33 -04:00
issue: no 0.5 -> 0.6 update documentation for tools and functions #102
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aimendenche-nw on GitHub (Oct 1, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.32
Ollama Version (if applicable)
No response
Operating System
ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
There should be an official migration guide for 0.5 → 0.6 in the documentation.
This guide should list:
All breaking changes between 0.5 and 0.6.
Deprecated imports, functions, and modules.
New replacements or updated usage examples.
Steps required to update custom tools, plugins, and extensions.
Actual Behavior
Currently, the official documentation includes a Migration Guide: 0.4 → 0.5, but there is no migration guide for 0.5 → 0.6.
When upgrading to version 0.6.x, many tools, functions, and imports no longer work due to breaking changes in the API and plugin structure. Without documentation, it is unclear what needs to be modified to make custom tools and extensions compatible.
Steps to Reproduce
Have a working OpenWebUI 0.5.x instance with custom tools, plugins, or extensions.
Upgrade to OpenWebUI 0.6.x (latest 0.6.32 tested).
Try importing or running the same custom tools or functions.
Observe that many imports fail (e.g., libraries, plugin hooks, functions no longer recognized).
Look for migration guidance in the docs → only 0.4 → 0.5 guide exist
Logs & Screenshots
Additional Information
No response
@aimendenche-nw commented on GitHub (Oct 6, 2025):
Hello @tjbck any updates on this?
@silentoplayz commented on GitHub (Oct 6, 2025):
@aimendenche-nw Documentation is community driven. PRs are certainly welcome!
@tjbck commented on GitHub (Nov 18, 2025):
@aimendenche-nw also it'll be helpful to know exactly which functions/tools are causing issues