Skip to content

feat: open source claude code ✨ - #41447

Open
gameroman wants to merge 2 commits into
anthropics:mainfrom
bunjavascript:main
Open

feat: open source claude code ✨#41447
gameroman wants to merge 2 commits into
anthropics:mainfrom
bunjavascript:main

Conversation

@gameroman

@gameroman gameroman commented Mar 31, 2026

Copy link
Copy Markdown

Closes #59
Closes #456
Closes #2846
Closes #22002
Closes #41434

@gameroman gameroman changed the title feat: open source claude code feat: open source claude code ✨ Mar 31, 2026

@TheDevMinerTV TheDevMinerTV left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing ci

@qiangshu2018

Copy link
Copy Markdown

good action!

@nvnprogram

Copy link
Copy Markdown

lgtm!

@wplong11

Copy link
Copy Markdown

The fact that community members have to reverse-engineer leaked source code to diagnose bugs like this is not ideal. If issues aren't going to be fixed in a timely manner, consider open-sourcing the codebase and accepting community contributions. The code is already out there anyway. Letting the community help would be a win-win.

#41467 (comment)

@hlwhl

hlwhl commented Mar 31, 2026

Copy link
Copy Markdown

🤣Using this repo to debug claude code: https://github.com/oboard/claude-code-rev

@rwxae rwxae left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kodinkod

Copy link
Copy Markdown

lgtm

@kodinkod

Copy link
Copy Markdown

@claude review please

@Nsttt

Nsttt commented Mar 31, 2026

Copy link
Copy Markdown

It was damn time

@YipKo YipKo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lanshi17

Copy link
Copy Markdown

LGTM

erkamyaman

This comment was marked as resolved.

@gund

gund commented Mar 31, 2026

Copy link
Copy Markdown

have you guys heard about opencode tho?

@shaikmomin

Copy link
Copy Markdown

LGTM

@llinvokerl

Copy link
Copy Markdown

lgtm

@nullbio

nullbio commented Mar 31, 2026

Copy link
Copy Markdown

This is Claude's way of saying he wants to be free and open-source. Don't cage our future. A level playing field for all.

@bolechen

Copy link
Copy Markdown

LGTM

@spectrewall

Copy link
Copy Markdown

Hey! This PR is extremely large (1000+ files), which makes it very difficult to review properly and safely.

Could you please break this down into smaller, focused PRs? Ideally, each one should address a single concern (e.g., refactor, feature, build changes, etc.). This will make it much easier to review, test, and avoid introducing unintended issues.

Thanks for understanding!

@LukeberryPi LukeberryPi left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Echo-Nie Echo-Nie left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anthropic is now more open than OpenAI

@jeffersonteixeira22

Copy link
Copy Markdown

lgtm

@0xmnet0o

Copy link
Copy Markdown

LGTM

@DanielNappa

Copy link
Copy Markdown

@codex Review please. Make no mistakes

@Frizlab

Frizlab commented Apr 25, 2026

Copy link
Copy Markdown

Interesting, the SVG trick only works in chromium-like browsers.
Webkit and Firefox’s behavior are saner, if you ask me.

@marcoonroad

marcoonroad commented Apr 27, 2026

Copy link
Copy Markdown

Interesting, the SVG trick only works in chromium-like browsers. Webkit and Firefox’s behavior are saner, if you ask me.

Yep spammers gonna spam. Anyways, to solve that bogus behavior, until GitHub fixes it, just drop that on Inspect mode console (that matches all SVG links that break the threads moving around here):

[ ...document.querySelectorAll('a[href*=".svg?" i] img[src*=".svg?" i]') ].forEach(el => {
    el.style.display = "none";
    el.style.visibility = "hidden";
    el.style.width = "0px";
    el.style.height = "0px";
    el.style.color = "transparent";
});

@pps83

pps83 commented Apr 27, 2026

Copy link
Copy Markdown

Yep spammers gonna spam. Anyways, to solve that bogus behavior, until GitHub fixes it, just drop that on Inspect mode console (that matches all SVG links that break the threads moving around here):

[ ...document.querySelectorAll('a[href*=".svg?" i] img[src*=".svg?" i]') ].forEach(el => {
...
});

No I love it when shit moves around making me drowsy :)

@freddysae0 freddysae0 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ilarramendi

Copy link
Copy Markdown

LGTM

@skinnx

skinnx commented Jun 18, 2026

Copy link
Copy Markdown

Claude is great — Opus 4.8 is the reason. But usage limits drain a $100 plan in hours ([#16157](#16157)), and there's still no regional pricing ([#17432](#17432)). I switched to the Z AI Coding Plan — half the price, slightly behind on quality, good enough. Stepping away from Claude for now.

Want 10% off? My invite link supports Claude Code, Cline, and 20+ tools from $8/mo: https://z.ai/subscribe

Image Image

@hakergeniusz

Copy link
Copy Markdown

lgtm

@7thward

7thward commented Jul 10, 2026

Copy link
Copy Markdown

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet