[PR #64] [MERGED] feat: add plugin access action to session write method #290

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

📋 Pull Request Information

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

Base: mainHead: feat/add-action-in-url


📝 Commits (1)

  • daa46ff feat: add plugin access action to session write method

📊 Changes

9 files changed (+18 additions, -9 deletions)

View changed files

📝 internal/cluster/plugin_test.go (+2 -1)
📝 internal/core/plugin_daemon/backwards_invocation/transaction/full_duplex_event_writer.go (+1 -1)
📝 internal/core/plugin_daemon/generic.go (+1 -0)
📝 internal/core/plugin_manager/debugging_runtime/io.go (+2 -1)
📝 internal/core/plugin_manager/local_runtime/io.go (+2 -1)
📝 internal/core/plugin_manager/serverless_runtime/io.go (+4 -1)
📝 internal/core/plugin_manager/watcher_test.go (+2 -1)
📝 internal/core/session_manager/session.go (+2 -2)
📝 pkg/entities/plugin_entities/runtime.go (+2 -1)

📄 Description

Modify session write method to include a new plugin access action parameter across multiple runtime implementations. This change allows for more granular tracking and handling of plugin interactions by introducing an optional action context to the write method.


🔄 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/64 **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:** `feat/add-action-in-url` --- ### 📝 Commits (1) - [`daa46ff`](https://github.com/langgenius/dify-plugin-daemon/commit/daa46ff0f03a67270dd9869ca2ee69cd3ef08dc8) feat: add plugin access action to session write method ### 📊 Changes **9 files changed** (+18 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `internal/cluster/plugin_test.go` (+2 -1) 📝 `internal/core/plugin_daemon/backwards_invocation/transaction/full_duplex_event_writer.go` (+1 -1) 📝 `internal/core/plugin_daemon/generic.go` (+1 -0) 📝 `internal/core/plugin_manager/debugging_runtime/io.go` (+2 -1) 📝 `internal/core/plugin_manager/local_runtime/io.go` (+2 -1) 📝 `internal/core/plugin_manager/serverless_runtime/io.go` (+4 -1) 📝 `internal/core/plugin_manager/watcher_test.go` (+2 -1) 📝 `internal/core/session_manager/session.go` (+2 -2) 📝 `pkg/entities/plugin_entities/runtime.go` (+2 -1) </details> ### 📄 Description Modify session write method to include a new plugin access action parameter across multiple runtime implementations. This change allows for more granular tracking and handling of plugin interactions by introducing an optional action context to the write method. --- <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:25 -05:00
yindo closed this issue 2026-02-16 01:15:25 -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#290