10 Commits

Author SHA1 Message Date
Crazywoola 3d98785fcf feat(cli): align plugin init templates with marketplace review requirements (#769)
* feat(cli): align plugin templates with marketplace review requirements

- bump dify_plugin requirement to >=0.9.0,<0.10.0
- fix README template rendering empty description ({{ .Description }} -> {{ .PluginDescription }})
- turn PRIVACY.md into a structured privacy policy skeleton
- add setup/usage sections and English-only notice to README templates (en, zh_Hans, ja_JP, pt_BR)
- add marketplace submission checklist to GUIDE.md
- warn when author name contains 'langgenius' or 'dify'

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat(cli): scaffold plugins with uv pyproject.toml instead of requirements.txt

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(cli): restore privacy policy placeholder line in PRIVACY.md template

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* fix(cli): scaffold both requirements.txt and pyproject.toml, revert author warning

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 14:12:00 +08:00
crazywoola dbbc4a29cc 454 bump cli template (#455)
* feat: update template

* feat: update ja_JP

* feat: update GUIDE.md
2025-09-22 14:41:47 +08:00
Bowen Liang e655881e6f feat: support REMOTE_INSTALL_URL in plugin cli template (#279)
* set REMOTE_INSTALL_URL in .env.example

* update GUIDE.md

* remove REMOTE_INSTALL_PORT config in GUIDE.md

* remove REMOTE_INSTALL_PORT config in GUIDE.md

* update REMOTE_INSTALL_URL config in GUIDE.md

* update REMOTE_INSTALL_URL config in GUIDE.md
2025-05-13 14:24:23 +08:00
Novice 63a12615ab feat(cli): add github ci to template (#183)
* feat(cli): add github ci to template

* chore: change the trigger condition to release

* feat: add guide document

* fix: add .github to .gitignore

---------

Co-authored-by: Yeuoly <admin@srmxy.cn>
2025-04-15 13:34:29 +08:00
Yeuoly b3f389d37a fix: Update links in Python plugin guide to point to the correct schema definition documentation 2025-03-18 16:08:48 +08:00
kurokobo 12d5795cf7 docs: bump minimal python version to 3.11 to follow changes on dify-plugin-sdks (#5) 2025-01-22 17:42:40 +08:00
Yeuoly 80f4d1c056 feat: support privacy policy 2024-12-27 18:20:14 +08:00
Yeuoly b20590ff60 fix: typo 2024-12-06 18:04:14 +08:00
Yeuoly 6952e1847b fix: typo 2024-12-05 20:45:31 +08:00
Yeuoly b195b93ae3 refactor: commandline 2024-11-13 20:38:47 +08:00