v13.15.3
Added 1
- Claimed marketplace categories via X-OpenRouter-Categories header with values cli-agent and creative-writing
Changed 3
- Renamed the OpenRouter app entry to Claude-Mem for display purposes
- Centralized all attribution headers into a shared module to prevent worker and server provider drift
- Migrated from the legacy X-Title header to the canonical X-OpenRouter-Title header
Fixed 1
- Corrected the wowerpoint skill share URL format by dropping the /d/ path segment
From claude-mem
What's Changed
OpenRouter attribution overhaul
- Renamed the OpenRouter app entry to Claude-Mem (display title only — the ranking identity is the referer URL, which is unchanged, so the accumulated leaderboard history stays intact)
- Centralized all attribution headers into a shared module (
src/shared/openrouter-attribution.ts) so the worker and server providers can never drift apart and split the app entry - Migrated from the legacy
X-Titleheader to the canonicalX-OpenRouter-Title - Claimed marketplace categories via
X-OpenRouter-Categories: cli-agent,creative-writing - Env overrides (
CLAUDE_MEM_OPENROUTER_SITE_URL/CLAUDE_MEM_OPENROUTER_APP_NAME) still work for forks and self-hosted gateways
Fixes
- wowerpoint skill: corrected the share URL format (dropped the
/d/path segment)
Full Changelog: https://github.com/thedotmack/claude-mem/compare/v13.15.2...v13.15.3