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

Cody Web: Expose internal create chat API from Cody Web root component #5091

Closed vovakulikov closed 1 month ago

vovakulikov commented 1 month ago

Part of SRCH-720

This PR simply exposes the internal CodyWebProvider API so a consumer would be able to call it proactively (in this particular case to trigger chat creation outside of CodyWebProvider children components)

Test plan