Skip to content

Releases: bitxeno/dsh-github-picker

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 03:32

Full Changelog: v0.3.0...v0.4.0

v0.2.0

Choose a tag to compare

@bitxeno bitxeno released this 18 Aug 01:33

What’s new since v0.1.0

  • Namespace rename — the wire namespace is now githubPicker (gateway route /api/githubPicker/*), the settings/locale namespace is github-picker, and the mention source kind is github-picker-mention. The picker can now be installed side by side with dsh-at-github without colliding on the Typert manifest, the settings provider, the locale map, or the pre-step injections.
  • Cross-plugin dedup — the host pre-step scanner skips <github-reference> markers a sibling plugin already injected, so installing both plugins never duplicates references.
  • Docs — added a zh/en README switcher and refreshed the preview image.

A Host/contract change: restart dsh web after upgrading.

v0.1.0

Choose a tag to compare

@bitxeno bitxeno released this 17 Aug 13:42

dsh-github-picker v0.1.0 — initial release

GitHub issue / PR reference picker for the DeepSeek Harness web GUI.

Features

  • Composer icon picker: click the GitHub icon in the input box to search the workspace repository and insert issue/PR references (@owner/repo#number, bare #number, or issue/PR URLs).
  • Settings insert format: choose the reference format in the GitHub settings card (gh-issue namespace).
  • Host-side mention scanning: #number, @owner/repo#number, and issue/PR URLs are marked as <github-reference> in the pre-step.
  • gh CLI based: reads gh auth status for account-connection status; no token material is ever stored or crossed.
  • Localized: Chinese product copy with English fallback.

Install

Profile install: ~/.dsh/profiles/web/node_modules/dsh-github-picker (copy lib/ files), add the dependency + dsh.profile.bundles entry, restart dsh web.