fix(core): bound default search results (#37154)

This commit is contained in:
Kit Langton 2026-07-15 13:49:16 -04:00 committed by GitHub
commit b6ccb66610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 40 additions and 9 deletions

View file

@ -31,6 +31,8 @@ export type ListInput = typeof ListInput.Type
export { FindInput }
export const DEFAULT_SEARCH_LIMIT = 100
export class GlobInput extends Schema.Class<GlobInput>("FileSystem.GlobInput")({
pattern: Schema.String,
path: RelativePath.pipe(Schema.optional),