-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support at-mentions context on edits (#3091)
![edit-at](https://github.com/sourcegraph/cody/assets/68532117/3e593672-cf8f-4fe3-872c-c739da6e1459) This commit adds the functionality to include the old context files from the transcript to the chat context files map in the Chat component. It creates a new map called contextFilesMap and populates it with the old context files. This allows for easy access and reference to the context files used in edit mode. Also added telemetry around chat actions and edit buttons ## Test plan <!-- Required. See https://sourcegraph.com/docs/dev/background-information/testing_principles. --> https://github.com/sourcegraph/cody/assets/68532117/a9683af7-dca7-43f6-bc0c-80d7d31bfef1
- Loading branch information
Showing
4 changed files
with
77 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters