[PR #37] [MERGED] refactor: improve plugin universal event parsing with optional status… #272

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/37
Author: @Yeuoly
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @Yeuoly

Base: mainHead: improve/error-handing-in-serverless


📝 Commits (1)

  • 1d6292a refactor: improve plugin universal event parsing with optional status text

📊 Changes

5 files changed (+15 additions, -10 deletions)

View changed files

📝 internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_handler.go (+1 -0)
📝 internal/core/plugin_manager/debugging_runtime/run.go (+1 -0)
📝 internal/core/plugin_manager/local_runtime/stdio_handle.go (+1 -0)
📝 internal/core/plugin_manager/serverless_runtime/io.go (+1 -0)
📝 pkg/entities/plugin_entities/event.go (+11 -10)

📄 Description

… text


🔄 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/37 **Author:** [@Yeuoly](https://github.com/Yeuoly) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `improve/error-handing-in-serverless` --- ### 📝 Commits (1) - [`1d6292a`](https://github.com/langgenius/dify-plugin-daemon/commit/1d6292a9db3fed5a69de1a2a8c62a6204a7a7803) refactor: improve plugin universal event parsing with optional status text ### 📊 Changes **5 files changed** (+15 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `internal/core/plugin_daemon/backwards_invocation/transaction/aws_event_handler.go` (+1 -0) 📝 `internal/core/plugin_manager/debugging_runtime/run.go` (+1 -0) 📝 `internal/core/plugin_manager/local_runtime/stdio_handle.go` (+1 -0) 📝 `internal/core/plugin_manager/serverless_runtime/io.go` (+1 -0) 📝 `pkg/entities/plugin_entities/event.go` (+11 -10) </details> ### 📄 Description … text --- <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:20 -05:00
yindo closed this issue 2026-02-16 01:15:20 -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#272