MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / sanitizeGitOutput

Function sanitizeGitOutput

services/cloud-agent-next/wrapper/src/auto-commit.ts:13–15  ·  view source on GitHub ↗
(output: string)

Source from the content-addressed store, hash-verified

11/** Timeout for git push (network-bound) */
12const GIT_PUSH_TIMEOUT_MS = 60_000;
13/** Timeout for commit message generation API call */
14const COMMIT_MESSAGE_TIMEOUT_MS = 30_000;
15const worktreeAutoCommits = new Map<string, Promise<void>>();
16const COMMIT_EVIDENCE_TIMEOUT_MS = 5_000;
17
18type CommitEvidence = {

Callers 1

runAutoCommitFunction · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected