sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.53k stars 261 forks source link

load CommandsProvider in web #5123

Closed sqs closed 1 month ago

sqs commented 1 month ago

This makes Cody Web more similar to Cody in the editor. The commands provider will be used in the future for providing a nice transition path from Commands to Prompt Library; it is not per se desirable functionality we want.

Test plan

CI