# claude-mem v13.15.3 - Product: claude-mem (https://whatsnew.fyi/product/claude-mem) - Vendor: claude-mem - Date: 2026-08-20 - Version: v13.15.3 - Original notes: https://github.com/thedotmack/claude-mem/releases/tag/v13.15.3 - Permalink: https://whatsnew.fyi/product/claude-mem/releases/v13.15.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Renamed the OpenRouter app entry to Claude-Mem for display purposes - **changed** — Centralized all attribution headers into a shared module to prevent worker and server provider drift - **changed** — Migrated from the legacy X-Title header to the canonical X-OpenRouter-Title header - **added** — Claimed marketplace categories via X-OpenRouter-Categories header with values cli-agent and creative-writing - **fixed** — Corrected the wowerpoint skill share URL format by dropping the /d/ path segment ##### 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-Title` header to the canonical `X-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