/config dialog immediately dismissed without showing options
Resolved 💬 6 comments Opened Mar 11, 2026 by hisaomasaki Closed Apr 28, 2026
Description
/config command is immediately dismissed with "Config dialog dismissed" message, without ever showing the configuration dialog UI.
Reproduction Steps
- Launch Claude Code (
claudeor with--dangerously-skip-permissions) - Type
/configand press Enter - Dialog is immediately dismissed — no options are shown
Environment
- Claude Code version: v2.1.72
- OS: macOS (Darwin 25.3.0)
- Machine: MacBook Air (Apple Silicon)
- Shell: zsh
- Terminals tested: Terminal.app, and at least one other terminal emulator — same result in both
- Launch modes tested: Normal (
claude) and--dangerously-skip-permissions— same result in both
Additional Context
/doctoralso gets dismissed on first attempt, but sometimes works on second attempt/doctordiagnostics showed a keybinding error (cmd+vconflicting with macOS system paste) — this was fixed but did not resolve the/configissue- Similar pattern has been reported for
/usagein #21888 and #15949 - Version was updated from earlier to v2.1.72 — issue persists across updates
Screenshots
The status bar shows the command result:
> /config
└ Config dialog dismissed
No configuration UI is ever rendered.
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗