sync: auto-sync from HOWARD-HOME at 2026-07-04 12:42:50
Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-04 12:42:50
This commit is contained in:
@@ -211,3 +211,4 @@
|
||||
- [ScreenConnect custom-property slots](reference_screenconnect_custom_property_slots.md) — CP1=Company CP2=Site CP3=Department CP4=Device Type CP8=Tag (API hides labels; UpdateSessionCustomProperties replaces the whole array)
|
||||
- [ScreenConnect cleanup uses wiki as source](feedback_screenconnect_cleanup_wiki_source.md) — per-client SC/RMM metadata cleanup pulls machine->dept/location from the client wiki; enrich the wiki when missing
|
||||
- [TECH03L systemprofile shortcut corruption](project_tech03l_systemprofile_shortcut_corruption.md) — Auto-Claude "opens then closes" = .lnk pointing at nonexistent systemprofile path; repoint, do not debug the app
|
||||
- [Claude tui fullscreen crash](feedback_claude_tui_fullscreen_crash.md) — "flicker-free" prompt writes tui=fullscreen; instant-exit crash loop on some Windows terminals; set tui=default (reinstall does NOT fix)
|
||||
|
||||
22
.claude/memory/feedback_claude_tui_fullscreen_crash.md
Normal file
22
.claude/memory/feedback_claude_tui_fullscreen_crash.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
name: claude-tui-fullscreen-crash
|
||||
description: Claude Code "flicker-free rendering" prompt writes tui=fullscreen to settings.json and can crash-loop the CLI on Windows; fix = delete the tui key
|
||||
metadata:
|
||||
type: feedback
|
||||
---
|
||||
|
||||
On ACG-TECH03L (2026-07-04, Claude Code 2.1.201), accepting the startup prompt asking to
|
||||
enable **flicker-free rendering** wrote `"tui": "fullscreen"` into
|
||||
`~/.claude/settings.json`. On that machine's terminal the fullscreen/alternate-screen
|
||||
mode crashed the CLI instantly on every subsequent launch ("opens and then closes") —
|
||||
from any launch path, since all read the same settings file.
|
||||
|
||||
**Why:** the setting persists, so one bad answer to the prompt turns into a permanent
|
||||
crash loop; reinstalling Claude Code does NOT fix it because settings survive reinstall.
|
||||
|
||||
**How to apply:** if a fleet machine's Claude Code exits immediately at launch, check
|
||||
`~/.claude/settings.json` for `"tui": "fullscreen"` and set it to `"tui": "default"`
|
||||
(surgically — keep hooks/plugins; explicit "default" also suppresses re-prompting,
|
||||
which deleting the key does not). Emergency override without touching config:
|
||||
`CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1`. Decline the flicker-free prompt on machines
|
||||
with older terminals/conhost. Related: [[tech03l-systemprofile-shortcut-corruption]].
|
||||
Reference in New Issue
Block a user