Releases: Chocomintopia/dsh-jetbrains-plugin
Releases · Chocomintopia/dsh-jetbrains-plugin
Release list
v0.1.0
DeepSeek Harness WebUI v0.1.0
中文
将 DeepSeek Harness 的 Web UI 嵌入 IDE 工具窗口(JCEF 渲染),完整的 Agent 界面——推理流、工具调用轨迹、会话、权限/预设切换——都在 IDE 内部,像终端一样随时隐藏/显示。
功能
- Web UI 内嵌 IDE,无需再开浏览器标签页
- 无需重启 IDE 即可刷新页面(标题栏刷新按钮 / 齿轮菜单 Reload Page,硬刷新绕过缓存)
- 图标自动适配深色/浅色主题
使用
- 终端运行
npx @deepseek-ai/dsh web启动 Web 服务(默认 http://127.0.0.1:3080) - 打开 IDE 右侧的 DeepSeek Harness 工具窗口
- 重启/重建 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
- Run
npx @deepseek-ai/dsh webin a terminal (default http://127.0.0.1:3080) - Open the DeepSeek Harness tool window on the right edge of the IDE
- 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