Commit c78787b
committed
Fix SDK documentation: replace 'file diffs' with 'file change notifications'
The TypeScript SDK's README incorrectly claimed that runStreamed()
emits "file diffs". However, the FileChangeItem type only contains
metadata (path, kind, status) without actual diff content.
Updated line 36 to accurately describe the SDK as providing "file
change notifications" instead of "file diffs" to match the actual
implementation in items.ts.
Fixes #58501 parent 917f39e commit c78787b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments