fix(app): include files in mention search (#45281)

This commit is contained in:
Brendan Allan 2026-08-26 22:18:34 +08:00 committed by GitHub
parent 1e864dd8c6
commit 6c6871fd2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -212,7 +212,7 @@ export const { use: useFile, provider: FileProvider } = createSimpleContext({
{
location: { directory: sdk().directory },
query,
type: dirs === "true" ? "directory" : "file",
type: dirs === "true" ? undefined : "file",
limit: options?.limit,
},
{ signal: options?.signal },