Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Aug 09:57
· 41 commits to master since this release
c684576

Fixed

  • DeepSeek Harness (DSH) submission gate: package.json declared "dsh.bundle": true as a
    flat key, which the awesome-dsh-plugin CI check does not recognize — it reads the nested
    dsh.bundle.patch path. Added the missing root cordis.patch.yml and switched the manifest
    to "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, matching the shape the Cordis
    plugin loader (and the submission gate) actually expects. src/index.ts's skill-provider
    bundle and the .dsh-plugin/ Agent preset were already real and functional — only the
    manifest wiring was wrong.

What's Changed

  • fix: correct dsh.bundle manifest shape for DSH submission gate by @ddtcorex in #3

Full Changelog: v1.0.3...v1.0.4