feat: branch protection + deps caching
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user