Skip to content

Releases: WM-CODER/custom-first-control-prompt

v0.2.3

Choose a tag to compare

@WM-CODER WM-CODER released this 21 Aug 12:04

Fixed

  • Client bundle __ModuleLoader__.load registration id now matches the core package name (@wm-coders/dsh-custom-first-control-prompt), fixing "loaded without registering" error on plugin install

npm: @wm-coders/dsh-custom-first-control-prompt@0.2.3

v0.2.2

Choose a tag to compare

@WM-CODER WM-CODER released this 21 Aug 11:51

Changed

  • Merged host and client halves into a single package: dsh.bundle (host patch) and dsh.client (browser panel auto-discovery) now live in one package.json, eliminating the separate @wm-coders/dsh-client-ui-custom-first-control-prompt package
  • cordis.patch.yml no longer inserts a UI row - the browser panel is auto-discovered via dsh.client
  • ./client export now points to the browser panel entry (lib/client.js); typert client types moved to ./typert-client
  • install.ps1/install.sh and uninstall.ps1/uninstall.sh simplified to single-package flow
  • Uninstall message now includes browser hard-refresh instruction

Fixed

  • dsh plugin add no longer needs a separate UI package in dependencies - one package, one install
  • Removed settings.plugin.item slot registration that used id on a keyed slot (keyed slot requires options.key)
  • Removed @deepseek-ai/dsh-client-ui-settings-plugins from client inject list and peerDependencies (no longer used)
  • Fixed offline junction scope from @wm-coder to @wm-coders in install/uninstall scripts

Removed

  • client-ui/ subdirectory (merged into the main lib/ tree)
  • @wm-coders/dsh-client-ui-custom-first-control-prompt npm package (merged into core)

npm: @wm-coders/dsh-custom-first-control-prompt@0.2.2

v0.2.1: chore: add engines field, CHANGELOG, bump to 0.2.1

Choose a tag to compare

@WM-CODER WM-CODER released this 20 Aug 08:49

v0.2.1

Added

  • engines.node field in both package.json files (^22.19.0 || >=24.0.0)
  • CHANGELOG.md

Changed

  • Bump version 0.2.0 → 0.2.1
  • Update client-ui peerDependency on core package to 0.2.1

npm

  • @wm-coders/dsh-custom-first-control-prompt@0.2.1
  • @wm-coders/dsh-client-ui-custom-first-control-prompt@0.2.1