Jian-Sparrow/dsh-plugin-mission-control ↗★ 0
dsh-plugin-mission-control
Live Mission Control for DeepSeek Harness agents, tools, subagents, and token usage
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jian-Sparrow/dsh-plugin-mission-control说明文档
阅读完整 README ↗Configuration
| Field | Default | Valid values | Meaning |
|---|---|---|---|
previewMode | names-only | names-only, redacted, full | Tool payload visibility |
maxPreviewBytes | 2048 | 128..65536 | Maximum preview bytes per value |
sensitiveFieldNames | common credential names | string array | Case-insensitive object keys removed in redacted mode |
tokenPublishIntervalMs | 250 | 50..5000 | Token update coalescing interval |
velocityWindowMs | 5000 | 1000..60000 | Rolling recent-token-rate window |
maxLiveRows | 300 | 50..2000 | Maximum Tool rows retained per viewing epoch |
maxPendingFrames | 64 | 8..512 | Maximum queued SSE frames per subscriber |
Every field is validated when the Cordis plugin loads. Invalid configuration fails loudly.