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
757e9cc

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: tesseract-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 guidance: agents-install told users to modify an existing row with - update:, a patch form that is not part of the dsh patch dialect and is silently skipped. The docs now show the correct id-targeted override row (- id: tesseract-ocr + config:), which replaces the existing row's config without registering a second entry.

Full changelog: CHANGELOG.md