From 0d0221fd0a9202b7fd7f503b328ddc7e781a5709 Mon Sep 17 00:00:00 2001 From: Thariq Shihipar Date: Wed, 7 Jan 2026 16:14:39 -0800 Subject: [PATCH] Update CHANGELOG.md to reference IS_DEMO --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df865f7e..6a19d7f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - Added `language` setting to configure Claude's response language (e.g., language: "japanese") - Changed Shift+Enter to work out of the box in iTerm2, WezTerm, Ghostty, and Kitty without modifying terminal configs - Added `respectGitignore` support in `settings.json` for per-project control over @-mention file picker behavior -- Added `CLAUDE_CODE_HIDE_ACCOUNT_INFO` environment variable to hide email and organization from the UI, useful for streaming or recording sessions +- Added `IS_DEMO` environment variable to hide email and organization from the UI, useful for streaming or recording sessions - Fixed security issue where sensitive data (OAuth tokens, API keys, passwords) could be exposed in debug logs - Fixed files and skills not being properly discovered when resuming sessions with `-c` or `--resume` - Fixed pasted content being lost when replaying prompts from history using up arrow or Ctrl+R search