Skip to content

v0.1.0

Latest

Choose a tag to compare

@Chocomintopia Chocomintopia released this 14 Aug 17:55
· 1 commit to main since this release

DeepSeek Harness WebUI v0.1.0

中文

将 DeepSeek Harness 的 Web UI 嵌入 IDE 工具窗口(JCEF 渲染),完整的 Agent 界面——推理流、工具调用轨迹、会话、权限/预设切换——都在 IDE 内部,像终端一样随时隐藏/显示。

功能

  • Web UI 内嵌 IDE,无需再开浏览器标签页
  • 无需重启 IDE 即可刷新页面(标题栏刷新按钮 / 齿轮菜单 Reload Page,硬刷新绕过缓存)
  • 图标自动适配深色/浅色主题

使用

  1. 终端运行 npx @deepseek-ai/dsh web 启动 Web 服务(默认 http://127.0.0.1:3080)
  2. 打开 IDE 右侧的 DeepSeek Harness 工具窗口
  3. 重启/重建 dsh 服务后,点标题栏 ↻ 刷新按钮即可看到最新页面

安装
Settings | Plugins | ⚙ | Install Plugin from Disk → 选择 dsh-web-jetbrains-toolwindow.jar


English

Docks the DeepSeek Harness Web UI into an IDE tool window (JCEF). The full agent interface — reasoning streams, tool-call trajectory, sessions, permission/preset switching — lives inside the IDE, hideable like the terminal.

Features

  • Web UI docked as a standard IDE tool window
  • Reload without restarting the IDE (header button / gear menu Reload Page, cache bypassed)
  • Theme-aware icon (light/dark)

Usage

  1. Run npx @deepseek-ai/dsh web in a terminal (default http://127.0.0.1:3080)
  2. Open the DeepSeek Harness tool window on the right edge of the IDE
  3. After restarting/rebuilding the dsh server, click the ↻ reload button in the tool-window header

Install
Settings | Plugins | ⚙ | Install Plugin from Disk → dsh-web-jetbrains-toolwindow.jar


Links: JetBrains Marketplace · GitHub