# v0.6.11 — Fix compatibility with DSH 0.1.2-alpha.5 ## Исправлено / Fixed **Исправлена совместимость с DSH 0.1.2-alpha.5.** Устранена ошибка запуска Web UI `Failed to load plugins`, при которой компоненты оставались в `pending`, ожидая `remote.session`, `remote.workspace` и другие сервисы. **Fixed compatibility with DSH 0.1.2-alpha.5.** The LAN shim now preserves asynchronous plugin initialization so the loader waits for remote services before auditing dependent components. **修复 DSH 0.1.2-alpha.5 兼容性。** 修复 Web UI 启动期间异步初始化未被等待, 导致依赖组件停留在 pending 状态并显示 Failed to load plugins 的问题。 ## Cause and change A normal-function wrapper changed async apply into a constructor in Cordis' lifecycle classification. Native Proxy/Reflect forwarding preserves the original call/construct behavior, prototype, full configuration/arguments, receiver, return/disposal values and errors. Generator lifecycle and the deliverables connection exception remain intact. ## Impact and upgrade No DSH core patch, session migration, new dependency or plugin disabling. Existing settings, certificates, authentication and other plugins are unchanged. Install the approved 0.6.11 package, restart DSH normally, and reload Web UI. ## Checks - Full unit/local integration suite: 86 passed. - Six new shim regressions; five reproduced the defect before the fix. - Actual alpha.5 Cordis and browser registry/gateway/remotes: remote services ready at the awaited boot boundary, without artificial delays. - Independent review: PASS. - Installed test package: HTTPS, session list and plugin inventory RPC PASS; actual browser boots alpha.5 with no loader error or console error. - No live model request was needed; isolated test has no provider key. - Canonical tracking: Gitea issue #31, code PR #32. Production acceptance is performed after installation of this published version. See [detailed test and compatibility notes](../testing/alpha5-compatibility.md).