ph4310822/dsh-edex-ui 预览 preview

ph4310822/dsh-edex-ui

插件Plugin ⭐ 6 浏览器Browser

DeepSeek Harness eDEX-UI shell plugin — a terminal-inspired by https://github.com/GitSquared/edex-ui overlay for the DSH web GUI. Adds a classic eDEX-UI layout: system telemetry left bar, world-map right bar, filesystem browser, and a terminal-styled composer input — all wrapped around the original UI.

catalog 简介 / catalog descriptioncatalog description:—

项目介绍Project Overview

dsh-edex-ui 是 DSH Web GUI 的 eDEX-UI 风格外壳插件,在原界面外叠加系统监控、网络地图、文件浏览、文件预览/编辑、主机 shell 输入与终端绿主题。需要在对话页同时查看资源、文件并执行命令时使用。命令经 sh -c 运行,30 秒超时。

dsh-edex-ui is an eDEX-UI-style shell plugin for the DSH web GUI. It wraps the original interface with system telemetry, a network map, filesystem browser, file preview/editor, host shell input, command history, and a green terminal theme. Use it when you want system stats, files, and shell execution alongside conversations. Commands run via sh -c with a 30-second timeout.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add github:ph4310822/dsh-edex-ui

ph4310822/dsh-edex-ui 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

dsh-edex-ui

DeepSeek Harness eDEX-UI shell plugin — a terminal-inspired by https://github.com/GitSquared/edex-ui overlay for the DSH web GUI. Adds a classic eDEX-UI layout: system telemetry left bar, world-map right bar, filesystem browser, and a terminal-styled composer input — all wrapped around the original UI.

dsh-edex-ui screenshot

Features

  • Left bar — system overview panel: CPU, memory, swap, processes, platform info, and thermal/power state, with per-core CPU sparklines
  • Right bar — network status + encom-globe world view with endpoint markers and spline links, plus a dual up/down traffic chart with grid
  • Top panel — an empty full-width strip overlaying the shell's top edge above every layer (ready for future chrome)
  • Bottom panel — one strip hosting three swappable widgets, each wrapped in the same title/border chrome:
    • DIR — filesystem browser as a terminal-style LIST (icon + name + DIR/FILE), the same width as the left bar, with storage bar
    • PREVIEW — file preview / editor pane (text, code, images), spanning the center region
    • TERMINAL — a real host shell: commands execute through the systemMetrics.runCommand Remote (sh -c, 30s timeout), with client-side cd/clear/help/pwd, ↑/↓ history, and a prompt that follows the filesystem browser until you run your first command
  • Terminal-styled composer — flattened input capsule, green block caret, and a ~/<workspace> path prompt at the left edge of the input area
  • Workspace-follow — the dir panel and prompt track the active conversation's workspace; switching sessions navigates both the filesystem browser and the prompt
  • Green-on-black skin — token overrides recolour the entire original UI to terminal green, without touching the user's theme preference

Installation

The plugin is published to npm as @danielng23/dsh-edex-ui. From the harness checkout:

pnpm dsh plugin --profile web add @danielng23/dsh-edex-ui
pnpm dsh web   # serves the eDEX shell over the default GUI

To run the local checkout instead of the npm release (for development), add the bundle with a file: path — its file: dependency specs link the local sub-packages:

pnpm dsh plugin --profile web add file:/path/to/dsh-edex-ui/packages/bundle

See LOCAL_DEVELOPMENT.md for the three-instance port layout (3080 baseline / 3081 npm / 3083 local), the build, and the iteration workflow.

Development

See LOCAL_DEVELOPMENT.md for the full build, install, and iteration workflow. The widget architecture for the shell bars is documented in WIDGETS.md.

Packages

Package Host/Client Description
packages/bundle Installable bundle (cordis.patch.yml)
packages/ui-edex client The eDEX shell frame and all panels
packages/ui-theme-terminal client Appearance → Terminal theme row
packages/host/system-metrics host System telemetry RPC + file read/write + runCommand shell execution

License

MIT

上一个 Prev dsh-codex-mode 下一个 Next dsh-tui