dsh-concurrency-guard
Concurrency Guard
DSH concurrent request monitoring and latch: hooks the llm/stream waterfall, tracks all in-flight model requests, classifies them by source (main session/sub-agent/plugin/compaction/title), and aggregates session activity. Requests are queued FIFO when the limit is reached, preventing providers from
The plugin will be installed here. Keep web if you are unsure.
npx -y @deepseek-ai/dsh plugin --profile web add dsh-concurrency-guard@1.5.2

Description
DSH concurrent request monitoring and latch: hooks the llm/stream waterfall, tracks all in-flight model requests, classifies them by source (main session/sub-agent/plugin/compaction/title), and aggregates session activity. Requests are queued FIFO when the limit is reached, preventing providers from locking the account due to excessive concurrency; v1.5.0 adds session-level concurrency control—set concurrency limits in real time for online active sessions (rootId resolves to the top-level session, including sub-agents), with a new “Session Concurrency” tab in the panel; v1.5.1 changes exception details to tab switching and adds a “By Category × Error Message” summary report; provides a real-time WebUI panel (including history cleanup), HTTP JSON endpoints, state files, and concurrency_s
Compatibility and provenance
Concurrency Guard is published as dsh-concurrency-guard and currently resolves to version 1.5.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.
- DSH compatibility
- *
- Runtime surfaces
- web
- Release source
- npm
- Registry updated