Use the Web UI

Start the Web UI through the root README; the command prints its URL. This guide begins after that server is running. The dsh process uses its invoking directory as the default filesystem location, but a fresh Web UI has no selected workspace until you add one.

Configure a model

Open Settings → Models, enter a DeepSeek API key, and save it. The model route becomes usable immediately without restarting the server.

The model configuration guide covers other providers and custom OpenAI-compatible endpoints.

Choose a workspace

Click Choose workspace, add the project directory where you started dsh, and select it. The session composer remains unavailable until a workspace is selected.

Run a task

Start a session and send:

Summarize this repository and identify its main packages.

The agent can read and edit workspace files, run commands, delegate work, and maintain a plan. The Web UI asks before operations that require approval under the active permission policy.

Continue

使用 Web UI

先按照根 README启动 Web UI;命令会打印其访问地址。本指南从服务器已经运行的状态开始。dsh 进程会把调用目录作为默认文件系统位置,但新的 Web UI 在添加工作区前不会选中任何工作区。

配置模型

打开设置 → 模型,输入 DeepSeek API 密钥并保存。模型路由会立即可用,不需要重启服务器。

模型配置指南介绍其他提供方和自定义 OpenAI 兼容端点。

选择工作区

点击选择工作区,添加启动 dsh 时所在的项目目录,然后选中它。选中工作区前,会话输入框不可用。

运行任务

启动一个会话并发送:

Summarize this repository and identify its main packages.

agent 可以读取和编辑工作区文件、运行命令、委派工作并维护计划。当操作在当前权限策略下需要审批时,Web UI 会先询问你。

继续使用