sourcegraph / cody

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

shared contexts WIP #4696

Open sqs opened 4 days ago

sqs commented 4 days ago

HT https://x.com/kylecarbs/status/1806106785033449922

Test plan

PriNova commented 1 day ago

If I understand this PR correctly, is this some kind of memory/caching system, which can be appended to a chat session as additional context? If yes, this is amazing.

And from the logical view, isn't this similar like custom commands (ask) but with '@' mention feature? I mean, if the custom commands have the ability to add user-defined context then it would fulfill the same purpose, wouldn't it? And if we could '@' mention the custom commands then it would be working inside the chat too.