abinzhao/dsh-request-flight-recorder
abinzhao★ 0TypeScript最后同步: 2026-08-16
Privacy-safe request flight recorder for DeepSeek Harness
README 摘要
dsh-request-flight-recorder 中文 Content-free model request diagnostics for DeepSeek Harness. The plugin observes official Agent Loop requests through Cordis, correlates request assembly with stream completion, and keeps a bounded in-memory flight history for debugging. What it provides - Exact Session, Turn, Step, and request-attempt coordinates. - Provider, model, generation settings, structural message counts, and tool schema sizes. - Prompt section, context, tool, and variable names without their values. - Time to first chunk, total duration, token usage, finish reason, and structured failure state. - Process health counters, retained-record queries, and deterministic content-free diffs. - An optional official /flight human command when the profile provides the Commands service. The recorder does not register a model Tool, Skill, prompt section, or context provider. It does not change Agent Loop or prompt semantics. Compatibility Version 1.1.0 targets DeepSeek Harness 0.1.0-rc.6 , Cordis ^4.0.1 , and Node.js ^22.19.0 ^24.0.0 . DSH release candidates may change extension contracts; use the matching plugin version. The declared RC is a blocking CI target. New npm latest or next RCs…
在 GitHub 查看完整 README →