Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a regression in the intent telemetry (described [here](https://linear.app/sourcegraph/issue/SPLF-330), originally fixed in #6637). Two fixes: - we weren't using the right fields in `commonProps`, meaning that the values weren't assigned to the message and thus weren't accessible in the chat controller where we emit metadata. - we were accidentally overriding the `userSpecifiedIntent` field with `auto` because of operator precedence. We now get the correct data emitted in the `chat/executed` telemetry events. ## Backport I want to backport this to vscode-1.64 and jb-7.12. Why? Telemetry data will help us improve intent detection significantly and it's important we have the pipeline functioning well at launch. Furthermore, the changes are quite low-risk. ## Test plan Tested manually.
- Loading branch information