|
|
@@ -33,6 +33,7 @@ describe("getCapabilitiesSection", () => {
|
|
|
const cwd = "/test/path"
|
|
|
const mcpHub = undefined
|
|
|
const mockDiffStrategy: DiffStrategy = {
|
|
|
+ getName: () => "MockStrategy",
|
|
|
getToolDescription: () => "apply_diff tool description",
|
|
|
applyDiff: async (originalContent: string, diffContent: string): Promise<DiffResult> => {
|
|
|
return { success: true, content: "mock result" }
|