feat: open source claude code ✨ - #41447
Conversation
|
good action! |
|
lgtm! |
|
|
🤣Using this repo to debug claude code: https://github.com/oboard/claude-code-rev |
|
lgtm |
|
@claude review please |
|
It was damn time |
|
LGTM |
|
have you guys heard about opencode tho? |
|
LGTM |
|
lgtm |
|
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. |
|
LGTM |
|
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! |
|
lgtm |
|
LGTM |
|
@codex Review please. Make no mistakes |
|
Interesting, the SVG trick only works in chromium-like browsers. |
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";
}); |
No I love it when shit moves around making me drowsy :) |
|
LGTM |
|
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
|
|
lgtm |
|
lgtm |


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