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.71k stars 297 forks source link

move ClientConfigSingleton to separate file #5656

Closed sqs closed 1 month ago

sqs commented 1 month ago

The big GraphQL client file was getting big, and the ClientConfigSingleton is an independent API from the GraphQL client and merits its own file. This move commit makes it easier to track history for another upcoming refactor.

Test plan

CI