-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VS Code: add characters logger metadata to chat code-gen events (#6019)
- Adds new fields to the `cody.characters:flush` analytics event. This way, we can identify all code generation events coming from chat and always include them once in our PCW calculation. - `cody_chat` — to identify document change events originating from `insert at cursor` and `copy-paste` chat actions. - `cody_chat_inserted` - `cody_chat_deleted`
- Loading branch information
1 parent
7d76bb5
commit 1f3bcf4
Showing
6 changed files
with
212 additions
and
133 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
Oops, something went wrong.