🌉 files.ts

This commit is contained in:
nirholas
2026-03-31 10:23:01 +00:00
parent 14072b7edc
commit 4f3e02613f

View File

@@ -18,3 +18,4 @@ export async function call(
return { type: 'text' as const, value: `Files in context:\n${fileList}` } return { type: 'text' as const, value: `Files in context:\n${fileList}` }
} }