You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Community Ledger + public savings leaderboard. New /community page
(plugin.ashlr.ai/community) shows the running total of tokens and dollars
ashlr has saved across all developers, a cumulative-savings graph, and an
opt-in per-developer leaderboard. Backed by two new read-only public-aggregate
endpoints — GET /public/stats/time-series and GET /public/leaderboard —
that expose aggregate counts and (for opted-in users) GitHub handle + savings
only; never email, code, or prompts.
/ashlr-leaderboard command (on/off/status) — opt in or out of the
public leaderboard. OFF by default. When on, only your GitHub handle and
lifetime tokens/$ saved are published (the same number /ashlr-savings shows).
Requires a stats-syncing account (Pro/Team). The cloud stats sync now sends leaderboard_opt_in only when you've explicitly set it. (Brings the slash
command count to 34.)