@yanqd0/dsh-mint
DSH plugin: mint issue tracking integration — session context injection, event reminders, plan binding, a zero-approval `mint` tool, and a session tab.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗dsh-mint
DSH plugin for the mint issue tracker. Brings mint into DSH sessions:
- session context injection (active issue overview + milestone check)
- event reminders (git commit →
state commit, failure signals) - plan-mode binding (no mint plan → no plan-mode exit)
- a
minttool for the agent: the whole mint CLI executed inside the plugin process, so it needs no bash, no sandbox write access and no approval - (0.2.0) a session tab with an issue panel
Install from source (DSH web profile)
For dogfooding / local development, install this checkout into the DSH web
profile:
pnpm build
dsh plugin --profile web add ./
dsh plugin runs pnpm inside ~/.dsh/profiles/web. pnpm 11 blocks dependency
build scripts by default and exits with ERR_PNPM_IGNORED_BUILDS. Approve the
builds with pnpm itself, without editing any YAML, then re-run the install:
dsh plugin --profile web approve-builds --all
dsh plugin --profile web add ./
If you prefer a single command and accept allowing all builds during install:
dsh plugin --profile web add ./ --config.dangerouslyAllowAllBuilds=true
Status
Early development — milestones 0.1.0 (host face) and 0.2.0 (tab UI). See CHANGELOG once released.