@megen-lebar/dsh-reasoning-effort 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -1,3 +1,3 @@
1
1
  # Bilingual-pair consistency record: update with git hash-object after editing both README files.
2
- README.md: 470fa72ab06464f8bc1f90bcacbfec9718984e83
3
- README.zh.md: 6af41f3d548007fe47b3804d27b2a0b31fc81faf
2
+ README.md: adcdbe3ee743fede12e2903deec95fe367ac0a31
3
+ README.zh.md: 76a59769ef8ab2db7dd0d47b4c4650ff166f918b
package/README.md CHANGED
@@ -42,7 +42,7 @@ Fully exit and restart the DSH Web Host after installation, then refresh the GUI
42
42
  ## Compatibility
43
43
 
44
44
  - Runtime requirement: DSH `>=0.1.1-rc.2`, declared as `dsh.engines.dsh` in `package.json`.
45
- - Verified environments: DSH CLI `0.1.1-rc.2` with the `0.1.2-alpha.1` cohort store. The plugin runs normally in both parts of this setup.
45
+ - DSH verified support versions: `0.1.1-rc.2` and `0.1.2-alpha.1`. The plugin runs normally on both versions.
46
46
 
47
47
  ## Uninstall and retained settings
48
48
 
@@ -60,7 +60,7 @@ To clean up, remove the corresponding fields from the `llm-pi-ai` settings and r
60
60
 
61
61
  - The source for npm `0.2.0` is `Jamsharden/dsh-plugins` commit [`ddd1ed2f`](https://github.com/Jamsharden/dsh-plugins/commit/ddd1ed2f636a4fc1c4a29544d90b268eef1ceeab).
62
62
  - The source for npm `0.2.3` is `Jamsharden/dsh-plugins` commit [`8137d40b`](https://github.com/Jamsharden/dsh-plugins/commit/8137d40b952949ade8d36792498d7afc51edf839), tagged [`dsh-reasoning-effort-v0.2.3`](https://github.com/Jamsharden/dsh-plugins/releases/tag/dsh-reasoning-effort-v0.2.3).
63
- - Version `0.2.5` is prepared in this standalone repository: <https://github.com/Jamsharden/dsh-reasoning-effort>.
63
+ - Version `0.2.6` is published from this standalone repository: <https://github.com/Jamsharden/dsh-reasoning-effort>.
64
64
 
65
65
  ## Known limitations
66
66
 
package/README.zh.md CHANGED
@@ -42,7 +42,7 @@ dsh plugin --profile web add @megen-lebar/dsh-reasoning-effort
42
42
  ## 兼容性
43
43
 
44
44
  - 运行时要求:DSH `>=0.1.1-rc.2`,已在 `package.json` 的 `dsh.engines.dsh` 中声明。
45
- - 已验证环境:DSH CLI `0.1.1-rc.2` 与 `0.1.2-alpha.1` cohort store。该组合下插件两部分均可正常运行。
45
+ - DSH核验支持版本:`0.1.1-rc.2` 与 `0.1.2-alpha.1`。插件在这两个版本下均可正常运行。
46
46
 
47
47
  ## 卸载与配置保留
48
48
 
@@ -60,7 +60,7 @@ dsh plugin --profile web add @megen-lebar/dsh-reasoning-effort
60
60
 
61
61
  - npm `0.2.0` 的源码来自 `Jamsharden/dsh-plugins` 提交 [`ddd1ed2f`](https://github.com/Jamsharden/dsh-plugins/commit/ddd1ed2f636a4fc1c4a29544d90b268eef1ceeab)。
62
62
  - npm `0.2.3` 的源码来自 `Jamsharden/dsh-plugins` 提交 [`8137d40b`](https://github.com/Jamsharden/dsh-plugins/commit/8137d40b952949ade8d36792498d7afc51edf839),对应标签 [`dsh-reasoning-effort-v0.2.3`](https://github.com/Jamsharden/dsh-plugins/releases/tag/dsh-reasoning-effort-v0.2.3)。
63
- - `0.2.5` 版本在本独立仓库准备发布:<https://github.com/Jamsharden/dsh-reasoning-effort>。
63
+ - `0.2.6` 版本已从本独立仓库发布:<https://github.com/Jamsharden/dsh-reasoning-effort>。
64
64
 
65
65
  ## 已知限制
66
66
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@megen-lebar/dsh-reasoning-effort",
3
3
  "description": "DSH Web GUI 思考强度配置器:侧边栏新增「思考强度」入口,可视化管理第三方 API 各模型的 reasoning effort(自动带出官方档位、保留 off、自定义线上拼写),一键写回 settings 的 llm-pi-ai 命名空间,无需手写 YAML。",
4
- "version": "0.2.5",
4
+ "version": "0.2.6",
5
5
  "type": "module",
6
6
  "engines": { "node": "^22.19.0 || >=24.0.0" },
7
7
  "main": "lib/index.js",