Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:38
· 36 commits to master since this release

Fixed

  • Cordis plugin install chain for git-source installs (dsh plugin add github:ddtcorex/agent-dev-skills): added a prepare script (tsc) so the package builds lib/ itself on install — a git install fetches sources only and never runs build, so the declared entry lib/index.js did not exist (found in awesome-dsh-plugin#2165 review). pnpm ≥ 10 users allow the build once via allowBuilds in the profile's pnpm-workspace.yaml; dsh plugin prints the exact key on first add.
  • cordis.patch.yml insert row now names @ddtcorex/agent-dev-skills instead of the bare agent-dev-skills: the loader imports the row's name as a Node specifier, and no package named agent-dev-skills exists — the bundle layer could never have loaded even with lib/ built.

Changed

  • Renamed the DSH Web GUI Agent Preset from "Govard Dev Agent" to "Govard Master" (preset.yml; installer output and README updated to match).

Full Changelog: v1.0.5...v1.0.6