Recent file list: Click the file preview entry in the sidebar
Recent file list: Click the "File Preview" entry in the sidebar. The right panel directly displays the 10 most recent output files of this session.
Project overview
为 DeepSeek Harness 网页端(dsh web)增加 Codex 风格的文件能力: 最近文件列表:点击侧边栏「文件预览」入口,右侧面板直接展示本会话最近 10 个产出文件,点任意一个即可预览。 右侧文件预览栏:像 Codex 一样「看文件长什么样」——图片/PDF 直接渲染,Word/Excel/PowerPoint(docx/xlsx/pptx)在服务端用本机 MS Office 转成 PDF 后可视化预览(转不了才退回文本);支持「用默认程序打开」和「打开所在文件夹」,可从预览一键返回最近文件列表。 对话中的文件操作行:每条助手回复下方(turn 尾部)展示该轮产出的文件,每个文件带三个动作:预览、打开、在文件夹中显示。
需要 DeepSeek Harness 的 web profile(@deepseek-ai/dsh >= 0.1.0-rc.6)以及随 Node.js 提供的 npx。
其他方法返回 405,非回环请求返回 403;preview/raw 仅 GET,open/reveal 仅 POST。 预览端点只读,绝不写文件。 隐私与安全 / Privacy & security 所有端点校验 req.socket.remoteAddress 与 Host;仅回环可达,请勿经反向代理暴露到局域网/公网。 预览只读文件内容并回传浏览器;插件不读取凭据、不发送任何请求到外部网络。 open/reveal 仅在本机启动系统程序(相当于你在本机执行打开操作)。 兼容性