lee259/dsh-workbench
lee259★ 3TypeScriptLast synced: 2026-08-15
A Codex-like file workspace for DeepSeek Harness Web — source previews, captured diffs, tabs, and a workspace tree beside the conversation.
README excerpt
DSH Workbench 中文文档 · Issues · npm A file workspace for DeepSeek Harness DSH Workbench turns file operations in DeepSeek Harness into a focused, Codex-like file workspace. Click a file path in a DSH Web session and inspect it in a persistent right-side panel—without losing the conversation context. The demo shows a real DSH Web session with the conversation on the left and the Workbench showing a captured package.json diff, multiple tabs, file search, and a workspace tree on the right. Read-only files stay readable as source; captured writes and edits open as focused diffs. Why it is useful - Keep the conversation and the file you are inspecting visible together. - See real DSH write/edit changes, with the captured before/after content. - Read files as normal source code—no fake Git HEAD diff and no noisy activity timeline. - Open several files, switch between tabs, refresh them, copy content or paths, and resize the panel. A tree or Quick Open click uses one italic preview tab (like VS Code); double-click the file or tab to keep it. Conversation writes still open a kept tab. - Use desktop-style shortcuts: ⌥⌘B (or the Session header Workbench control next to Session log) to toggle t…
View full README on GitHub →