[PR #186] [MERGED] fix( full-duplex lifecycle): avoid infinity setup loop #355

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/186
Author: @Yeuoly
Created: 4/9/2025
Status: Merged
Merged: 4/9/2025
Merged by: @Yeuoly

Base: mainHead: fix/infinity-environment-setup


📝 Commits (2)

  • 71542d9 fix( full-duplex lifecycle): avoid infinity setup loop
  • 7d07808 fix(plugin_manager): enhance error handling during plugin installation by deleting local plugin on error

📊 Changes

2 files changed (+19 additions, -1 deletions)

View changed files

📝 internal/core/plugin_manager/install_to_local.go (+9 -1)
📝 internal/core/plugin_manager/runtime_lifetime.go (+10 -0)

📄 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/186 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/9/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/infinity-environment-setup` --- ### 📝 Commits (2) - [`71542d9`](https://github.com/langgenius/dify-plugin-daemon/commit/71542d94ab0c2e41f21f9936a0b72cc4990c5e95) fix( full-duplex lifecycle): avoid infinity setup loop - [`7d07808`](https://github.com/langgenius/dify-plugin-daemon/commit/7d078082ac896b6c3cad0068fd547925abb40aa6) fix(plugin_manager): enhance error handling during plugin installation by deleting local plugin on error ### 📊 Changes **2 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/install_to_local.go` (+9 -1) 📝 `internal/core/plugin_manager/runtime_lifetime.go` (+10 -0) </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:41 -05:00
yindo closed this issue 2026-02-16 01:15:41 -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#355