@kanadego/dsh-heartbeat 1.6.3 → 1.6.4
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/client.js +1 -1
- package/package.json +1 -1
package/client.js
CHANGED
|
@@ -384,7 +384,7 @@ window.__ModuleLoader__.load({
|
|
|
384
384
|
React.createElement("div", { style: rowStyle },
|
|
385
385
|
React.createElement("span", { style: labelStyle }, "闲着模式"),
|
|
386
386
|
React.createElement("button", { style: draftIdle ? buttonStyle : buttonGhost, onClick: () => setDraftIdle(!draftIdle) }, draftIdle ? "☑ 开启" : "☐ 关闭"),
|
|
387
|
-
React.createElement("span", { style: hintStyle }, "素材池空时用画像话题兜底主动搭话(闸门仍生效)"))
|
|
387
|
+
React.createElement("span", { style: hintStyle }, "素材池空时用画像话题兜底主动搭话(闸门仍生效)")),
|
|
388
388
|
React.createElement("div", { style: rowStyle },
|
|
389
389
|
React.createElement("button", { style: buttonStyle, onClick: () => { void save(); } }, "保存"),
|
|
390
390
|
React.createElement("span", { style: hintStyle }, status || "全部参数保存后即时生效,无需重启")),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kanadego/dsh-heartbeat",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.4",
|
|
4
4
|
"description": "Heartbeat plugin for DeepSeek Harness: scheduled autonomous reflection loop with user profile, material pool, pace gate, and gated proactive expression.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|