mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-30 10:31:53 +00:00
fix(app): include files in mention search (#45281)
This commit is contained in:
parent
1e864dd8c6
commit
6c6871fd2a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue