File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const description = 'Manage context files for AI tools'
20
20
// context consumers endpoints returns all supported IDE and other consumers
21
21
// that can be used to pull context files. It also includes a catchall consumer
22
22
// for outlining all context that an unspecified consumer would handle.
23
- const allContextConsumers = ( await getContextConsumers ( version ) ) . filter ( ( consumer ) => ! consumer . hideFromCLI )
23
+ const allContextConsumers = await getContextConsumers ( version )
24
24
const cliContextConsumers = allContextConsumers . filter ( ( consumer ) => ! consumer . hideFromCLI )
25
25
26
26
const rulesForDefaultConsumer = allContextConsumers . find ( ( consumer ) => consumer . key === 'catchall-consumer' ) ?? {
You can’t perform that action at this time.
0 commit comments