omdsh-plugins/omdsh-editor
omdsh-plugins★ 0TypeScript最后同步: 2026-08-16
Open the current project directory in a native editor from the DeepSeek Harness web GUI: the session header's editor picker, and the host half that finds the installed editors and launches one
README 摘要
omdsh-editor English 中文 Open the project you are working in with the editor you actually use. A split control in the DeepSeek Harness web GUI's session header: press the left half and the conversation's directory opens in the editor you chose last time, press the chevron and pick a different one. The harness has no such capability and no seam that would let one be reached around it, so this package adds both halves — the host side that finds the applications and starts one, and the browser side that offers them. What it adds Surface Where it comes from The split editor control, at the right of the session header One entry in conversation.session.header.utilities , the utility row ui-conversation already declares GET /omdsh-editor/editors The applications this host actually has, and its process.platform — a stat per catalog row, cached for 15 seconds GET /omdsh-editor/icon?id=… Each application's own icon, read out of the copy installed on this host and served as PNG POST /omdsh-editor/open The launch: the session's own working directory, handed to a detached child process The remembered choice localStorage in the browser half, which is what lets the left half of the control be a ve…
在 GitHub 查看完整 README →