AngelosZou/dsh-multi-folder

AngelosZou★ 0JavaScript最后同步: 2026-08-14

在 GitHub 打开

README 摘要

dsh-multi-folder English 中文 Secondary working directories for a DeepSeek Harness project — edit a source repo, a test repo, and a docs repo side by side without leaving the primary workspace. A DeepSeek Harness plugin bundle that gives one project (workspace) a set of secondary working directories : - The agent's core cwd and every other core attribute keep pointing at the primary workspace . - Under Workspace Write mode the agent gains the same read / write / edit / execute permissions on the configured secondary directories as on the primary workspace — enforced by re-rooting the session's own sandbox policy, so every mode keeps its semantics ( read-only still denies, workspace-write allows, danger-full-access allows). - The directory list is injected into the system prompt and re-rendered per session assembly. - Configuration changes notify the agent through a non-interrupting message queue — delivered at the next message boundary (user send or tool-call end), and only when the directory set actually changed . - No new tools. Everything is a framework-level change (tool-pipeline interception) plus a UI-level change (a session-scoped header entry). Requirements - Node.js = 20 - A…

在 GitHub 查看完整 README →
Tools / Devdsh-plugindsh-pluginsagent

分类