sourcegraph / cody

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

[Agent] Add delete chat method to json rpc #4740

Closed vovakulikov closed 2 days ago

vovakulikov commented 3 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 extends agent RPC API in order to delete chats from Cody Web client, currently, it's not used anywhere in main so it's safe to merge this since it has no effect on other clients.

Test plan