โ† AI Radar

Status

Ingestion dashboard

Last ingest: never PT

Live agents

3

Total entries

0

Sources tracked

0

Per agent

Claude

0 entries

No source state yet. Run the cron once to populate.

Cursor

0 entries

No source state yet. Run the cron once to populate.

Codex

0 entries

No source state yet. Run the cron once to populate.

How to see progress

  1. 1. Look at Last ingest at the top. If it says never or is hours old, run the cron manually:
    source .env.local
    curl -s -H "Authorization: Bearer $CRON_SECRET" \
      "http://localhost:3000/api/cron/daily-update?force=true" | jq
  2. 2. Refresh this page. Each source row shows last_fetched_at, status, and last_entry_count. A red row means the source errored; the message is shown.
  3. 3. Visit /agents/claude or /drops to see the actual entries. Toggle the filter pills for News and Posts.