honoriomelo/dsh-commit-ai ↗★ 0
dsh-commit-ai
DSH commit-box AI assist: a '✨ Generate with AI' button that fills the commit message from the staged diff using the deployment's default LLM, injected into the dsh-solution-explorer SCM panel without touching its source.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:honoriomelo/dsh-commit-ai说明文档
阅读完整 README ↗Configuration
The plugin's config schema (in package.json → dsh.bundle.config once
mounted) is:
| Key | Default | Description |
|---|---|---|
maxOutputTokens | 220 | Max output tokens for the commit message model call. |
temperature | 0.2 | Sampling temperature. |
maxDiffChars | 14000 | Hard cap on diff size (chars) sent to the model. |
maxFilesListed | 50 | Max staged file paths listed in the prompt. |