dsh-workspace-jump
界面增强 活跃维护

dsh-workspace-jump

fogmodel/dsh-workspace-jump

Web端轻量插件,支持通过侧边栏Workspace按钮,从目录路径快速创建或切换至目标工作区,无需手动配置路径,操作轻量直接,无缝嵌入现有Web工作流。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
29 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:fogmodel/dsh-workspace-jump
git clone https://github.com/fogmodel/dsh-workspace-jump.git
git clone git@github.com:fogmodel/dsh-workspace-jump.git
README.md main

dsh-workspace-jump

中文 | English

A DeepSeek Harness (DSH) web plugin that adds a Workspace button to the sidebar footer. Click it, enter an existing directory path, and DSH will create/switch to that workspace.

Features

  • Adds a "Workspace" button to the bottom of the DSH Web UI sidebar
  • Supports both Chinese and English UI (follows the DSH locale automatically)
  • Opens an input dialog for an absolute path to an existing directory
  • Uses the DSH workspace API:
    • ctx.workspaces.create({ path }) registers the directory as a workspace
    • ctx.workspaces.startSession(workspaceId) switches to that workspace

Install

From npm:

dsh plugin --profile web add dsh-workspace-jump

From GitHub:

dsh plugin --profile web add github:fogmodel/dsh-workspace-jump

For local development:

dsh plugin --profile web add /path/to/dsh-workspace-jump

After installation, restart DSH, then refresh the browser.

Usage

  1. Open the DSH Web UI
  2. Click the "Workspace" button at the bottom of the left sidebar
  3. Enter an absolute directory path, for example:
    • Linux/WSL: /home/user/project
    • Windows: D:\project
  4. Click "Create"
  5. If the directory exists, DSH will create/reuse the workspace and switch to it

Notes

  • The path must already exist and be a directory
  • If the path does not exist, DSH will return an error
  • This plugin is for the DSH web profile, not the TUI profile

License

MIT