feat: branch protection + deps caching

This commit is contained in:
2026-05-31 02:44:12 -05:00
parent d5d2e5b58e
commit 19671c6299
6 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ import { UploadFileTool } from "./upload.ts";
export interface ToolContext {
agentId: "ollama";
repo: { owner: string; name: string };
repo: { owner: string; name: string; defaultBranch: string };
payload: ResolvedPayload;
gitea: Gitea;
gitToken: string;