fenxin-fx/dsh-default-workspace-plugin
fenxin-fx★ 2JavaScript最后同步: 2026-08-14
—
README 摘要
dsh-default-workspace A DeepSeek Harness plugin — start a new conversation without selecting a workspace. Out of the box, DeepSeek Harness will not let a conversation start until a workspace directory has been selected. On a fresh profile the workspace registry is empty, so the web GUI lands on the workspace-picker hero and there is nothing to pick. This plugin removes that dead-end in two ways, from one package: 1. Node half — at boot it resolves a default workspace directory, creates it if missing, and registers it. The runtime's existing "recent workspace" fallback then connects it, so a brand-new profile opens straight into a conversation. 2. Client half — it adds a "Chat without a workspace" ( 不在工作区中对话 ) entry to the new-session workspace picker. Selecting it starts a session with no workspace : its working directory falls back to the host's process.cwd() and the session shows up as Ungrouped in the sidebar. What it does Behaviour Detail Auto-provision Creates and registers a default workspace on first boot No-workspace option Adds a "Chat without a workspace" row to the workspace picker Zero footprint Auto-provision is a no-op when workspaces already exist (unless always: tru…
在 GitHub 查看完整 README →