Aha. So Claude's going to start leaking random remote access URLs to people's Claude Code sessions now, I see we're playing that game. Nope nope. Not sure what prompted this new behavior all of a sudden, but every single release or document it writes gets stamped with the "generated with Claude Code" ending, and that slug link points to directly someone's session ID they used for the coding session itself. Just wow.
1
Reply
1
Boost
@Tamasg Put this into your global Claude Code config or per project settings.json or settings.local.json:
"attribution": {
"commit": "",
"pr": "",
"sessionUrl": false
},