Skip to content

v0.2.3 — adapt to deepseek-harness 0.1.0-rc.7

Latest

Choose a tag to compare

@maxwell-feng maxwell-feng released this 17 Aug 14:18
14f1606

Compatibility

  • Adapted to deepseek-harness 0.1.0-rc.7: plugin code verified against the rc.7 llm service (resolveModelInfo / listModels / adapter.stream / llm/adapters-updated) and attachments service (readImage) — both unchanged from rc.6 — no code changes required. Configuration and install docs now target 0.1.0-rc.7.

Fixed

  • Duplicate loader entry id trap: dsh 0.1.0-rc.7 (cordis-plugin-loader 1.0.2) rejects two composed rows sharing one loader entry id, failing the boot with duplicate loader entry id: windows-ocr. The docs previously let users install the plugin both as an npm bundle and as a manual cordis.patch.yml insert (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