Skip to content

Commit cfdd9ec

Browse files
committed
fix: normalize line endings in tool-loop-detection.ts
1 parent d4d64fc commit cfdd9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agents/tool-loop-detection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createHash } from "node:crypto";
1+
import { createHash } from "node:crypto";
22
import type { ToolLoopDetectionConfig } from "../config/types.tools.js";
33
import type { SessionState } from "../logging/diagnostic-session-state.js";
44
import { createSubsystemLogger } from "../logging/subsystem.js";

0 commit comments

Comments
 (0)