Compatibility
- Adapted to deepseek-harness
0.1.0-rc.7: plugin code verified against the rc.7llmservice (resolveModelInfo/listModels/adapter.stream/llm/adapters-updated) andattachmentsservice (readImage) — both unchanged from rc.6 — no code changes required. Configuration and install docs now target0.1.0-rc.7.
Fixed
- Duplicate loader entry id trap: dsh
0.1.0-rc.7(cordis-plugin-loader1.0.2) rejects two composed rows sharing one loader entry id, failing the boot withduplicate loader entry id: windows-ocr. The docs previously let users install the plugin both as an npm bundle and as a manualcordis.patch.ymlinsert (same id, twice). Install modes are now documented as mutually exclusive. - Broken config-override example: the documented
- update:patch form is not part of the dsh patch dialect and was silently skipped. The READMEs and agents-install now show the correct id-targeted override row (- id: windows-ocr+config:), which replaces the existing row's config without registering a second entry.
Full changelog: CHANGELOG.md