🌉 files.ts
This commit is contained in:
@@ -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}` }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user