dsh-subagent-profile: Manage DSH Sub-agent's Model, Reasoning Strength, and Tool Scope Per Task

`muzyLink/dsh-subagent-profile` is a sub-agent dispatch plugin for DeepSeek Harness, aiming to unify the management and optimization of sub-task configurations. This plugin enables users to flexibly select models, reasoning intensity, and tool scopes based on task requirements, and save common combinations as reusable named Profiles. Its core capabilities include built-in multi-layer security check mechanisms, cost estimation and savings analysis, and a comprehensive decision ledger that records requests, effective configurations, execution processes, and settlement details, achieving transparency and traceability in dispatch. After installation, users can manage Profiles via the settings page, use the `dispatch` tool for foreground or background dispatch, and review decision records in session tabs. Regarding security, the plugin removes the high-risk tool `run_code` by default and requires a host environment.

Read More
@opentritium/dsh-codex-shim: Route-Aware Codex Environment Simulation for DSH

`@opentritium/dsh-codex-shim` is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to enhance the tool-calling stability of Codex-compatible models such as the GPT-family within DSH. It leverages a routing-aware mechanism to emulate Codex-style prompts, tool vocabularies, results, and WebUI presentation for specified models, rather than functioning as a standalone Codex runtime. The plugin can be enabled in profile configurations, with fine-grained control over applicable models via `modelPatterns` and `modelOverrides`. Core features include registering shims for tools such as `exec_command` and `apply_patch`.

Read More