[PR #485] [MERGED] feat: cli tool support create trigger plugins #533

Closed
opened 2026-02-16 01:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/485
Author: @hjlarry
Created: 10/30/2025
Status: Merged
Merged: 11/5/2025
Merged by: @Mairuis

Base: mainHead: p12


📝 Commits (2)

  • 4e2e00c feat: cli tool support create trigger plugins
  • 81c431e fix(trigger): update placeholder comment in SubscriptionConstructor for webhook registration

📊 Changes

8 files changed (+370 additions, -1 deletions)

View changed files

📝 cmd/commandline/plugin/category.go (+4 -1)
📝 cmd/commandline/plugin/init.go (+5 -0)
📝 cmd/commandline/plugin/python.go (+18 -0)
📝 cmd/commandline/plugin/python_categories.go (+40 -0)
cmd/commandline/plugin/templates/python/trigger.py (+29 -0)
cmd/commandline/plugin/templates/python/trigger.yaml (+43 -0)
cmd/commandline/plugin/templates/python/trigger_provider.py (+100 -0)
cmd/commandline/plugin/templates/python/trigger_provider.yaml (+131 -0)

📄 Description

Description

To support the dify plugin cli tool create trigger plugins.

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Performance improvement
  • Other

Essential Checklist

Testing

  • I have tested the changes locally and confirmed they work as expected
  • I have added unit tests where necessary and they pass successfully

Bug Fix (if applicable)

  • I have used GitHub syntax to close the related issue (e.g., Fixes #123 or Closes #123)

Additional Information

Please provide any additional context that would help reviewers understand the changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/485 **Author:** [@hjlarry](https://github.com/hjlarry) **Created:** 10/30/2025 **Status:** ✅ Merged **Merged:** 11/5/2025 **Merged by:** [@Mairuis](https://github.com/Mairuis) **Base:** `main` ← **Head:** `p12` --- ### 📝 Commits (2) - [`4e2e00c`](https://github.com/langgenius/dify-plugin-daemon/commit/4e2e00ca2c50fd745b53087889704360bce644cc) feat: cli tool support create trigger plugins - [`81c431e`](https://github.com/langgenius/dify-plugin-daemon/commit/81c431e02110228bd0e4d8425d78a5eaf0563b80) fix(trigger): update placeholder comment in SubscriptionConstructor for webhook registration ### 📊 Changes **8 files changed** (+370 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin/category.go` (+4 -1) 📝 `cmd/commandline/plugin/init.go` (+5 -0) 📝 `cmd/commandline/plugin/python.go` (+18 -0) 📝 `cmd/commandline/plugin/python_categories.go` (+40 -0) ➕ `cmd/commandline/plugin/templates/python/trigger.py` (+29 -0) ➕ `cmd/commandline/plugin/templates/python/trigger.yaml` (+43 -0) ➕ `cmd/commandline/plugin/templates/python/trigger_provider.py` (+100 -0) ➕ `cmd/commandline/plugin/templates/python/trigger_provider.yaml` (+131 -0) </details> ### 📄 Description ## Description To support the dify plugin cli tool create trigger plugins. ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Refactor - [ ] Performance improvement - [ ] Other ## Essential Checklist ### Testing - [x] I have tested the changes locally and confirmed they work as expected - [ ] I have added unit tests where necessary and they pass successfully ### Bug Fix (if applicable) - [ ] I have used GitHub syntax to close the related issue (e.g., `Fixes #123` or `Closes #123`) ## Additional Information Please provide any additional context that would help reviewers understand the changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:16:15 -05:00
yindo closed this issue 2026-02-16 01:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#533