sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.26k stars 215 forks source link

Cody Web: Add remote context support #4731

Closed vovakulikov closed 2 days ago

vovakulikov commented 4 days ago

Part of SRCH-632

This is the one of PRs that come from the bigger change we did for Cody Web in this main PR https://github.com/sourcegraph/cody/pull/4605

This PR adds support for the remote context items files and symbols. Note that eventually, we will use open context provides for any remote contexts but for now as a semi-temporary solution for Cody Web we include this logic outside the open context providers.

This is safe to merge since it only affects Cody Web package.

Test plan