AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
fabric: Equipping DeepSeek Harness with Minecraft-style Mixin Hooks
Aug 17, 2026 · DeepSeek Harness plugin

Fabric is a DSH community plugin maintained by omdsh-dev, similar to the load-time hook processor for Minecraft Fabric. It adopts a three-pack splitting mechanism, rewriting target functions with trus

# DeepSeek # DSH # fabric 35 views
📝
Generate Usage Reports from DeepSeek Harness Session Logs with dsh-whale-report
Aug 17, 2026 · DeepSeek Harness plugin

**dsh-whale-report (DeepTrace / Whale Notepad)** is a DeepSeek Harness community plugin maintained by SenmuuuuW, licensed under MIT, with the current version 0.4.0. It only reads and aggregates local

# DeepSeek # DSH # dsh-whale-report 36 views
📝
Perform read-only health checks on DeepSeek Harness session files with dsh-session-health
Aug 17, 2026 · DeepSeek Harness plugin

`dsh-session-health` is a DeepSeek Harness session diagnosis plugin maintained by `omdsh-dev`. It performs read-only scans on multi-frame zstd session files under `$DSH_HOME/sessions`, detects torn, c

# DeepSeek # DSH # Conversation Health 51 views
📝
Use dsh-qq2006 to replace the DeepSeek Harness with QQ2006 skin
Aug 17, 2026 · DeepSeek Harness plugin

### The `dsh-qq2006` is maintained by LaplaceYoung, which provides switchable QQ2006 coral blue theme for DeepSeek Harness Web UI, and uses `body[data-ds-skin]` to ensure zero pollution to the default

# DeepSeek # DSH # QQ2006 62 views
📝
`dsh-im-gateway: Connect DeepSeek Harness to WeChat, Feishu and Telegram`
Aug 17, 2026 · DeepSeek Harness plugin

### `dsh-im-gateway` is a DeepSeek Harness session and messaging plugin maintained by *zhuiyueya*, licensed under MIT, with the current version being 0.1.0. It provides an aggregated IM gateway within

# DeepSeek # DSH # Conversations and Messages 173 views
📝
Use dsh-harness-ops to implement A/B rotation, 10-second self-healing and one-click rollback for DeepSeek Harness
Aug 17, 2026 · DeepSeek Harness plugin

`dsh-harness-ops` is a DeepSeek Harness operation and maintenance toolbox maintained by fakechris (MIT License, current version 0.3.2). It uses two A/B slots to host official daily snapshots, and only

# DeepSeek # DSH # Interface enhancement 53 views
📝
dsh-grok-tui: Driving DeepSeek Harness with the TUI of grok-build
Aug 17, 2026 · DeepSeek Harness plugin

dsh-grok-tui is a DeepSeek Harness interface enhancement plugin maintained by chen-001: it utilizes grok-build's TUI for the interface, while prompts, tools, model routing, and sessions are still prov

# DeepSeek # DSH # Interface enhancement 61 views
📝
Call the Command Code model in DeepSeek Harness with dsh-commandcode-provider
Aug 17, 2026 · DeepSeek Harness plugin

Unofficial DSH plugin dsh-commandcode-provider maintained by Mars-Sea connects Command Code subscriptions to DeepSeek Harness, featuring real-time model catalog, reasoning-effort, package filtering an

# DeepSeek # DSH # Command Code 95 views
📝
Add a Dangerous Command Review Gate to DeepSeek Harness with dsh-clawrouter
Aug 17, 2026 · DeepSeek Harness plugin

dsh-clawrouter is a DeepSeek Harness plugin (MIT) maintained by BlockRunAI. For dangerous tool calls, a stronger model first issues a decision of approval, rejection, or human intervention, which is e

# DeepSeek # DSH # Interface enhancement 59 views
📝
Using dsh-advisor to configure the secondary model for passive review per round of DeepSeek Harness
Aug 17, 2026 · DeepSeek Harness plugin

dsh-advisor is a DeepSeek Harness plugin maintained by omdsh-dev. It attaches an independent review model to each session, injecting suggestions in the order of nit/concern/blocker, and does not appro

# DeepSeek # DSH # dsh-advisor 61 views