Bundle
File-diff visualization between checkpoint time nodes for DeepSeek Harness: a read-only timeline + per-file line diff over the dsh-checkpoint-rewind checkpoints storage domain, with preview-first rollback (restore workspace files from any time node, single-file or whole-node; per-file current→snapshot preview diff; single-shot in-process undo), exposed as /diff and /rollback commands, a JSON HTTP API, and a GUI panel (session header action + shell overlay). Requires the upstream dsh-checkpoint-rewind plugin (the snapshot producer) to be installed first — without it, only the Trace scope works
Bundle
DSH diff tool: structured comparison of text/JSON/CSV/Markdown plus unified diff generation and in-memory patch validation. Zero-dependency, read-only.
Bundle
SearXNG-backed search provider (local meta-search JSON API) for the DeepSeek Harness web capability seam (ctx.web)
Bundle
Repair DeepSeek Harness sessions that refuse to load (seq gap, torn zstd frames, lone surrogates).
Bundle
DeepSeek API 账户余额 + OpenCodeGo 余量实时显示:左下角悬浮徽章(可拖拽,双段显示)+ 两个设置页;Host 经 curl 调用官方余额/余量接口,API Key 持久化在 ~/.dsh/ds-balance.json,OpenCodeGo Key 自动读取 DSH 凭据。
Bundle
桥接 GitHub Copilot 订阅到 DeepSeek Harness(移植自 github/copilot-sdk)
Bundle
Crypto portfolio tracker (BTC/EVM/Solana/Hyperliquid/CEX) as a DSH plugin. All private keys/wallets live in user-local JSON configs, never in this package.
Bundle
站点地图(Yakit 风格):侧边栏树形接口地图(站点配色 + 一键清除)+ Cookie 保险库(JSON/Header/Netscape 导入、按域名自动标注覆盖站点)+ src 工作流工具(sitemap_query / sitemap_cookie / sitemap_regen / sitemap_import_cookie)。
Bundle
Observe-only hash-chained evidence receipts for DeepSeek Harness
Bundle
Claude Code style hooks for DeepSeek Harness: run shell commands on agent/tool lifecycle events from .dsh/hooks.json (CC-compatible JSON shape).
Bundle
Figma/SVG to Lottie animation compiler for DeepSeek Harness. Turn SVG paths and keyframe data into self-contained .lottie.json files.
Bundle
Discovery + management wrappers around the gh CLI for AI coding agents. Ships as a standard agent skill, an Agent Plugins 1.0 plugin (plugin.json + skills/), and a dsh plugin (dsh.bundle.patch registers the skill at runtime).
Bundle
DSH 股票观察站:在左侧边栏查看 A 股持仓、自选行情和持仓盈亏,支持网页添加并保存到本机 holdings.json。
Bundle
DSH JSON Schema validation tool: validate, failure paths, static explain, default-only normalize; zero-network, zero-dynamic-code with resource limits and a pattern ReDoS worker budget
Bundle
DSH JSON query tool
Bundle
Cross-session long-term memory for DeepSeek Harness (dsh): durable JSON-file memory store with memory_save / memory_recall / memory_forget / memory_list model tools, installable as a dsh bundle.
Bundle
DSH 持久化插件:动态 Cordis Plugin 导入/导出;导出统一为插件包 zip(manifest + plugins/*.json,可只含一个插件),浏览器下载;导入为本地文件选择上传
Bundle
Kubernetes (kubectl) integration for DeepSeek Harness: inspect clusters, get/describe resources, read logs, port-forward and run one-off commands — with structured JSON output that agents parse reliably.
Bundle
Expose a DeepSeek Harness agent over the Agent2Agent (A2A) protocol: agent card, JSON-RPC endpoint, LLM-powered replies, and a live status card.
Bundle
Usage (用量) deployment plugin for DeepSeek Harness (DSH): a real-time token & cost dashboard tab next to chat/trajectory, with live streaming estimates, DeepSeek official peak/off-peak pricing and OpenCode Go plan pricing, custom price table, and CSV/JSON export.
Bundle
Installable Multica JSONL bridge profile for DeepSeek Harness
Bundle
DeepSeek Harness plugin for SecurStack security scans, policy checks, doctor diagnostics, and JSON CLI results.
Bundle
DSH 并发请求监控与门闩:挂钩 llm/stream 瀑布,统计全部在途模型请求并按来源分类(主会话/子代理/插件/压缩/标题)与会话活跃聚合,达到上限 FIFO 排队,防止并发超限被供应商锁号;v1.5.0 新增会话级并发控制——实时给在线活跃会话设置并发数(rootId 解析到顶层会话,含子代理),面板新页签「会话并发」;v1.5.1 异常明细改 tab 切换并新增「按分类×错误信息」汇总报表;v1.5.2 异常明细加「今日/全部」范围切换、逐条明细改倒序、新增历史数据清理(保留最近 N 天 / 分项清理 / dayRetention 自动保留);提供 WebUI 实时面板(含历史清理)、HTTP JSON 端点、状态文件与 concurrency_status / concurrency_session_list / concurrency_session_set 工具。
Bundle
DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.