Skip to content

feat(sandbox): add Windows filesystem support#1297

Open
zhongwen666 wants to merge 3 commits into
alibaba:masterfrom
zhongwen666:feat/windows-filesystem
Open

feat(sandbox): add Windows filesystem support#1297
zhongwen666 wants to merge 3 commits into
alibaba:masterfrom
zhongwen666:feat/windows-filesystem

Conversation

@zhongwen666

Copy link
Copy Markdown
Collaborator

closes #1296

Summary

Add Windows-specific filesystem operations to the Python sandbox SDK and make PowerShell session output safe for filesystem workflows.

Key changes

  • Select WindowsFileSystem for Windows sandbox images.
  • Implement Windows ownership, permission, directory upload, and binary-safe file download operations.
  • Suppress interactive PowerShell command echo while preserving output and exit codes.
  • Add focused unit coverage for Windows filesystem and PowerShell behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add filesystem support for Windows sandboxes

1 participant