mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #2032] [MERGED] fix: Better-E2B-Sandbox create text message for Start Shell tool #2033
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/2032
Author: @LogicOber
Created: 2/7/2026
Status: ✅ Merged
Merged: 2/7/2026
Merged by: @LogicOber
Base:
main← Head:bump/better-e2b-sandbox-0.0.2📝 Commits (1)
ac923eafix: make shell session_pid a string for Dify workflow variable passing📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
LogicOber/better-e2b-sandbox/Better-E2B-Sandbox.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
https://github.com/LogicOber/dify-plugins/tree/bump/better-e2b-sandbox-0.0.2/LogicOber/better-e2b-sandbox2. Submission Type
3. Description
This PR improves the developer experience for PTY tools in Dify workflows.
Previously,
Start Shell Sessiondid not provide a reliable text output forsession_pid, so users could not conveniently reference the PID in the Dify frontend using/variable insertion. As a result, users had to add an extra “Code/JSON extraction” step to parse the JSON output and extractsession_pidbefore passing it toSend Shell Session Input/Kill Shell Session, which was cumbersome.Now
Start Shell Sessionoutputssession_pidas a clear text value (and consistent JSON field), and downstream tools accept it directly, so the PID can be passed through the workflow without any extra parsing nodes.Additionally,
4. Checklist
5. Documentation Checklist
6. Privacy Protection Information
Data Collection
No new user personal data is collected in this update. This change only improves tool output formatting / parameter passing for workflows.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.