| 108 | } |
| 109 | |
| 110 | export class SmartDiffTool extends Tool<z.infer<typeof SmartDiffArgs>> { |
| 111 | name = 'smart_diff'; |
| 112 | description = 'Diff between two files, two git refs, a ref vs HEAD, or uncommitted changes. Annotates each hunk with category (logic/formatting/imports/comments) so you can quickly tell which hunks need close review. Read-only.'; |
| 113 | isReadOnly = true; |
nothing calls this directly
no outgoing calls
no test coverage detected