Skip to content
dsh.fish

Browse

77 results

Bundle

dsh-strata

Session strata for the DeepSeek Harness Web GUI: the transcript's scrollbar becomes a to-scale, colour-coded map of the whole run — user messages emphasised, clickable anchors, auto-loading history, and a hover deck of every prompt in the session.

jsdvjx
Bundle

dsh-plugin-rag

DeepSeek Harness (DSH) plugin: a self-contained semantic memory (RAG) over all your chat sessions. Indexes messages live via session/event, stores embeddings in one local JSON file, and exposes a rag_search tool.

mervyn-teo
Bundle

dsh-queue-merge

Queue Consolidation for DeepSeek Harness: when the agent is busy and you queue several follow-up messages, the next turn runs with ONE consolidated formal prompt — the model rewrites the batch into a single prompt and executes once, instead of piecemeal one-message-per-turn rework.

keyiadiannao
Bundle

dsh-telegram-bridge

DSH host plugin: notify via Telegram when a conversation finishes or needs user confirmation (ask_user_question / approvals), and let you reply from Telegram to continue the session. Bare messages (no sessionId) are app-routed: calendar-related text goes to the calendar app conversation, everything else creates a new conversation in the chat app. Since v0.4.0 it is also the single truth source of the per-session approval policy (ask / allowed-once / rejected) — Telegram's /approve and the web card's third button turn the same knob; grants made from the web live in process memory only and are revoked on restart.

qschen86
Bundle

dsh-image-preview

Local image hosting for DeepSeek Harness: serves images from a preview directory over the web profile's own HTTP server so chat messages can render them inline, plus a preview_image tool that stages an existing local image and returns its URL.

ReiRui