feat: keyless scans via the anonymous free tier#2
Merged
Conversation
`agent-ready scan <url>` no longer dies with 'No API key set' — without a key it falls back to the public POST /api/scan path (anonymous IP quota, 3 scans/30 days, 25-page depth, synchronous) so the first installed command produces a real scan. The result footer and the quota-exhausted error both point at Pro for depth, history, and monitoring. - client: postAnonScan() — keyless, string-error body handling, quota_exhausted mapping with the resetAt date - cli: keyless branch in cmdScan (--no-wait rejected, --page-limit noted as ignored), refreshed help/auth copy - get/list unchanged (still Pro); README + help updated; 0.5.0 Verified live against production: quota-429 path renders server message, reset date, and upgrade pointer; exit 1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the activation fix from the Hermes commercial diagnosis (2026-07-18): ~466 monthly npm downloads currently hit
No API key setbefore any value. Keylessscannow falls back to the public anonymous/api/scanpath (3 scans/30 days/IP, 25 pages, synchronous) and upsells Pro after delivering a real result.postAnonScan()client fn — no auth header, handles the{error, resetAt, upgrade}429 body--no-waitrejected keyless (anonymous scans are synchronous);--page-limitnoted as ignoredget/liststill require a Pro key; help/README/auth copy updated; version 0.5.0Companion changes: agent-ready-mcp keyless fallback + main-repo pricing/docs copy (separate PRs).
🤖 Generated with Claude Code