Bundle
Codex-style message-bar navigation rail for the DSH dialog: a vertical rail of short horizontal lines (one per user message) at the sidebar's right outer edge, vertically centered; hover highlights and floats the sent content (first 30 字, 15 字 per line); click jumps to the message.
Bundle
对话窗口悬浮磨砂圆球:一键展开当前会话的用户消息索引,点击定位到对应消息。Floating frosted-glass ball in the chat window: expand an index of the current session's user messages, click to jump to that message.
Bundle
DeepSeek Harness task-protection plugin: plugin preflight scanner (catches missing `inject` declarations that crash the host), loop detection (repeated identical tool calls -> steer to a new approach), recursion guard (nested subagent depth cap), and interruption awareness (status route with safeToRestart). Never terminates tasks — only steers via injected messages. Zero npm dependencies.
Bundle
Show archived conversations in the DSH Web settings page with read-only message previews.
Bundle
DSH Web plugin: collapse consecutive tool-use and thinking steps between messages into a single bracketed, expandable item
Bundle
DSH Feishu self-built app integration: receives text messages over the official Feishu WebSocket long connection, routes them to a DSH agent session, streams safe assistant text deltas through a Feishu CardKit card, and falls back to ordinary text when card streaming is unavailable. Acknowledges with an OK reaction (text fallback). Standalone Cordis bundle — no dsh source changes.
Bundle
DSH host plugin: automatically sends images in user messages to a vision model (default mimo-v2.5 on opencode-go) and feeds the returned text description to the main text model (e.g. deepseek-v4-pro), without touching the visible chat transcript.
Bundle
DSH web plugin that renders Mermaid diagrams in chat messages as inline SVG images
Bundle
DSH web focus mode plugin: ?focus=conversation.composer shows only the input area, ?focus=conversation.session shows only the message flow, both hiding the DSH main sidebar; auto-resumes the most recent non-blank session when none is current.
Bundle
Codex-style conversation turn navigation for the DeepSeek Harness web GUI: a piano-key rail at the left edge of the conversation (hover ladder, preview tooltip, click-to-jump, active-turn tracking) plus user-message send time and per-turn marks with distinct rail colors, persisted per session.
Bundle
Message Annotator for DeepSeek Harness: stage numbered quote+comment annotations on assistant messages (selection floating trigger + per-message action), then send them aligned and together to the agent
Bundle
Cyberpunk 2077 / Night City theme for the DeepSeek Harness Web UI — NC yellow × neon cyan identity, CRT scanlines, Kiroshi hover lock-on, combat-state HUD, synthesized typewriter & message SFX, boot glitch, Relic interference, slang chips, and hidden easter eggs (try sending: relic / johnny).
Bundle
dsh heartbeat plugin: periodic proactive checks + message tool (send iMessage) + settings UI. Independent of the iMessage gateway.
Bundle
User Message Minimap: a navigation rail for long DeepSeek Harness conversations
Bundle
DSH chat performance: enable browser-native content-visibility:auto on the conversation list so off-screen message nodes skip rendering/layout/paint. DSH 聊天列表性能优化:启用浏览器原生 content-visibility:auto,跳过屏外消息节点渲染。
Bundle
DSH(DeepSeek Harness)模型用量仪表盘插件:按服务商/模型汇总全部会话 token 用量(assistant/message 带 usage 事件),设置页「用量」板块展示,含今日/7天/30天趋势柱状图。
Bundle
DSH 助手消息锻造台:可创建/修改/注入测试用 assistant 消息,并可导入识别 session.jsonl(.zstd) 会话日志。
Bundle
DSH bundle: WeChat floating-ball bridge (QR login, message relay, ClawBot model config)
Bundle
Context compression for small-context models on the DeepSeek Harness Web GUI: one click condenses the whole conversation into a few sentences, opens a fresh session in the same workspace, and re-injects the summary as the first message so a small model keeps working with a clean, compact context.
Bundle
dsh profile bundle: mobile adaptations for the DeepSeek Harness Web GUI — top bar with conversation title, push-navigation second-level sidebar, frozen scroll layout, viewport-clamped popups above the message layer, 44px touch targets, press feedback, safe-area insets, landscape handling, reduced-motion. Injected as one responsive stylesheet plus small DOM effects on the browser side.
Bundle
Email reminders from your DSH agent when you're away — a hardened fork of dsh-notify-skill: stable SMTP (no 535 retry loop), connect/idle timeouts, --check self-test, and full message headers.
Bundle
Git-backed long-term memory for DeepSeek Harness: a local .mem git repo (single main branch, immutable entries, structured commit messages) with mem_search / mem_read / mem_write / mem_delete / mem_replace tools and fully automatic legacy migration (no CLI needed; the CLI remains for explicit control), auto-managed by the root agent with zero manual steps.
Bundle
DSH plugin for static OpenAI Chat Completions, OpenAI Responses, and Anthropic Messages providers
Bundle
DSH 会话上下文统计面板:统计每个会话的消息数、轮次、工具调用、字符数与预估 token,生成全量/按项目上下文报告,帮你看清上下文消耗大户。Context usage dashboard for DeepSeek Harness — per-session message/token statistics and context reports (zstd + plaintext logs).