You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td>Click the <code>+</code> gutter button to comment on any line. Drag to comment on a range.</td>
@@ -65,6 +70,38 @@ So your question becomes a real turn in the running session's transcript:
65
70
</tr>
66
71
</table>
67
72
73
+
### Diff selection
74
+
75
+
Anything after `/askdiff` is a description — Claude figures out the
76
+
right `git diff` invocation, writes the result to a temp file, and
77
+
points the server at it. Some examples:
78
+
79
+
| You type | What you'll review |
80
+
|---|---|
81
+
|`/askdiff David's latest commit where he removed the xmpp integration`| Author + content combined — Claude filters `git log --author=David` then narrows by `-S"xmpp"`|
0 commit comments