🌉 files.ts

This commit is contained in:
nirholas
2026-03-31 10:22:46 +00:00
parent bb5e884847
commit 2ba8cca282

View File

@@ -17,3 +17,4 @@ export async function call(
const fileList = files.map(file => relative(getCwd(), file)).join('\n') const fileList = files.map(file => relative(getCwd(), file)).join('\n')
return { type: 'text' as const, value: `Files in context:\n${fileList}` } return { type: 'text' as const, value: `Files in context:\n${fileList}` }
} }