dsh-chat-image
Renders chat Markdown image references () as a gallery under each closing assistant message
165 results
Renders chat Markdown image references () as a gallery under each closing assistant message
DSH plugin: anonymize workspace-external file paths before model requests with user confirmation
DSH plugin that bridges the local codebase-memory-mcp knowledge-graph server through the built-in @deepseek-ai/dsh-mcp-client, with a runtime-configurable exe path (settings namespace).
Tiered task queue for DSH↔Hermes coordination: queue.json is the single source of truth; tasks are enqueued by DSH mechanisms (review/lesson/reset) and consumed by the Hermes-side cron with a lease/claim model. Also provides the busy-mutex for serializing Hermes calls from the approve fast path.
DSH plugin: remember the last used workspace directory for the Add-workspace flow (prefill + auto-memory over the official browse dialog)
DeepSeek Harness plugin: a citable append-only JSONL of filesystem touches — path, op, sha256 before and after — carrying no file contents
DSH (DeepSeek Harness) file preview plugin: browse workspace files, preview Markdown/PDF/images/CSV/code, show session-produced files, and drag files/folders into the conversation as plain paths.
Hypatia skills for DeepSeek Harness: knowledge-graph query skill plus automatic conversation-memory bridge. Requires the `hypatia` CLI on PATH.
DSH web plugin: better-sidebar Turn Review tab — a human gate on the diff of the just-finished agent turn (Approve / Request changes per path with comment). Not a rewind.
Windows极简模式适配:安装后自动为 DeepSeek Harness 生成适配 Windows 的“极简模式”agent 预设(pwsh,及按 PATH 自动选择 Git Bash / WSL2 的 bash),卸载时自动删除并复原。
DeepSeek Harness plugin: drag images into the composer and get a file path back, so text-only models can read them via the read tool.
Long-term memory for DeepSeek Harness backed by Hypatia: a host-side CLI adapter, a plugin-owned SQLite control ledger, same-request recall, and narrow memory tools. Requires the `hypatia` CLI on PATH.
Paste or drop files into the DSH composer: saves them under the current workspace and inserts the paths into your draft.
DSH web plugin: open an input dialog to create/switch to a workspace by path.
Open DSH Web produced files in a configurable local macOS IDE or copy their absolute paths.
Project-scoped custom SKILL roots for DeepSeek Harness
Structured git tools for DeepSeek Harness agents: deterministic porcelain parsing (Chinese/UTF-8 paths, Windows) plus a diff-before-commit policy gate that refuses blind commits.
DSH 插件:在聊天记录中自动将本地音视频/图片路径渲染为可播放的预览组件。When an assistant message or tool result contains a local media path, the path is replaced inline with a playable <audio>/<video>/<img> element backed by same-origin /api/media-preview/* route.
DeepSeek Harness plugin: speak text with a local Kokoro TTS HTTP server and return the wav path, as the kokoro_tts tool. Ships no weights.
Fuzzy file finding and indexed content search for DSH: find_files / resolve_file / related_files / fff_grep. Pure-JS path index + subsequence scoring (no native dependencies). Port of pi-fff for the Pi coding agent.
Drag local files into the DSH Web UI and insert their original filesystem paths without uploading or copying them
Lightweight DSH upload bridge: images and common documents become workspace paths so a text-only DeepSeek model can read them with Qwen-MM-Plugins vision tools.
Windows-adapted clickable file links for DeepSeek Harness: click paths in replies to open them, reveal in Explorer, or preview inline in a panel.
Click a file path in the chat UI to open it in the running VS Code window owning the matching workspace; Edit/Write rows open a diff of that exact change (webview-safe host route behind the loopback/Origin trust fence).