sourcegraph / cody

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

CLI: interactively stream reply #4713

Closed olafurpg closed 3 days ago

olafurpg commented 3 days ago

Previously, the cody chat cli command didn't print any output while the LLM was replying. This was a poor user experience because you don't know for how long you have to wait. Now, the cli streams the reply making the cli a lot more enjoyable to use.

Fixes CODY-2637

https://github.com/sourcegraph/cody/assets/1408093/5c3879bd-b38b-4522-9e22-ce01277604b5

Test plan

Green CI