Read these BEFORE writing any code:
.agent/rules/plugin_standards.md
- 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
- Use logging instead of print
- Implement Valves for configuration
- Use Lucide icons
- Include i18n support
- 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)
Fu-Jie
GitHub: Fu-Jie/openwebui-extensions
MIT License