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'
2020// context consumers endpoints returns all supported IDE and other consumers
2121// that can be used to pull context files. It also includes a catchall consumer
2222// 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 )
2424const cliContextConsumers = allContextConsumers . filter ( ( consumer ) => ! consumer . hideFromCLI )
2525
2626const rulesForDefaultConsumer = allContextConsumers . find ( ( consumer ) => consumer . key === 'catchall-consumer' ) ?? {
You can’t perform that action at this time.
0 commit comments