Gancaozi/dsh-details-panel

Gancaozi★ 0TypeScript最后同步: 2026-08-14

在 GitHub 打开

DSH Web GUI plugin: right-hand details panel for background jobs & subagent catalog entries, with live process output tail (Hermes-style). DSH Web GUI 插件:双击后台任务/子代理行打开右侧详情面板,含实时进程输出尾部。

README 摘要

dsh-details-panel English 中文 A DSH Web GUI plugin family repo: double-click a background-job row or a subagent catalog row in the session header, and the right-hand details panel shows that entry's content — the job's command plus its live process output (a non-consuming rolling tail, Hermes-style), or the child's task description plus its final report. What it does Entry Input Output Background job row Command ( kind + label) Live lifecycle (status dot, producer detail , ticking elapsed time) + the job's process text: the registry's rolling outputTail while it runs, the settled final-output text afterwards Subagent row Delegation description with mode and live activity Latest subagent-report text; running → 运行中…; settled → summary → 暂无报告; window-truncated → the child's own transcript tail fetched through the same wire path child navigation uses Presentation is rendered like an opened file (syntax-highlighted block with copy). The output tail is display-only by construction : the shell seam gained a non-consuming peekOutput , the jobs seam gained JobHooks.peekOutput / JobSnapshot.outputTail , and the local registry sweeps those peeks on its own throttle into a tail-truncated window…

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类