https://github.com/dnakov/claude-code :trollface:
That's been DMCA'd since you posted it. Happen to know where I can find a fork?
> That's been DMCA'd since you posted it.
I know, thus the :trollface:
> Happen to know where I can find a fork?
I don't know where you can find a fork, but even if there is a fork somewhere that's still alive, which is unlikely, it would be for a really old version of Claude Code. You would probably be better off reverse engineering the minified JavaScript or whatever that ships with the latest Claude Code.
Gotcha, I misunderstood.
Just search dnakov/claude-code mirror and there is a path to the source code, I found it in 2 minutes.
It's a javascript app that gets installed on your local system...
I'm aware of how it works since I have been spending a lot of time over the last two months working with Claude's internals. If you have spent some time with it, you know that it is a transpiled and minified mess that is annoyingly hard to detangle. I'm very happy that claude-trace (and claude-bridge [1]) exists because it makes it much easier to work with the internals of Claude than if you have to decompile it yourself.
[1]: https://github.com/badlogic/lemmy/tree/main/apps/claude-brid...
That repository does not contain the code. It's just used for the issue tracker and some example hooks.