## 中文 修复升级到 DeepSeek Harness `0.1.5-rc.2` 后,Grok Build 设置页显示“账户服务暂时不可用”、插件和 CLI 版本未知的问题。 - 六个账户操作迁移到主机认证的共享 `/api/grok-auth/*` 精确 POST 路由,恢复登录状态、CLI 检测、模型目录和额度读取。 - 使用主机请求 schema,拒绝畸形请求与路径/方法不匹配,保留取消和插件卸载清理行为。 - Harness peer 与开发依赖对齐 `0.1.5-rc.2`。旧版 Harness 用户需要先升级宿主。 - 本地 Node `24.19.0` 测试通过;macOS 隔离实例检测到官方 Grok CLI `1.0.5`,读到 `grok-4.6`、`grok-4.5` 和额度。未认证请求返回 401,跨来源请求返回 403。 - 本版未重测真实模型生成或 Windows 真机浏览器登录。更新后需要重启正在运行的 DSH。 ```sh dsh plugin --profile web add dsh-grok-provider@1.0.5 ``` ## English Fix unavailable Grok Build account services and unknown plugin/CLI versions after upgrading to DeepSeek Harness `0.1.5-rc.2`. - Move six account operations to exact POST routes on the host-authenticated shared `/api/grok-auth/*` carrier, restoring status, CLI diagnostics, model discovery, and quota reads. - Validate requests with the host schema, reject malformed or mismatched methods, and preserve cancellation and plugin-owned cleanup. - Align Harness peers and development dependencies with `0.1.5-rc.2`. Upgrade older Harness hosts before installing this version. - Local Node `24.19.0` tests pass. An isolated macOS Harness detects official Grok CLI `1.0.5`, both `grok-4.6` and `grok-4.5`, and quota. Unauthenticated requests return 401; foreign Origins return 403. - Live model generation and physical Windows browser sign-in were not repeated. Restart any running DSH process after updating. ```sh dsh plugin --profile web add dsh-grok-provider@1.0.5 ```