[PR #30] [MERGED] fix environment variables are not propagated to local runtime #269

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/30
Author: @tmokmss
Created: 2/18/2025
Status: Merged
Merged: 2/19/2025
Merged by: @Yeuoly

Base: mainHead: propagate-envvars


📝 Commits (1)

  • 82367f1 fix environment variables are not propagated to local runtime

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 internal/core/plugin_manager/local_runtime/run.go (+2 -1)

📄 Description

closes #29

If it is the expected behavior to pass environment variables to local runtime process (not sure about this, but at least it is desired for self-host environment), this should be the fix.


🔄 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/30 **Author:** [@tmokmss](https://github.com/tmokmss) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `propagate-envvars` --- ### 📝 Commits (1) - [`82367f1`](https://github.com/langgenius/dify-plugin-daemon/commit/82367f1a28d023cf285b8b215b8105181db0b9fb) fix environment variables are not propagated to local runtime ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_manager/local_runtime/run.go` (+2 -1) </details> ### 📄 Description closes #29 If it is the expected behavior to pass environment variables to local runtime process (not sure about this, but at least it is desired for self-host environment), this should be the fix. --- <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:19 -05:00
yindo closed this issue 2026-02-16 01:15:19 -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#269