Expand description
Subscription-based classifier: shells out to claude -p (Claude Code CLI)
and uses the user’s existing Pro/Max subscription instead of an API key.
Rationale: most Claude Code users have a Pro/Max subscription but no
separate ANTHROPIC_API_KEY from console.anthropic.com. The CLI’s --print
mode runs inference through the same auth as the interactive session, so
we can reuse it for classification without a second paid product.
Structs§
- Claude
CliClassifier - Backend that invokes
claude -pvia subprocess.