fix: Better-E2B-Sandbox create text message for Start Shell tool#2032
Merged
LogicOber merged 1 commit intolanggenius:mainfrom Feb 7, 2026
Merged
Conversation
7e4e86a to
8ad6234
Compare
RockChinQ
approved these changes
Feb 7, 2026
8ad6234 to
ac923ea
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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