omdsh-plugins/omdsh-code

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

在 GitHub 打开

Code mode for the DeepSeek Harness web GUI: a third segment beside Chat and Work whose column is the harness's own terminal, running in the conversation's workspace

README 摘要

omdsh-code English 中文 Code mode for the DeepSeek Harness web GUI: a third segment beside Chat and Work whose column is the harness's own terminal, running in the conversation's workspace. The web GUI and the terminal are two front doors onto the same harness. This plugin is the seam that lets one be shown inside the other — pressing Code replaces the conversation column with a real dsh --profile omdsh-tui , banner and all, in the directory the conversation is already accounted under. What it adds Surface Where it comes from The Code segment in the mode switch A registration in sessionModes , the segment registry omdsh-base publishes The terminal column An entry in conversation , ui-layout's single seat for the whole centre, registered at a lower priority than the shipped conversation and disposed when the mode is left The socket behind it GET /omdsh-code/terminal (WebSocket upgrade), fenced exactly like /api Code conversations in the sidebar, under the workspace they ran in Workspace.attachSession on the harness's own registry, once the terminal has written something New Session starting another terminal instead of leaving the mode The newSession answer this plugin's segment regist…

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

分类