dify/api/core/virtual_environment/providers
Harry 1a203031e0 fix(virtual-env): fix Docker stdout/stderr demuxing and exit code parsing
- Add _DockerDemuxer to properly separate stdout/stderr from multiplexed stream
- Fix binary header garbage in Docker exec output (tty=False 8-byte header)
- Fix LocalVirtualEnvironment.get_command_status() to use os.WEXITSTATUS()
- Update tests to use Transport API instead of raw file descriptors
2026-01-07 12:20:07 +08:00
..
dify_simple_sandbox.py Refactor code structure for improved readability and maintainability 2025-12-30 16:31:34 +08:00
docker_daemon_sandbox.py fix(virtual-env): fix Docker stdout/stderr demuxing and exit code parsing 2026-01-07 12:20:07 +08:00
e2b_sandbox.py Merge feat/llm-node-support-tools and fix type errors 2026-01-05 18:32:15 +08:00
local_without_isolation.py fix(virtual-env): fix Docker stdout/stderr demuxing and exit code parsing 2026-01-07 12:20:07 +08:00