v1.0.4
Fixed
- DeepSeek Harness (DSH) submission gate:
package.jsondeclared"dsh.bundle": trueas a
flat key, which the awesome-dsh-plugin CI check does not recognize — it reads the nested
dsh.bundle.patchpath. Added the missing rootcordis.patch.ymland 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
Full Changelog: v1.0.3...v1.0.4