中文
修复 #14:在 DSH 0.1.2-rc.1 中,插件调用模型目录时因缺少 remote.session 注入而崩溃,导致输入框回退到内置模型选择器。
- 补齐
remote、remote.session注入声明,保留原有插槽优先级。 - 更新客户端构建产物。
- 类型检查、国际化检查及完整构建通过;尚未完成浏览器实测。
感谢 @Kalospacer 提供详细诊断,以及 @FengZhiHen1 在 #15 中提供的独立最小修复与实测验证(该 PR 未合并,本版本采纳等效的注入声明修复)。
兼容性维护以相对稳定的 DSH RC 版本为目标,不为各个 alpha 版本单独适配。本次未迁移旧包依赖及类型导入,也未包含 #13、#16 的 alpha 版本适配。
安装或更新:
dsh plugin --profile web add github:HanaAyane/dsh-reasoning-effort#v0.7.1English
Fixes the missing client injection reported in #14: resolving the model directory on DSH 0.1.2-rc.1 could crash the plugin's model slot and fall back to the built-in selector.
- Declare
remoteandremote.sessionwithout changing slot priority. - Rebuild the client bundle.
- Type checking, runtime locale checks, and the full build pass. Browser validation is still pending.
Thanks to @Kalospacer for the detailed diagnosis, and to @FengZhiHen1 for the independent minimal fix and real-browser verification in #15 (the PR was not merged; this release ships the equivalent injection declarations).
Compatibility maintenance targets the relatively stable DSH RC versions, with no separate adaptations for individual alpha versions. This release does not migrate legacy package dependencies or type imports and does not include alpha-specific adaptations for #13 or #16.
Install or update:
dsh plugin --profile web add github:HanaAyane/dsh-reasoning-effort#v0.7.1