Skip to content

v0.1.3 — adapt to deepseek-harness 0.1.2-alpha.2

Choose a tag to compare

@maxwell-feng maxwell-feng released this 31 Aug 10:22
· 1 commit to main since this release

What's new / 更新内容

Adapted to DeepSeek Harness 0.1.2-alpha.2 / 适配 DeepSeek Harness 0.1.2-alpha.2

  • devDependencies now pin @deepseek-ai/dsh-web / @deepseek-ai/dsh-llm at 0.1.2-alpha.2 and @deepseek-ai/cordis at 4.0.2; the @deepseek-ai/dsh-web peer range now starts at 0.1.2-alpha.2 / devDependencies 锁定 @deepseek-ai/dsh-web@deepseek-ai/dsh-llm0.1.2-alpha.2@deepseek-ai/cordis4.0.2@deepseek-ai/dsh-web 的 peer 区间下限升至 0.1.2-alpha.2
  • The ctx.web provider contract (WebSearchProvider / WebSearchRequest / WebSearchResult / WebError) is unchanged in this harness release — no provider code changes required; the full test suite passes against the new package set / 该版 harness 的 ctx.web 提供方契约没有变化,无需改动提供方代码;全部测试在新区间依赖下通过。
  • The request user-agent header now reports dsh-tinyfish-search/0.1.3 / 请求 user-agent 头现在上报 dsh-tinyfish-search/0.1.3

Full details: CHANGELOG.md / 完整说明见 CHANGELOG。