Skip to content

Releases: Whning0513/deepseek-protocol-doctor

DeepSeek Protocol Doctor v0.1.1

Choose a tag to compare

@Whning0513 Whning0513 released this 14 Aug 13:36

The DSH wrapper now runs through the same test suite on Linux, Windows, and macOS. Windows can use either python or py -3, and the package still includes the portable Agent Skill.

DeepSeek Protocol Doctor v0.1.0

Choose a tag to compare

@Whning0513 Whning0513 released this 14 Aug 10:30

第一版先处理几个接 DeepSeek tool calling 时经常碰到的问题:reasoning_content 没有带回下一轮、tool result 对不上调用、流式 arguments 没拼完就解析,以及 strict schema 配置不完整。

可以当命令行工具用,也可以直接装进 DSH。DSH 里会注册 deepseek_protocol_check 和 deepseek_stream_check 两个工具。

安装:
dsh plugin --profile demo add github:Whning0513/deepseek-protocol-doctor

目前需要 Python 3.10+。DSH 还在 developer preview,后续如果插件接口变化,这边也会跟着调整。真实的脱敏失败记录很欢迎。