Skip to content

Patches

Every cx patch is a pure AST transform against the Claude Code bundle. Patches are opt-in and toggleable via cx-setup. The table below lists all available patches, their default state, and which versions of @anthropic-ai/claude-code they're known to work against.

The Compatible column tracks the range of Claude Code bundle versions the patch has been verified against. * means the patch has no known version constraints.

All patches

PatchNameDescriptionDefaultCompatible
queueCtrl+Q Message QueueQueue messages with Ctrl+Q to run sequentially after the current turnon*
always-show-thinkingAlways Show ThinkingShow thinking block content inline instead of collapsedon*
always-show-contextAlways Show ContextAlways display context usage percentage, not just when near the limiton*
show-file-in-collapsed-readShow File in Collapsed ReadShow file paths and search patterns in collapsed tool displayon*
disable-paste-collapseDisable Paste CollapseShow pasted text inline instead of collapsing into [Pasted text #N]on*
persist-max-effortPersist Max EffortSave "max" effort to settings so it survives restartson*
reloadCtrl+X Ctrl+R ReloadReload the cx session — re-applies patches and keeps the conversationon*
no-tipsNo TipsHide spinner tipson*
no-feedbackNo Feedback PromptsRemove feedback survey promptson*
no-npm-warningNo NPM WarningSuppress the "switched from npm to native installer" nagon*
no-attributionNo AttributionStrip Claude Code attribution from commits and PRson*
disable-telemetryDisable TelemetryStrip Datadog and 1P analytics callson*
random-clawdRandom Clawd ColorRandomize the Clawd mascot color on each startupon*
cx-badgeCX BadgeShow a persistent "cx" indicator in the prompt footeron*
cx-resume-commandscx Resume CommandsShow cx instead of claude in resume/continue command hintson*
cd-command/cd Command/cd <path> — change where bash commands run (same as shell cd, keeps project settings)on*
bannerAttribution BannerShow "@wormcoffee" on the Claude Code title lineon*
swap-enter-submitSwap Enter / Meta+EnterEnter inserts a newline, Option/Alt+Enter submitsoff*
simple-spinnerSimple SpinnerReplace spinner verb cycling with static "working" / "worked"off*

Toggling patches

Run the interactive TUI to toggle any patch on or off:

sh
cx-setup

Your selection is persisted and applied on the next cx launch. To re-apply without restarting, press Ctrl+X Ctrl+R inside a running session (the reload patch).

Released under the MIT License.