🪔 EnterWorktreeTool.ts

This commit is contained in:
nirholas
2026-03-31 10:24:01 +00:00
parent 04a9203121
commit d36d96bca3

View File

@@ -125,3 +125,4 @@ export const EnterWorktreeTool: Tool<InputSchema, Output> = buildTool({
}
},
} satisfies ToolDef<InputSchema, Output>)