Display `~/` instead of full `/Users/<name>/` in tool call path labels
Resolved 💬 1 comment Opened May 31, 2026 by Bravosierra0 Closed Jul 3, 2026
When Claude runs a Bash command, the UI shows the working directory as a full absolute path, e.g. (in /Users/beat/Developer/MyProject). This is noisy, especially on macOS where the home directory prefix is long.
Expected behavior: Substitute $HOME with ~ in the displayed path, e.g. (in ~/Developer/MyProject).
Current behavior: Full absolute path is always shown.
This is a purely cosmetic/display change with no functional impact.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗