[PR #63] [MERGED] feat: add pip configuration options for plugin environment setup #289

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/63
Author: @Yeuoly
Created: 3/6/2025
Status: Merged
Merged: 3/6/2025
Merged by: @Yeuoly

Base: mainHead: fix/add-more-pip-args


📝 Commits (4)

  • df28cc5 feat: add pip configuration options for plugin environment setup
  • 0fd3af4 fix
  • eb5adf8 fix
  • 64d849e Merge branch 'main' into fix/add-more-pip-args

📊 Changes

8 files changed (+46 additions, -3 deletions)

View changed files

📝 internal/core/plugin_manager/launcher.go (+2 -0)
📝 internal/core/plugin_manager/local_runtime/environment_python.go (+13 -1)
📝 internal/core/plugin_manager/local_runtime/type.go (+10 -1)
📝 internal/core/plugin_manager/manager.go (+12 -0)
📝 internal/core/plugin_manager/serverless.go (+3 -0)
📝 internal/core/plugin_manager/watcher_test.go (+1 -1)
📝 internal/types/app/config.go (+3 -0)
📝 internal/types/app/default.go (+2 -0)

📄 Description

Enhance Python plugin environment initialization with new configuration options:

  • Add support for pip prefer binary flag
  • Add pip verbose mode
  • Add extra pip arguments configuration
  • Set default values for new pip-related configuration options

🔄 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/63 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/add-more-pip-args` --- ### 📝 Commits (4) - [`df28cc5`](https://github.com/langgenius/dify-plugin-daemon/commit/df28cc5d1c1ab666c09f4cb1e67761431fba1911) feat: add pip configuration options for plugin environment setup - [`0fd3af4`](https://github.com/langgenius/dify-plugin-daemon/commit/0fd3af436e4ad14f3ca4d240ff5b216e765a4335) fix - [`eb5adf8`](https://github.com/langgenius/dify-plugin-daemon/commit/eb5adf8c6909057d4d93101ebf9bf9a21956726e) fix - [`64d849e`](https://github.com/langgenius/dify-plugin-daemon/commit/64d849e06308a0e82fe9db5ec4a7b4aa976923ed) Merge branch 'main' into fix/add-more-pip-args ### 📊 Changes **8 files changed** (+46 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/launcher.go` (+2 -0) 📝 `internal/core/plugin_manager/local_runtime/environment_python.go` (+13 -1) 📝 `internal/core/plugin_manager/local_runtime/type.go` (+10 -1) 📝 `internal/core/plugin_manager/manager.go` (+12 -0) 📝 `internal/core/plugin_manager/serverless.go` (+3 -0) 📝 `internal/core/plugin_manager/watcher_test.go` (+1 -1) 📝 `internal/types/app/config.go` (+3 -0) 📝 `internal/types/app/default.go` (+2 -0) </details> ### 📄 Description Enhance Python plugin environment initialization with new configuration options: - Add support for pip prefer binary flag - Add pip verbose mode - Add extra pip arguments configuration - Set default values for new pip-related configuration options --- <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:24 -05:00
yindo closed this issue 2026-02-16 01:15:24 -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#289