2026-03-16 04:09:29 +08:00
|
|
|
# 🤖 OpenWebUI Extensions
|
2026-03-13 14:58:22 +08:00
|
|
|
|
|
|
|
|
## 🤝 Project Standards
|
|
|
|
|
Read these BEFORE writing any code:
|
|
|
|
|
- `.agent/rules/plugin_standards.md`
|
2026-03-16 04:09:29 +08:00
|
|
|
|
|
|
|
|
## 📖 Development Guidelines
|
|
|
|
|
|
|
|
|
|
### Writing Documentation
|
|
|
|
|
- All plugins MUST have both English (`README.md`) and Chinese (`README_CN.md`) documentation
|
|
|
|
|
- Follow the template at `docs/PLUGIN_README_TEMPLATE.md`
|
|
|
|
|
- Keep versions in sync across all files
|
|
|
|
|
|
|
|
|
|
### Code Standards
|
|
|
|
|
- Use logging instead of print
|
|
|
|
|
- Implement Valves for configuration
|
|
|
|
|
- Use Lucide icons
|
|
|
|
|
- Include i18n support
|
|
|
|
|
|
|
|
|
|
### Release Process
|
|
|
|
|
- Update version numbers in ALL relevant files (code, READMEs, docs)
|
|
|
|
|
- Use Conventional Commits format (`feat`, `fix`, `docs`, etc.)
|
|
|
|
|
- Create PRs using GitHub CLI (`gh pr create`)
|
|
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
|
|
Fu-Jie
|
|
|
|
|
GitHub: [Fu-Jie/openwebui-extensions](https://github.com/Fu-Jie/openwebui-extensions)
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT License
|