Notes on Apr 15, 2026
1 total Back to April 2026
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 1
Type 2
-
I found this under a GitHub issue: anthropics/claude-code#2254 ↵
Page 1 / 1
Zilong Liang / Hack