diff --git a/src/commands/files/files.ts b/src/commands/files/files.ts index 6fc244d..1168a9e 100644 --- a/src/commands/files/files.ts +++ b/src/commands/files/files.ts @@ -18,3 +18,4 @@ export async function call( return { type: 'text' as const, value: `Files in context:\n${fileList}` } } +