This repo publishes patched native Claude binaries that make output more transparent without verbose mode. Here is an exhaustive list of things it changes:
Prompt: blocks in the non-verbose UI.Connoisseur's Code v... (this makes it easy to identify when Claude has auto updated and lost the patch)."showThinkingSummaries": true
~/.claude/settings.json, .claude/settings.json, or .claude/settings.local.json.If you installed Claude Code via npm, remove it and install the native build first:
npm uninstall -g @anthropic-ai/claude-code
curl -fsSL https://claude.ai/install.sh | bash
claude --version
This installer detects your OS and CPU architecture and downloads the matching patched release for that version and platform.
curl -fsSL https://raw.githubusercontent.com/a-connoisseur/patch-claude-code/main/install-patched-claude.sh | bash
On Windows, use PowerShell:
irm https://raw.githubusercontent.com/a-connoisseur/patch-claude-code/main/install-patched-claude.ps1 | iex
If you'd rather avoid blindly running scripts from the internet, you can do it the manual way below. That said, the binaries are built on Github Actions and the patcher is also free for you to see and modify, so there's no reason to trust this repo or the release builds other than convenience.
macos-arm64linux-x64linux-arm64win32-x64Windows arm64: win32-arm64
In that release, download the regular patched binary for your platform.
Follow the install instructions for your platform below.
chmod +x ./claude.native.patched
sudo mv ./claude.native.patched "$(which claude)"
claude --version
chmod +x ./claude.native.macos.patched
sudo mv ./claude.native.macos.patched "$(which claude)"
xattr -dr com.apple.quarantine "$(which claude)"
claude --version
$target = (Get-Command claude).Source
Copy-Item .\claude.native.windows.patched.exe $target -Force
claude --version
$ claude mcp add patch-claude-code \
-- python -m otcore.mcp_server <graph>