MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/codegraph/smart-diff.ts:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110export 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected