5 ms·
The feature is shipped in the latest builds of claude code, but it's turned off by a feature flag check that phones home to the backend to see if the user's acc
by AffableSpatula 8mo ago
The feature is shipped in the latest builds of claude code, but it's turned off by a feature flag check that phones home to the backend to see if the user's account is meant to have it on. You can just patch out the function in the minified cli.js that does this backend check and you gain access to the feature.
- bonsai_spool 8mo agoDo you know what patch to apply? The Github link from the OP seems to have a lot of other things included.
- AffableSpatula 8mo agoit's my repo - it's a fork of cc-mirror which is an established project for parallel claude installs. I wanted to take the least disruptive approach for the sake of using working code and not spelunking through bugs. Having said that - if you look through the latest commits you'll see how the patch works, it's pretty straightforward - you could do it by hand if you wanted.
- mohsen1 8mo agohttps://github.com/numman-ali/cc-mirror/commit/0408f60bd7c752d94d87a21b44e9a9da2fb9a8dc#diff-bc93c939d6f0ca296b72fd27b180dc276e93233e6ef2e307d2b1e31839f4d65bR20 https://github.com/numman-ali/cc-mirror/commit/0408f60bd7c75... Way too much code for such a small patch
- aschla 8mo ago"Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>" Incredible.