v0.2.0 — tool-web row clears disabled explicitly (disabled: false)
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
English
Fixed / 修复
- Fix: the
tool-webre-enable row now clearsdisabledexplicitly (disabled: false). The loader's id-patch merge is per-key: a config-only row restatesconfigbut leaves thedisabled: trueshipped by the@deepseek-ai/dsh-web-appbundle in place, so 0.1.9's re-enable row still leftweb_searchunregistered. Verified withdsh --profile web --dump-config: the composedtool-webrow now carriesdisabled: falseand the model-facingweb_search/web_fetchtools mount. - Update:
dsh plugin update dsh-tinyfish-search(ordsh plugin add dsh-tinyfish-search@0.2.0). - Requirements: harness
0.1.2-rc.1, a TinyFish API key (TINYFISH_API_KEYenv,dsh credentials set, orapiKeyconfig). - Install:
dsh plugin add dsh-tinyfish-search— the bundle patch registers the provider row, routessearchProvider: tinyfish, and re-enablestool-web(now withdisabled: false). - Uninstall:
dsh plugin remove dsh-tinyfish-search. - Usage: after install, the built-in
web_searchtool runs on the TinyFish Search API automatically; config edits in the Plugins settings card reach the next search without a restart. - Config:
apiKey(literal, wins over env),apiKeyEnv(defaultTINYFISH_API_KEY, credential-ref),baseURL(defaulthttps://api.search.tinyfish.ai).
中文
修复说明
- 修复:
tool-web重启用行现在显式清除disabled(disabled: false)。 loader 的按 id 补丁合并是按键生效的:仅带config的行会重述配置但保留@deepseek-ai/dsh-web-appbundle 自带的disabled: true,因此 0.1.9 的重启用行依然让web_search处于未注册状态。已用dsh --profile web --dump-config验证:组合后的tool-web行现为disabled: false,模型可见的web_search/web_fetch工具正常挂载。 - 升级:
dsh plugin update dsh-tinyfish-search(或dsh plugin add dsh-tinyfish-search@0.2.0)。 - 环境要求:harness
0.1.2-rc.1,一个 TinyFish API key(TINYFISH_API_KEY环境变量、dsh credentials set或apiKey配置均可)。 - 安装:
dsh plugin add dsh-tinyfish-search—— bundle 补丁注册 provider 行、把searchProvider指向tinyfish,并重新启用tool-web(现已带disabled: false)。 - 卸载:
dsh plugin remove dsh-tinyfish-search。 - 使用:安装后内置
web_search工具自动走 TinyFish Search API;在 Plugins 设置卡片修改配置后无需重启即对下一次搜索生效。 - 配置:
apiKey(字面密钥,优先于环境变量)、apiKeyEnv(默认TINYFISH_API_KEY,credential-ref 类型)、baseURL(默认https://api.search.tinyfish.ai)。