Releases: bitxeno/dsh-github-picker
Releases · bitxeno/dsh-github-picker
Release list
v0.4.0
Full Changelog: v0.3.0...v0.4.0
v0.2.0
What’s new since v0.1.0
- Namespace rename — the wire namespace is now
githubPicker(gateway route/api/githubPicker/*), the settings/locale namespace isgithub-picker, and the mention source kind isgithub-picker-mention. The picker can now be installed side by side withdsh-at-githubwithout 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 webafter upgrading.
v0.1.0
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-issuenamespace). - 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 statusfor 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.