omdsh-plugins/omdsh-sidepanel

omdsh-plugins★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

Work-mode side panels for the DeepSeek Harness web GUI: a right file explorer with previews and a bottom terminal, both absent in Chat mode

README 摘要

omdsh-sidepanel English 中文 Two side panels for the DeepSeek Harness web GUI: a file explorer down the right edge, and a terminal along the bottom of the conversation. Both belong to Work , and in Chat mode neither exists. What it adds Surface Where it comes from Two switches in the session header's utility row conversation.session.header.utilities , with an understudy on shell.overlay holding the row's corner while the header is away The right file panel, and the one file it previews shell.overlay , plus a margin written onto root so the column is beside the app rather than over it The bottom terminal panel The same overlay layer, plus a margin on the parent of [data-slot="conversation"] , so only the conversation column is lifted Four routes under /omdsh-sidepanel webServer — one directory level, one file, one image, and the shell's socket The panel.files and panel.terminal commands Handed to omdsh-shortcuts ' shortcut service on a restricted fiber; this package binds no key of its own The harness ships a three-column frame — session list, conversation, details — and no place to look at a file or run a command. This adds the two, and stops there. The right panel lists the conversa…

在 GitHub 查看完整 README →
终端/TUIdshdsh-pluginterminal

分类