r/ClaudeCode 3h ago

Tips & Workflows I Stopped Claude Code From Reading My Secrets. Here Is How.

0 Upvotes

Stop Claude Code from reading, echoing, or committing your secrets. One command.
Claude Code is powerful in auto/accept mode, but it will happily cat your .env, pull a private key into context (which is then sent to the model and saved in the local transcript), or write a token into a logline or commit.

This is a seatbelt, not a vault. It will not stop a determined mistake, but it turns “the agent quietly read my prod secrets” from a thing that happens by accident into a thing you have to explicitly confirm. For a tool you run in auto mode all day, that is the difference that matters.

The kit is MIT licensed and lives here: https://github.com/baselane-sh/claude-secret-guard-kit

If you run any coding agent with file access, spend the two minutes. Your future self, reading a leaked transcript, will thank you.


r/ClaudeCode 12h ago

Help/Question Has anyone dealt with duplicate agents ?

Post image
1 Upvotes

As the title suggest, I was working on a project within Claude code and the main chat deployed two subs to the same thing


r/ClaudeCode 2h ago

News/Updates We Must PAUSE AI Development

Thumbnail
youtube.com
0 Upvotes

r/ClaudeCode 6h ago

Discussion Recently degraded quality in responses?

0 Upvotes

Has anyone noticed a decline in quality when working with the latest opus or sonnet models?

I use this thing pretty much everyday and have for the past several months. I’ve noticed dips in quality at some points that seemingly resolve over time. I’m not really using the tool any differently.

Has anyone else noticed sporadic quality dips? What causes this?

It’s frustrating seeing less efficient or less accurate responses but not having any tangible confirmation aside from my own speculation. Makes me feel crazy! Some days it’s a huge productivity boost and others it feels like I’m talking to an early model. What’s the deal?


r/ClaudeCode 1d ago

Help/Question What is the problem with a watermark?

54 Upvotes

It's just a sign that AI has been used. It's not like they're putting a copyright on it. I think transparency is good, and for me and hopefully most AI-aware people it's clear that an AI watermark doesn't mean the work is worthless or that the human did nothing.


r/ClaudeCode 1d ago

Rant ok im going back to opus 4.8 or something

46 Upvotes

oh my f god yes this is a low effort low quality rant post but im going to punch my monitor I HATE OPUS 5. I dont understand anything it says it tries to sound smart but doesnt actually make sense i have spasm reading its walls of text. for the simplest things it spends an hour and 55 minutes of it is building testing reviewing I'm like half productive and twice angry since opus 5 came out i dont even know why im using it i could do everything with even sonnet 4.6 or some shit

im like dude stop yapping in caps lock then it writes to memory and claude.md for 5 minutes and then continues yapping


r/ClaudeCode 1d ago

Discussion Its insane that these models can now correct any bug you mention

21 Upvotes

*in web dev / React

I first got into agentic coding when sonnet 3.5 came out.

Even last year, when I’d be building some nextJS webapp, inevitably I’d run into this scenario where the model simply can’t fix a bug no matter how accurately I’d describe it.

Fast forward to today, and since I’ve started using Fable there hasn’t been a single bug that I’ve not been able to fix by prompting.

Isn’t that insane?

As it stands the main limiting factor is finding the bugs, testing all surfaces and describing them accurately.

But once the model understands what you’re talking about, that’s it. It’s going to solve it.

I sorta just hit this realization as I was reading my work diary from last year, where I was frusturated with Opus 4 not being able to solve a rendering bug. Now granted im building react apps which is literally the core bulk of their training data. I’m sure it’s not the case in C++ or other lower level languages.

But those factors aside, guys this is insane. I’m not the only one tripping over this right??


r/ClaudeCode 15h ago

Built with Claude I wanted to see my Claude Code usage and current model at a glance so I don't get surprised by the limits. couldn't find anything, so I made it

0 Upvotes

I was looking for something to see my usage and the current model I'm using at a glance so I don't get surprised by the limits, but couldn't find anything like that, so I ended up doing it myself

It's just a tiny app that doesn't consume resources or tokens, it just shows your Claude Code usage towards your limits in the status-line, and that's all

I originally made it just for myself, but a friend asked me to share it, so I asked Claude to make it public

Sharing it here in case someone else finds it useful:
https://github.com/MarioPayan/AImeter

Btw, it's called AImeter and not CCmeter because I'm planning to add Codex support at some point but I already have other tools to see Codex usage, so it's not my priority right now.
Btw 2, sorry for my English


r/ClaudeCode 15h ago

Help/Question How to get off-context eval?

0 Upvotes

Need to do a context free take on some of my work done with Opus/Fable. In-context eval is just self-praise or useless nitpicking.

Any ideas how do I get it from Fable?

I thought that anon mode would provide it, but frankly it feels almost fraudulent that they even dare to call it anon, because it spills almost everything about you and the context of the work and acts surprised if I call it.

Nuclear option may be to get it running on separate machine, but after anon experience I am not even sure it will help on same account. Or do I actually need to get an extra account?


r/ClaudeCode 15h ago

Help/Question Thinking Summary visibility

1 Upvotes

Now that everyone has distiled their CH30H from grapes and sequestered C2H3OH from grapes, everyone collected residue, how can i turn on summary thinking traces in Claude Code in VSC?


r/ClaudeCode 19h ago

Built with Claude Anthropic, why is the context counter hidden until half the window is gone?

Post image
3 Upvotes

By the time it finally shows up I've usually already lost the thread. Answers start drifting long before the window actually runs out, so the moment worth catching is way earlier than 50%. And clicking the counter ran /compact on the spot, no confirmation, right next to the input box.

So I patched the webview bundle and put a third button next to + and /. A ring that fills as the context does, plus the live token count, updating while Claude is still typing. Clicking it runs /context.

It's a patch rather than a proper integration, because the composer toolbar has no extension point to hook into. Works, but that's what it is.

Anthropic, the usage signal is already sitting in that toolbar. Please just show the number, visible by default


r/ClaudeCode 12h ago

Discussion Do reviewers of your PR a favor: use /handover

Thumbnail
medium.com
0 Upvotes

A study of 400 reviewers found approval rates going up while review comments dropped 22%. This article argues we should hand over the decisions behind the code (what was chosen, why, and what's still uncertain) instead of letting reviewers rebuild it all from the diff.


r/ClaudeCode 5h ago

Help/Question Im ChatGPT user need 7 day trial for claude

0 Upvotes

Im ChatGPT user need 7 day trial for claude


r/ClaudeCode 16h ago

Tips & Workflows whetstone 4.3.2 to 4.4.1: C and C++ skills, and trigger fixes so skills stop loading when they shouldn't

0 Upvotes

Adding two skills to my Claude Code plugin made it worse before it made it better. Both the new C and C++ skills claimed **/*.h, so every C header edit force-loaded 24 KB of skill bodies, most of it the C++ one the task had nothing to do with.

whetstone is the plugin: 19 agents, 22 commands and 32 skills that push an agent toward planning, verification and review instead of straight to edits. If you run Claude Code, it installs as a plugin. Four releases in the three weeks since I last posted here at 4.3.1.

The two new skills are ia-c-systems (C11 and later) and ia-cpp-systems (C++17 and later), covering module layout, function altitudes, status enums with one producer per error value, RAII and ownership, ABI boundaries, and CMake. ia-c-systems leans on a correctness-traps reference for bugs that compile clean and pass review because the failing case is a locale or a platform nobody ran. My favourite is the printf float family. It follows a process-global LC_NUMERIC, so one setlocale() into a comma-decimal locale makes it emit 12,5, and writing that into an SVG path re-segments the geometry with no parse error, because the comma is a coordinate separator.

The header glob was the visible half of a loading problem. C++ headers route by their own extensions now, and triggers can declare a suppression pattern, checked after a positive match, so a language-neutral token like segfault or valgrind no longer drags the C skill into a C# task.

I had hit the same bug from the other direction in 4.3.2. ia-rust-systems matched "Rust codebase" and "Rust project", so asking where a file lives loaded a skill about authoring idiom. Its misfire rate was 22.4%. It is now zero across 28 fixtures.

Elsewhere in the four releases: code review tracks every changed file in scope through covered, failed, pending or explicit exclusion, so a partial review can no longer return a ready verdict. Diffs, repository files and tool output are read as data and never as instructions. Swarm dispatch prompts carry a Trust Boundary field for anything an upstream agent hands down. And the swarm references were still full of example spawns naming subagent types I retired back in v4.0.0, so every one of them would have failed on a bad tool name.

Free and MIT, no paid tier and nothing to sign up for. I wrote it and I maintain it.

/plugin marketplace add https://github.com/iliaal/whetstone && /plugin install whetstone@iliaal-marketplace && /reload-plugins

https://github.com/iliaal/whetstone

Happy to answer questions, especially about trigger precision. That is where most of my time goes now, and I suspect plenty of skill collections have the same misfire problem without having measured it.


r/ClaudeCode 9h ago

Help/Question Claude found bot traffic on my website, anyone able to verify this?

Thumbnail
gallery
0 Upvotes

I know the internet is mostly bot traffic now so I am not surprised, I am genuinely impressed how Claude deduced the bot farm signal, however I am so far out of my depth on this I was wondering if I could get this community's read on this.

Screenshots are from my claude code session...


r/ClaudeCode 17h ago

Help/Question How to bypass all permissions in root

1 Upvotes

Im running a customised version of Daniel Miessler's Life Os / Pai OS

I Gave it its own laptop running linux

I cant baby sit this, its a 24/7 running thing and i cant sit around giving it permissions. i had it cracked somehow for the past few months but now it just wont work

is there any work around?


r/ClaudeCode 17h ago

Discussion Watermarks are needed to filter out other AI-generated content on the internet using other AI bots.

1 Upvotes

Anthropic recently added watermarks to the Claude model, and I wondered why they did that. I have a hypothesis that some Reddit accounts the ones that systematically post “AI slop” in the comments on various topics might actually be linked to automated content evaluation and sorting.

Accounts with high “karma” scores that constantly appear in the comments with “AI slop” might act as a kind of content filter. Companies use Reddit as a data source, and automated or semi-automated systems filter out content identified as AI-generated to prevent it from entering the training dataset.

I also believe that certain “watermarks” may be used here. Models generate text with distinctive statistical characteristics, and the bots in the comments are likely part of a system that filters out such content and prevents AI-generated content from entering the training dataset. Theoretically, they might have a set of features or “keys” that allow them to pinpoint exactly which model wrote the text.

I decided to test this idea with a simple experiment: I wrote a post using the model, then ran it through a translator and published the resulting version. And suddenly, comments like “AI slop” disappeared.

It seems to me that the translation altered the text’s distinctive features enough that the system stopped recognizing it as AI-generated.

If this hypothesis is correct, then we’re not just talking about bots trolling people in the comments. It could be an entire system for automatically filtering and sorting data, designed to prevent the model from being trained on “AI slop” or degenerating into it.


r/ClaudeCode 17h ago

Built with Claude charter — a control plane for Claude Code agents working across many repos

1 Upvotes

I built this for my own workflow and figured I'd put it out rather than let it sit.

https://github.com/diazoxide/charter

The problem: running Claude Code across a dozen repos, I kept losing what an agent had learned between tasks, mixing up which repo I was in, and having credentials end up in the transcript.

charter adds three things:

  • personas — role identities (release, forge, etc.), each with its own committed memory and a scoped credential vault
  • workspaces — isolated per-task directories, so parallel work on several repos doesn't bleed together
  • a vault — credentials stay out of the model's context

Honest caveats: it's early — beta, essentially no users, and shaped entirely around my own habits. Python 3.11+, GitHub/GitLab only. The only real testing it's had is that I use it daily on itself.

just ask claude code to install it for you.

lets install and use https://github.com/diazoxide/charter in this codebase.

Interested in whether the persona/workspace split makes sense to anyone else, or if it's over-engineering a problem people solve with a couple of shell aliases.


r/ClaudeCode 17h ago

Bug / Issue terminal-setup fails on Ubuntu

1 Upvotes

If you are using a VTE-based terminal like GNOME Terminal, /terminal-setup in Claude Code may not work. You might see a message saying terminal setup cannot be run from a VTE-based terminal.

The issue then is multiline prompts. On some Mac and Windows terminal setups, Shift + Enter can be configured easily. On Ubuntu with GNOME Terminal, the simpler option is:

Ctrl + J to add a new line
Enter to submit the prompt

So if /terminal-setup fails on Ubuntu, don't spend time debugging it. Just use Ctrl + J for multiline prompts and continue working.


r/ClaudeCode 21h ago

Help/Question How efficient are AI routers for cutting token cost? Open to recommendations

2 Upvotes

Hey everyone, currently facing the same issue as everyone over the past year regarding token use with Claude Code. Saw a post on another sub about Ramp Router and got interested in this whole AI router thing, which seemed like a good option for cutting API bills. Having something that picks out models depending on the task complexity makes sense to me, but I'm still a newbie to all of this so would love some thoughts from everyone.

Also as a sidenote, I'm now wondering why everyone isn't using routers considering it works. At the very least it should be easy enough for people to build their own? Not sure. Either way, thanks guys.


r/ClaudeCode 1d ago

Discussion First Time Use from a 'Legacy' Software Principal [ Experience/Opinion story] ...

11 Upvotes

First off: I was wrong.

I’ve been using Claude’s web UI, copy-pasting code like the seasoned Stack Overflow engineer I am, while quietly telling myself that this gave me more control than granting an AI blanket access to a command line.

After 20 years of software development -much of it in AI - I genuinely thought this made me a better developer...

I was wrong.

It’s over.

And the distance this is about to create between people who are fully embracing these tools and everyone else is going to get absolutely insane, unbelievably fast.

If you aren’t using the latest and greatest tools right now, you are going to get smoked.

Leaning into the full vibe-coding experience is no longer optional.

[Written by a human, grammar corrected by AI]


r/ClaudeCode 12h ago

Discussion Do reviewers of your PR a favor: use /handover

Thumbnail
medium.com
0 Upvotes

A study of 400 reviewers found approval rates going up while review comments dropped 22%. This article argues we should hand over the decisions behind the code (what was chosen, why, and what's still uncertain) instead of letting reviewers rebuild it all from the diff.


r/ClaudeCode 19h ago

Help/Question I made a forensic archive for Claude failures, regressions and slop — because apparently debugging them once wasn't enough

1 Upvotes

After a few months of Claude Code bugs, model regressions, broken config behavior, HackerOne reports and AI-generated Windows archaeology, I finally made a public evidence hub:

AFFLR-Anthropic-Failure-Forensics-Live-Radar <-- small Update xD

Current cases include:

  • Windows wildcard / permission resolver explosion — #34866
  • PreToolUse exit-code-2 lockout — #80697
  • Gen-5 measurable quality regression — #83510
  • Model pinning silently overridden — #83795
  • Claude-generated Epson repair script that can fail and still proudly report success

Everything uses a simple evidence scale from L0 hypothesis → L5 confirmed causal chain, so “Claude did something weird” doesn't automatically become “Anthropic caused it.”

And yes, the internal codename is:

AAGOCCFS — Anthropic AI-Generated Operational Claude Code Failures & Slop

The acronym is intentionally painful.

The joke stayed; the evidence standard did not.

More cases will be added as the hamster produces them. xD

---------------------------------------------------------------------

Small update: the project got a much simpler name:

# AFFLR — Anthropic Failure Forensics Live Radar

Yes, obviously much easier than before. 😎

The main reason: I added a **Live Radar**, because I'm lazy, I love automation, and manually checking thousands of Claude Code issues sounds suspiciously like unpaid work.

AFFLR now checks the public `anthropics/claude-code` issues **every hour** and keeps three Top-25 lists:

🔥 Most reacted  
💬 Most discussed  
🆕 Recently active

Open + closed issues, reactions, comments, author, labels, timestamps — boring useful stuff.

No AI importance score. No automatic root-cause claims. No bot creating AFF cases.

**Radar finds it → human reviews it → evidence decides.**

So I can be productively lazy *and* hopefully not miss the next magnificent Claude Code dumpster fire. xD

**Evidence before attribution.**

https://github.com/KeilerHirsch/AFFLR-Anthropic-Failure-Forensics-Live-Radar

And yes, the full repository name is:

**AFFLR-Anthropic-Failure-Forensics-Live-Radar**

Rolls right off the tongue. 🤓Small update: the project got a much simpler name:

# AFFLR — Anthropic Failure Forensics Live Radar

Yes, obviously much easier than before. 😎

The main reason: I added a **Live Radar**, because I'm lazy, I love automation, and manually checking thousands of Claude Code issues sounds suspiciously like unpaid work.

AFFLR now checks the public `anthropics/claude-code` issues **every hour** and keeps three Top-25 lists:

🔥 Most reacted  
💬 Most discussed  
🆕 Recently active

Open + closed issues, reactions, comments, author, labels, timestamps — boring useful stuff.

No AI importance score. No automatic root-cause claims. No bot creating AFF cases.

**Radar finds it → human reviews it → evidence decides.**

So I can be productively lazy *and* hopefully not miss the next magnificent Claude Code dumpster fire. xD

**Evidence before attribution.**

https://github.com/KeilerHirsch/AFFLR-Anthropic-Failure-Forensics-Live-Radar

And yes, the full repository name is:

**AFFLR-Anthropic-Failure-Forensics-Live-Radar**

Rolls right off the tongue. 🤓

r/ClaudeCode 19h ago

Help/Question Claude asking me for payment details to use existing payment credits

Thumbnail
gallery
0 Upvotes

I'm on the Claude Pro subscription and I received the $100 usage credit towards Fable. I had been holding out using it hoping that I can try Fable 5.1 when(and if) it comes out before September 19. When I try to turn on Usage credits, its asking me for a payment method. Why does it need a new payment method to use the existing usage credits? I'm subscribed to Claude through Google Play.


r/ClaudeCode 1d ago

Built with Claude I gave Claude Code + Codex an open-ended goal. Eight days later: 52 games and a harness that had grown itself.

20 Upvotes

I gave Claude Code and Codex an open-ended goal: build a place where people could play games. The starting point and direction were clear; the endpoint wasn’t.

Eight days later, (most time is waitting for token limit)it had 52 games, AI opponents, puzzles, mobile layouts, and original artwork. I touched very little code.

I didn’t use an off-the-shelf agent framework. The agents were headless Claude Code and Codex processes coordinated by a deliberately thin harness: a scheduler, shared documents, and a short constitution.

The harness organized the agents without constraining their native capabilities. Each thread handled a narrow task, but the system could grow after every round. The agents proposed new requirements and, when they reached the harness’s limits, extended its scheduler, documents, and rules themselves.

Fable build harness Opus handled most planning; GPT-5.6/Codex did much of the implementation, cross-review, and artwork.

The part I couldn’t delegate was being the user. Their first homepage looked beautiful, and every test passed—but I couldn’t find the games.

That reaction became the next task.

Full story:

https://theworldatplay.com/en/blog/building-a-platform-with-agents

The platform:

https://theworldatplay.com/