This commit is contained in:
Colin McDonnell
2025-12-15 23:22:30 -08:00
parent 333ad29965
commit b833cdd4af
4 changed files with 9 additions and 5 deletions
+1
View File
@@ -7,6 +7,7 @@ import { execute, tool } from "./shared.ts";
export function CreateBranchTool(ctx: Context) {
const defaultBranch = ctx.repo.default_branch || "main";
const CreateBranch = type({
branchName: type.string.describe(
"The name of the branch to create (e.g., 'pullfrog/123-fix-bug')"