[Bug] Response rendering failed in terminal output on v2.0.75
Resolved 💬 10 comments Opened Dec 22, 2025 by rparekh-mycom Closed Feb 14, 2026
[Bug](url) Description
I've issue with rendering the response when I use claude code on my terminal. My current version is 2.0.75. So far I've tried:
- Uninstalling and deleting global cache and reinstalling claude code
- Used multiple terminals (powershell, gitbash and windows terminal with gitbash profile)
- I've deleted the bash.profile and bash_rc files as well but still to no avail.
- I've changed models and folders wherein I open claude code. But even after all this running /doctor and /logout and logging back in the issue still persists, Kindly help
Environment Info
- Platform: win32
- Terminal: null
- Version: 2.0.75
- Feedback ID: 61c46d69-d107-47bb-8245-4980ee4241aa
<img width="1111" height="439" alt="Image" src="https://github.com/user-attachments/assets/aebfc785-1601-4f0a-829c-736939f4d754" />
<img width="887" height="178" alt="Image" src="https://github.com/user-attachments/assets/807de555-2fbf-46e6-a59e-8e911861d214" />
Errors
[{"error":"Error: Failed to create shell snapshot: Command failed: C:\\Program Files\\Git\\bin\\bash.exe -c -l SNAPSHOT_FILE='C:\\Users\\rparekh\\.claude\\shell-snapshots\\snapshot-bash-1766379015179-sode38.sh'\n # No user config file to source\n\n # First, create/clear the snapshot file\n echo \"# Snapshot file\" >| \"$SNAPSHOT_FILE\"\n\n # When this file is sourced, we first unalias to avoid conflicts\n # This is necessary because aliases get \"frozen\" inside function definitions at definition time,\n # which can cause unexpected behavior when functions use commands that conflict with aliases\n echo \"# Unset all aliases to avoid conflicts with functions\" >> \"$SNAPSHOT_FILE\"\n echo \"unalias -a 2>/dev/null || true\" >> \"$SNAPSHOT_FILE\"\n\n echo \"shopt -s expand_aliases\" >> \"$SNAPSHOT_FILE\"\n\n \n # Check for rg availability\n echo \"# Check for rg availability\" >> \"$SNAPSHOT_FILE\"\n echo \"if ! command -v rg >/dev/null 2>&1; then\" >> \"$SNAPSHOT_FILE\"\n echo ' alias rg='\"''\\''C:\\Users\\rparekh\\AppData\\Roaming\\npm\\node_modules\\@anthropic-ai\\claude-code\\vendor\\ripgrep\\x64-win32\\rg.exe'\\'''\" >> \"$SNAPSHOT_FILE\"\n echo \"fi\" >> \"$SNAPSHOT_FILE\"\n \n\n # Add PATH to the file\n echo \"export PATH=\\$PATH\" >> \"$SNAPSHOT_FILE\"\n \n\n # Exit silently on success, only report errors\n if [ ! -f \"$SNAPSHOT_FILE\" ]; then\n echo \"Error: Snapshot file was not created at $SNAPSHOT_FILE\" >&2\n exit 1\n fi\n \n\n at file:///C:/Users/rparekh/AppData/Roaming/npm/node_modules/@anthropic-ai/claude-code/cli.js:2579:132\n at ChildProcess.exithandler (node:child_process:424:5)\n at ChildProcess.emit (node:events:519:28)\n at ChildProcess.emit (node:domain:489:12)\n at maybeClose (node:internal/child_process:1101:16)\n at ChildProcess._handle.onexit (node:internal/child_process:304:5)\n at Process.callbackTrampoline (node:internal/async_hooks:130:17)","timestamp":"2025-12-22T04:50:25.320Z"}]This issue has 10 comments on GitHub. Read the full discussion on GitHub ↗