Quinn Slack
Quinn Slack
Currently we use `dotcom.SourcegraphDotComMode()` to alter behavior in ~135 places in the code. I have heard from many people that this amount of special-casing is daunting and prevents them from...
Issues: - The original bug is fixed in the storybook but not in the actual VS Code debug build. - If the @ is too far to the right in...
If you manually @-mention a file in Cody chat and then change your current editor selection, your manual @-mention is clobbered. This was a bug introduced when we changed the...
Now, they just embed a ContextItem in their `mention.data.contextItem` field. This eliminates ad-hoc intermediate ways of representing a remote repo or file, of which there were a few in the...
## Test plan TODO ## Changelog
WIP ## Test plan TODO ## Changelog TODO
Node 20.4.0 was old. It was behind what VS Code uses in Electron, and it was different from what the Kotlin bindings repo uses, which caused that step to fail...
The webview protocol message `config` had 2 problems: 1. It was sent (in `ChatController.sendConfig`) whenever ChatController thought it might have changed, which meant a bunch of unnecessary calls to `sendConfig`...
This makes `ChatController.handleUserMessageSubmission` less unwieldy and makes other future refactors easier. ## Test plan CI