@megen-lebar/dsh-reasoning-effort 0.2.5 → 0.2.7
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 +2 -2
- package/README.md +2 -2
- package/README.zh.md +2 -2
- package/lib/client.js +62 -26
- package/lib/official-levels.json +10793 -8616
- package/package.json +1 -1
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.
|
|
4
|
+
"version": "0.2.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": { "node": "^22.19.0 || >=24.0.0" },
|
|
7
7
|
"main": "lib/index.js",
|