dsh-python-tempfile-shim:在 DSH Windows 沙箱中让 Python 临时目录可用
`dsh-python-tempfile-shim` 是一个由 AngelosZou 维护的 MIT 许可的 DeepSeek Harness(DSH)临时插件,旨在解决 Windows 沙箱中 Python 临时目录受限的问题。该插件未发布至 npm,需从本地克隆安装。其核心机制是通过 DSH 插件补丁挂载 shell executor,自动为受限命令(如 `workspace-write` 和 `read-only`)注入 `PYTHONPATH`,并随附 `sitecustomize.py` 使 `os.mkdir` 忽略 mode 参数,让新目录继承父目录 ACL。 插件覆盖 `pyt
阅读全文