[PR #319] [MERGED] Chore/unify configurations #445

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/319
Author: @Yeuoly
Created: 5/30/2025
Status: Merged
Merged: 6/4/2025
Merged by: @Yeuoly

Base: mainHead: chore/unify-configurations


📝 Commits (2)

  • 2287c60 refactor: update PluginManager to use configuration for various configurations
  • 62073a3 refactor: clean up PluginManager by removing unused fields and updating platform check

📊 Changes

5 files changed (+22 additions, -88 deletions)

View changed files

📝 internal/core/plugin_manager/install_to_serverless.go (+2 -2)
📝 internal/core/plugin_manager/launcher.go (+13 -13)
📝 internal/core/plugin_manager/manager.go (+5 -71)
📝 internal/core/plugin_manager/serverless.go (+1 -1)
📝 internal/core/plugin_manager/watcher.go (+1 -1)

📄 Description

No description provided


🔄 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/319 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 5/30/2025 **Status:** ✅ Merged **Merged:** 6/4/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `chore/unify-configurations` --- ### 📝 Commits (2) - [`2287c60`](https://github.com/langgenius/dify-plugin-daemon/commit/2287c6075edf465d9a895e1ab11db7e1130faf30) refactor: update PluginManager to use configuration for various configurations - [`62073a3`](https://github.com/langgenius/dify-plugin-daemon/commit/62073a355a833461321dd44102871aee4bb1cd8a) refactor: clean up PluginManager by removing unused fields and updating platform check ### 📊 Changes **5 files changed** (+22 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/install_to_serverless.go` (+2 -2) 📝 `internal/core/plugin_manager/launcher.go` (+13 -13) 📝 `internal/core/plugin_manager/manager.go` (+5 -71) 📝 `internal/core/plugin_manager/serverless.go` (+1 -1) 📝 `internal/core/plugin_manager/watcher.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:59 -05:00
yindo closed this issue 2026-02-16 01:15:59 -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#445