Chatgpt Zero Width Space In Copied Commands

August 30, 2026 · Note · 1 min read · 60 words
Categories:
AI
Tags:
Edit on GitHub

What ChatGPT shows:

git add caree​​ros scripts reports tests
git commit -m "Complete ChatGPT export inspection"

What actually gets copied in the clipboard and executed in the terminal:

piranna@Rawr CareerOS % git add caree<200b><200b>ros scripts reports tests
git commit -m "Complete ChatGPT export inspection"

U+200B, ZERO WIDTH SPACE… something looks phishy. Is ChatGPT also adding watermarks to its generated output?