8 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 fa2ac6dd2c dep: bump dify_plugin in plugin dependency template to 0.2.x (#278)
* bump dify_plugin to 0.2.x

* dify_plugin>=0.2.0,<0.3.0
2025-05-13 17:13:56 +08:00
Yeuoly 1563fc40b2 fix(requirements): update dify_plugin version constraint (#191) 2025-04-10 15:16:10 +08:00
Yeuoly 6ce5373848 fix: bump cli sdk template to 0.0.1b72 (#86) 2025-03-10 17:57:37 +08:00
Yeuoly 41ff75a976 LICENSE (#42)
* LICENSE

* LICENSE
2025-02-28 14:50:36 +08:00
Yeuoly 52ad267ff6 fix: lock the version of dify_plugin to 0.0.1b60 in cli templates 2025-01-14 17:57:08 +08:00
Yeuoly b195b93ae3 refactor: commandline 2024-11-13 20:38:47 +08:00