diff --git a/core/tools/implementations/viewDiff.ts b/core/tools/implementations/viewDiff.ts index 330172dff..fd1dfdb8a 100644 --- a/core/tools/implementations/viewDiff.ts +++ b/core/tools/implementations/viewDiff.ts @@ -7,7 +7,7 @@ export const viewDiffImpl: ToolImpl = async (args, extras) => { return [ { - name: ".diff", + name: "Diff", description: "The current git diff", content: diffs.join("\n"), },