{"id":44926787,"url":"https://github.com/a-connoisseur/patch-claude-code","last_synced_at":"2026-04-22T02:08:07.295Z","repository":{"id":339110637,"uuid":"1160502410","full_name":"a-connoisseur/patch-claude-code","owner":"a-connoisseur","description":"Patches Claude Code to show files read and live streams thinking inline (optional) WITHOUT verbose mode.","archived":false,"fork":false,"pushed_at":"2026-04-04T02:54:34.000Z","size":113,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T04:27:24.662Z","etag":null,"topics":["ai","anthropic","claude","claude-code","thinking","tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a-connoisseur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-18T02:41:15.000Z","updated_at":"2026-03-30T10:06:39.000Z","dependencies_parsed_at":"2026-03-10T05:00:41.291Z","dependency_job_id":null,"html_url":"https://github.com/a-connoisseur/patch-claude-code","commit_stats":null,"previous_names":["a-connoisseur/patch-claude-code"],"tags_count":98,"template":false,"template_full_name":null,"purl":"pkg:github/a-connoisseur/patch-claude-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-connoisseur%2Fpatch-claude-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-connoisseur%2Fpatch-claude-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-connoisseur%2Fpatch-claude-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-connoisseur%2Fpatch-claude-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-connoisseur","download_url":"https://codeload.github.com/a-connoisseur/patch-claude-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-connoisseur%2Fpatch-claude-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","claude","claude-code","thinking","tools"],"created_at":"2026-02-18T05:02:47.141Z","updated_at":"2026-04-07T23:02:40.739Z","avatar_url":"https://github.com/a-connoisseur.png","language":"TypeScript","readme":"# Patch Claude Code\n\n## What this does\n\nThis repo publishes patched native Claude binaries that make output more transparent without verbose mode.\nHere is an exhaustive list of things it changes:\n\n- Shows detailed tool calls instead of collapsed summaries.\n- Hard disables spinner tips.\n- Streams thinking live in the UI. This is helpful for instances where Claude thinks for over 10 minutes and you want to know if it's actually still doing something.\n- Shows subagent `Prompt:` blocks in the non-verbose UI.\n- Renames the startup header to `Connoisseur's Code v...` (this makes it easy to identify when Claude has auto updated and lost the patch).\n- Appends `(patched)` to plain `claude --version` output.\n\n#### Thinking note:\n\n- If you want thinking to stream live in the UI without verbose mode, add this to your Claude settings:\n\n```json\n\"showThinkingSummaries\": true\n```\n- Settings can come from `~/.claude/settings.json`, `.claude/settings.json`, or `.claude/settings.local.json`.\n\n## Quick Start\n\n### Prerequisite\n\nIf you installed Claude Code via npm, remove it and install the native build first:\n\n```bash\nnpm uninstall -g @anthropic-ai/claude-code\ncurl -fsSL https://claude.ai/install.sh | bash\nclaude --version\n```\n\n### Automatic Install\n\nThis installer detects your OS and CPU architecture and downloads the matching patched release for that version and platform.\n```bash\ncurl -fsSL https://raw.githubusercontent.com/a-connoisseur/patch-claude-code/main/install-patched-claude.sh | bash\n```\n\nIf you'd rather avoid blindly running scripts from the internet, you can do it the manual way below.\nThat 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.\n\n### Manual Install (From Releases, native only)\n\n1. Pick the release tag for your platform:\n   - macOS arm64: `macos-arm64`\n   - Linux x64: `linux-x64`\n   - Linux arm64: `linux-arm64`\n\n3. In that release, download the regular patched binary for your platform.\n\n4. Follow the install instructions for your platform below.\n\n### Install (Linux)\n\n```bash\nchmod +x ./claude.native.patched\nsudo mv ./claude.native.patched \"$(which claude)\"\nclaude --version\n```\n\n### Install (macOS)\n\n```bash\nchmod +x ./claude.native.macos.patched\nsudo mv ./claude.native.macos.patched \"$(which claude)\"\nxattr -dr com.apple.quarantine \"$(which claude)\"\nclaude --version\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-connoisseur%2Fpatch-claude-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-connoisseur%2Fpatch-claude-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-connoisseur%2Fpatch-claude-code/lists"}