Skip to content

Releases: Wanbinyu/dsh-provider-probe

v0.3.0 - Actionable failure guidance

Choose a tag to compare

@Wanbinyu Wanbinyu released this 19 Aug 11:55

dsh-provider-probe v0.3.0

简体中文

本版让失败结果更容易处理:插件会根据明确的 HTTP 状态、错误代码和错误文本,区分凭据、权限、模型/接口地址、限流/额度、超时、网络、流式/SSE 兼容与供应商 5xx,并在页面给出下一步建议。

  • 失败页面新增中文和英文排查建议
  • 复制诊断加入失败类别和同一条建议
  • 覆盖 DeepSeek Harness 原生 MISSING_CREDENTIAL 错误
  • 分类只提供保守建议,不修改配置、不自动重试、不增加请求
  • 30 个单元测试、Host/Web 类型检查、构建和安装包检查通过

安装:

dsh plugin --profile web add https://github.com/Wanbinyu/dsh-provider-probe/releases/download/v0.3.0/dsh-provider-probe-0.3.0.tgz

SHA-256: 969C275AB5395474A9866AA4C9DEC8B354CBDB817F703C30FD5D5880FD7E4C77

English

This release turns common provider failures into conservative, actionable guidance. It classifies explicit credential, permission, model/endpoint, rate/quota, timeout, network, streaming/SSE, and provider 5xx failures without changing configuration or retrying automatically.

Install with the command above, then restart dsh web.

v0.2.0 - Model capability diagnostics

Choose a tag to compare

@Wanbinyu Wanbinyu released this 19 Aug 10:23

中文

v0.2.0 在原有低成本连通性检测上增加模型能力诊断:

  • 显示活动模型路由声明的文本、图片或未知输入能力;
  • 手动输入、目录未声明的模型保持“未知”,不猜测能力;
  • 一键复制适合粘贴到 Issue 或 Discussion 的脱敏诊断报告;
  • 能力展示不会发送图片、创建附件、后台检测或增加费用;
  • 更新中英文 README、测试、构建产物和真实界面截图。

安装或更新:

dsh plugin --profile web add https://github.com/Wanbinyu/dsh-provider-probe/releases/download/v0.2.0/dsh-provider-probe-0.2.0.tgz

SHA256:669F612883F9490F1B3BA65F6E3515D23BC8C50F0DD7AD0A8069551A5B97DD11

English

v0.2.0 adds model-capability diagnostics to the existing low-cost connectivity probe:

  • shows text, image, or unknown input capabilities declared by the active model route;
  • keeps manually entered or undisclosed models unknown instead of guessing;
  • copies a paste-ready redacted diagnostic for an Issue or Discussion;
  • makes no image request, attachment, background probe, or added charge;
  • updates both READMEs, tests, build artifacts, and the real UI screenshot.

SHA256: 669F612883F9490F1B3BA65F6E3515D23BC8C50F0DD7AD0A8069551A5B97DD11

v0.1.0 - Initial release

Choose a tag to compare

@Wanbinyu Wanbinyu released this 19 Aug 05:34

Changelog

0.1.0 - 2026-08-19

  • Add manual provider/model connectivity probes.
  • Report first-token and total latency, finish reason, and token usage.
  • Add cancellation, a hard timeout, and a one-probe concurrency guard.
  • Redact common secrets and home paths from provider errors.
  • Add localized Chinese and English settings UI.