sourcegraph / cody

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

Chat context observability improvements #4702

Open janhartman opened 3 days ago

janhartman commented 3 days ago

I noticed that we didn't propagate ignored context items correctly, which caused us to always log 0 ignored items in our telemetry. However, after fixing this, we now show the count in the chat as shown on the image below. I don't think that this is really informative to the user so I'd remove this visual element, WDYT?

image

Test plan