honoriomelo/dsh-commit-ai0

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.

AI 分析

核心用途是自动撰写 Git 提交说明。适合在 DSH 解决方案浏览器中进行版本控制的开发者,能根据代码差异快速生成规范的 commit message。

パッケージ
dsh-commit-ai
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/29

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:honoriomelo/dsh-commit-ai

ドキュメント

README 全文を読む ↗

Configuration

The plugin's config schema (in package.jsondsh.bundle.config once mounted) is:

KeyDefaultDescription
maxOutputTokens220Max output tokens for the commit message model call.
temperature0.2Sampling temperature.
maxDiffChars14000Hard cap on diff size (chars) sent to the model.
maxFilesListed50Max staged file paths listed in the prompt.