[PR #262] [MERGED] feat: add repository URL support for plugin manifest #408

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/262
Author: @Yeuoly
Created: 5/7/2025
Status: Merged
Merged: 5/7/2025
Merged by: @Yeuoly

Base: mainHead: feat/repo


📝 Commits (2)

  • 60d699e feat: add repository URL support for plugin manifest
  • 6bd0c82 fix: improve input validation in profile checkRule method

📊 Changes

5 files changed (+33 additions, -4 deletions)

View changed files

📝 cmd/commandline/plugin.go (+4 -0)
📝 cmd/commandline/plugin/init.go (+5 -1)
📝 cmd/commandline/plugin/init_test.go (+11 -0)
📝 cmd/commandline/plugin/profile.go (+12 -3)
📝 pkg/entities/plugin_entities/plugin_declaration.go (+1 -0)

📄 Description

Related PR:

feat: add repository URL support for plugin manifest

  • Introduced a new optional flag for specifying the plugin repository URL during initialization.
  • Updated the InitPluginWithFlags function to handle the new repository parameter.
  • Enhanced profile management to include repository input.
  • Modified related tests to validate the new repository functionality.

🔄 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/262 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 5/7/2025 **Status:** ✅ Merged **Merged:** 5/7/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/repo` --- ### 📝 Commits (2) - [`60d699e`](https://github.com/langgenius/dify-plugin-daemon/commit/60d699e7d76bea6a02c34e6824b3a1702efe53be) feat: add repository URL support for plugin manifest - [`6bd0c82`](https://github.com/langgenius/dify-plugin-daemon/commit/6bd0c82eb5a27bbc36dfd6755f334ebbd7ab5034) fix: improve input validation in profile checkRule method ### 📊 Changes **5 files changed** (+33 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `cmd/commandline/plugin.go` (+4 -0) 📝 `cmd/commandline/plugin/init.go` (+5 -1) 📝 `cmd/commandline/plugin/init_test.go` (+11 -0) 📝 `cmd/commandline/plugin/profile.go` (+12 -3) 📝 `pkg/entities/plugin_entities/plugin_declaration.go` (+1 -0) </details> ### 📄 Description Related PR: - https://github.com/langgenius/dify-plugin-sdks/pull/134 - https://github.com/langgenius/dify/pull/19337 feat: add repository URL support for plugin manifest - Introduced a new optional flag for specifying the plugin repository URL during initialization. - Updated the InitPluginWithFlags function to handle the new repository parameter. - Enhanced profile management to include repository input. - Modified related tests to validate the new repository functionality. --- <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:15:52 -05:00
yindo closed this issue 2026-02-16 01:15:52 -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#408