zekdeW/dsh-client-workspace-deep-link

zekdeW★ 1TypeScript最后同步: 2026-08-14

在 GitHub 打开

Workspace deep link (?workspace=) client plugin for the DeepSeek Harness web GUI

README 摘要

dsh-client-workspace-deep-link English 中文 A tiny client plugin for DeepSeek Harness that adds a boot-time workspace deep link to the web GUI: open and the page seeds a new session with that working directory and selects it, dropping you straight into a directory-scoped conversation. The directory's existing blank session is reused when one is listed, so repeated deep links land in the same conversation. The entry is consumed from the address bar before any network work, so a refresh never seeds a second session. This makes the GUI launchable from any external tool — Alfred / Raycast / scripts on macOS or Linux, custom buttons, the DeepSeek Finder toolbar app — without touching the harness repository itself. Install Requires a working dsh installation (any recent build; the harness is pre-release, so plugin APIs may move). Then open http://127.0.0.1:3080/?workspace=/some/directory and a conversation scoped to that directory starts immediately. How it works The plugin's browser half registers on ctx.workspaces / ctx.sessions — the same services the built-in workspace picker drives — and on page load: 1. reads ?workspace= from the URL and removes it from the address bar (keeping other…

在 GitHub 查看完整 README →
终端/TUIdeepseek-harnessdsh-pluginworkspace-deep-link

分类