AlexKaiqi/dsh-temporary-workspace--packages-plugin ↗★ 0
dsh-temporary-workspace
Creates an isolated temporary Workspace for every scratch task in DeepSeek Harness
AI 分析
核心用途是为临时或一次性任务自动分配独立的目录空间。适合需要防止文件污染、保持主工作区整洁的沙盒化运行和测试任务。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AlexKaiqi/dsh-temporary-workspace#68828bcd32b08be30eb61d55a333f98c93697799&path:packages/pluginドキュメント
README 全文を読む ↗Configuration
root is the parent for generated Workspaces, not one Workspace shared by Sessions:
- insert:
- id: temporary-workspace
name: dsh-temporary-workspace
config:
root: !!js dshHomePath('temporary-workspaces')
reservationRetentionMs: 3600000
The default is $DSH_HOME/temporary-workspaces, normally ~/.dsh/temporary-workspaces. It can also be edited live under Settings → Plugins → Temporary Workspace. Changes affect future creations only; existing Workspaces, Sessions, and files are not migrated or deleted.
The Settings namespace is temporary-workspace. reservationRetentionMs is the unadopted-directory grace period: one hour by default, with a one-minute minimum.