Skip to content

Releases: blackteaYES/dsh-thinking-levels-settings

dsh-thinking-levels-settings v2.0.0

Choose a tag to compare

@blackteaYES blackteaYES released this 17 Aug 05:52

dsh-thinking-levels-settings v2.0.0

给 DSH Web 添加 设置 → 思考级别 页面:为自定义 llm-pi-ai 提供商的每个模型配置推理档位(off / minimal / low / medium / high / xhigh / max),持久化到 ~/.dsh/settings.yaml

安装(二选一)

方式 A — 官方命令(推荐,需要 dsh CLI + pnpm)

dsh plugin --profile web add ./dsh-thinking-levels-settings-2.0.0.tgz

自动加入 dsh.profile.bundles,无需手动编辑任何文件。

方式 B — 一键脚本(无 pnpm 环境)

tar -xzf dsh-thinking-levels-settings-2.0.0.tgz -C /tmp/rel
cd /tmp/rel/package && bash install.sh

脚本自动检测 dsh/pnpm,走官方或手工路径。安装后重启 dsh 并硬刷新浏览器(Ctrl+Shift+R),在 设置 → 思考级别 查看。

包含

  • lib/client.js — 官方 window.__ModuleLoader__.load 闭包工厂客户端 bundle
  • lib/index.js / lib/invariant.js / lib/types/** — node 半 + invariant + 类型声明
  • README.md / INSTALL.html / INSTALL.md — 文档
  • profile.patch.ymldsh.bundle 引用的挂载行模板

来源