240 words
1 minutes
How to Hide Personal Info in GitHub Copilot CLI【/streamer-mode】

Overview#

The other day, I was about to post a screenshot of my GitHub Copilot CLI session on social media when I noticed something — the model name and my quota details were visible right there on the screen.

I wasn’t sure if that was fine to share publicly, so I looked into it and found a built-in command that hides exactly that.

It’s called /streamer-mode.



What Gets Exposed?#

When using GitHub Copilot CLI normally, the following information is visible on screen:

  • The model name (e.g., Claude Sonnet 4.5)
  • Quota details (remaining premium requests, etc.)

When you take a screenshot and post it to X (Twitter), Zenn, or anywhere public, this info can end up visible. The model name might not be a big deal — but quota details reveal your personal usage, which many people would rather keep private.


The Fix: /streamer-mode#

Launch Copilot CLI and run:

/copilot> /streamer-mode

That’s it. Model name and quota details are now hidden. Run it again to toggle it off.


When to Use It#

ScenarioWhy it helps
Posting screenshots on social mediaQuota and model info won’t show up
Adding screen captures to blog postsNo personal usage data in the image
YouTube / Twitch live streamingUsage details stay off camera in real time
Workshops, talks, or LT presentationsNo personal account info visible to the audience

  • /model — Switch the AI model in use
  • /usage — View session usage metrics
  • /update — Update the CLI to the latest version

How to Hide Personal Info in GitHub Copilot CLI【/streamer-mode】
https://naonao-na.com/en/posts/github-copilot-cli-streamer-mode/
Author
[object Object]
Published at
2026-03-28