You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Notify about the number of secrets redacted since the last assistant message instead
Copilot sends snippets as individual messages, which means that if a
user asks about a snippet, there will be `[snippet, text]` and even
though we had redacted the secret in snippet we wouldn't have counted
it.
Instead, let's count the secrets redacted since the last assistant (LLM) message.
0 commit comments