Goal
I'd like Claude Code's Auto mode to work through better-ccflare — including
its permission classifier traffic. I'm not sure that's possible, so this is to
investigate whether it can be done and, if so, how.
Background
Auto mode (released 2026-03-24) runs without routine permission prompts, but per
Anthropic's docs "every shell command or network action first passes through a
separate safety classifier — a second model that vets each action." That
classifier is an additional model call.
For the proxy to fully support Auto mode, that classifier call ideally routes
through better-ccflare too, so it benefits from the same load balancing, account
fallback, and analytics as normal turns. Right now I don't know whether that's
even where the call goes.
What to figure out
Notes
I haven't confirmed where the classifier call actually goes — that's the first
thing to pin down, since everything else depends on it. If it turns out the
classifier is server-side / out-of-band and genuinely can't be pointed at a
proxy, that's a valid (if disappointing) answer to capture here.
Goal
I'd like Claude Code's Auto mode to work through better-ccflare — including
its permission classifier traffic. I'm not sure that's possible, so this is to
investigate whether it can be done and, if so, how.
Background
Auto mode (released 2026-03-24) runs without routine permission prompts, but per
Anthropic's docs "every shell command or network action first passes through a
separate safety classifier — a second model that vets each action." That
classifier is an additional model call.
For the proxy to fully support Auto mode, that classifier call ideally routes
through better-ccflare too, so it benefits from the same load balancing, account
fallback, and analytics as normal turns. Right now I don't know whether that's
even where the call goes.
What to figure out
ANTHROPIC_BASE_URL, does Auto mode function, and does the classifiercall go through the proxy or bypass it straight to Anthropic?
endpoint controlled by the same base URL / env config, or is it hardcoded
/ separate? Is there any knob (env var, header, config) that points it at
the proxy?
it, does it pick up account selection (
session/leastUsed/session-affinity), and does its usage show up in analytics rather thangetting dropped or mis-attributed?
volume does Auto mode add per account, and does that change which strategy
is advisable?
the classifier call?
Notes
I haven't confirmed where the classifier call actually goes — that's the first
thing to pin down, since everything else depends on it. If it turns out the
classifier is server-side / out-of-band and genuinely can't be pointed at a
proxy, that's a valid (if disappointing) answer to capture here.