sourcegraph / cody

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

Extend `chat/export` rpc API (add fullHistory option) #4722

Closed vovakulikov closed 2 days 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 extends the existing chat/export rpm API in order to be able to query full chat history, not only non-empty chats (standard behaviour). Default behaviour hasn't been changed so this should very safe to merge

Test plan