💄 🔰 outputFormatting.ts

This commit is contained in:
nirholas
2026-03-31 10:24:32 +00:00
parent ab6db75e9e
commit 2c68b483f9

View File

@@ -36,3 +36,4 @@ export function formatTaskOutput(
return { content: header + truncated, wasTruncated: true }
}