Anionex/dsh-smarter-edit2

@anionex/dsh-smarter-edit

A better approach to editing files in DSH.

AI 分析

核心用途是优化 Agent 在 DSH 中的文件编辑体验,通过补丁应用代替传统编辑。适合频繁需要 Agent 修改本地代码或文件的开发任务。

パッケージ
@anionex/dsh-smarter-edit
バージョン
0.1.5
ライセンス
MIT
最終更新
2026/09/04

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Anionex/dsh-smarter-edit

ドキュメント

README 全文を読む ↗

Configuration

Profile patch values, with defaults:

- id: tool-apply-patch
  config:
    replaceNativeEdit: true

Set replaceNativeEdit: false only when you want edit, write, and str_replace_editor alongside apply_patch. It does not change freeform transport or transaction behavior.