sourcegraph / cody

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

Send history change notification to the client #4721

Closed vovakulikov closed 1 day ago

vovakulikov commented 2 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 just add notification calls on history items change, this is what Cody Web needs to listen in order to update history chat items and chat statuses (new chat, chat with messages, ..etc)

Test plan