TIL: You can set IS_DEMO=1 to simplify the welcome screen of Claude Code. There are two types of welcome screens (shown below), and there’s no obvious logic behind which one appears for a given project — I found this annoying. After digging into it, I discovered an undocumented environment variable IS_DEMO1 that forces the simpler one. Run IS_DEMO=1 claude, or set it in Claude Code’s settings.json under the env key.

Type 1Type 1

Type 2Type 2

  1. I found this under a GitHub issue: anthropics/claude-code#2254

#64 TIL (Today I Learned) Apr 15, 2026
Previous
$TMPDIR on macOS
#63Apr 8, 2026