Diffs for the agentic era.
deltoids expands every hunk to include the enclosing context. Hold the code in your head even when you're not the one typing it.


Use as a diff pager.
bash
# pipe a single diff
git diff | deltoids | less -R
# or set as the default git pager
git config --global core.pager 'deltoids | less -R'
Review each edit by coding agents.
edit-tui browses every agent edit, with its reason and semantic context.
bash
pi install https://github.com/juanibiapina/deltoids
edit-tui
FAQ
git diff -W finds scope with regex. deltoids parses the file with tree-sitter.