Changed
- Renamed the project from DSH Apply Patch to DSH Smarter Edit.
- Published the package under
@anionex/dsh-smarter-edit. The model-visible tool remainsapply_patch. - Preserved the existing Git history, tags, releases, and runtime behavior.
Migration
dsh plugin --profile desktop remove @anionex/dsh-apply-patch
dsh plugin --profile desktop add @anionex/dsh-smarter-edit@0.1.5 --registry=https://registry.npmjs.org/Restart the Profile and create a new Session after updating.
Verification
- 65 tests passed.
- TypeScript server and client builds passed.
- Peer dependency, tarball, and clean Profile package checks passed before publish.
- GitHub Actions passed on Node.js 22 and 24: https://github.com/Anionex/dsh-smarter-edit/actions/runs/33898520429