not_IO@lemmy.blahaj.zone to Open Source@lemmy.mlEnglish · 4 months agoThis is really serious, something this essetial can't be AI Vulnerable, save OSSlemmy.mlimagemessage-square54linkfedilinkarrow-up1291arrow-down116
arrow-up1275arrow-down1imageThis is really serious, something this essetial can't be AI Vulnerable, save OSSlemmy.mlnot_IO@lemmy.blahaj.zone to Open Source@lemmy.mlEnglish · 4 months agomessage-square54linkfedilink
minus-squarepsycotica0@lemmy.calinkfedilinkarrow-up4·4 months agoMaybe I don’t understand what this warning means, but I don’t see anything here: https://github.com/python/cpython/issues?q=is%3Apr+author%3Aclaude Does this mean something else?
minus-squareplantsmakemehappy@lemmy.ziplinkfedilinkarrow-up9·4 months agoThat would just show you issues opened by Claude. If you block Claude, or any user really, and then visit a repo they’ve contributed to you will see this message.
minus-squareOinks@lemmy.blahaj.zonelinkfedilinkarrow-up0·4 months agoI tried a git log --grep=claude but it doesn’t net much, basically just this PR (which in fairness does look vibecoded). Maybe there’s some development branch in the repository that has a commit authored by Claude but if so it’s not on main.
Maybe I don’t understand what this warning means, but I don’t see anything here: https://github.com/python/cpython/issues?q=is%3Apr+author%3Aclaude
Does this mean something else?
That would just show you issues opened by Claude. If you block Claude, or any user really, and then visit a repo they’ve contributed to you will see this message.
I tried a
git log --grep=claudebut it doesn’t net much, basically just this PR (which in fairness does look vibecoded).Maybe there’s some development branch in the repository that has a commit authored by Claude but if so it’s not on main.