# Enhance:当前 Harness 安装接入 目标:把固定 Release 中的独立 Bundle 安装到用户当前实际使用的 Harness,保留其原有数据。版本 0.1.0-rc.2;官方 Harness 0.1.5-rc.2、Cordis 4.0.2;Node ^22.19.0 或 >=24。 1. 核实当前应用、其真实 DSH_HOME、canonical Profile、CLI 和运行时。Desktop 优先使用当前应用内置的 Node/Electron 与 CLI;不要另装一份 Harness 代替目标应用。仅在宿主明确不同 Profile 时调整下面的 web。 2. 对已有安装退出目标宿主,保留插件、配置与数据;从本仓库 v0.1.0-rc.2 Release 获取 tgz 和 SHA256SUMS,核对来源、版本和校验值。 3. 安装固定包: ```sh dsh plugin --profile web add https://github.com/Missher12/dsh-missher-enhance/releases/download/v0.1.0-rc.2/dsh-missher-enhance-0.1.0-rc.2.tgz ``` 4. 重启同一宿主,查看已安装版本与加载错误,打开设置中的使用统计、个性化、会话和界面兼容。用真实入口确认加载,不能只用 --dump-config 或磁盘文件存在作为激活证据。不要为了演示写入用户真实指令、发送消息、删除或归档会话。 5. 普通 Web 没有 Desktop 的原生归档恢复接口时,如实报告不可用;不要绕过维护机制直接改 Session 或存储文件。检查余额不应索取、显示或复制用户密钥。 6. 卸载使用下方命令,重启并确认只移除本插件;保留已有会话、用户指令、原文档和消息回执。 ```sh dsh plugin --profile web remove dsh-missher-enhance ``` Public installation guide: resolve the actual target host and canonical profile, verify the fixed release checksum, stop the host before modifying an existing installation, install with its own CLI and restart. Verify actual settings contributions. Missing native archive support is unavailable, never permission to mutate storage directly. Uninstall preserves user data.