# claude-mem v13.21.1 - Product: claude-mem (https://whatsnew.fyi/product/claude-mem) - Vendor: claude-mem - Date: 2026-08-31 - Version: v13.21.1 - Original notes: https://github.com/thedotmack/claude-mem/releases/tag/v13.21.1 - Permalink: https://whatsnew.fyi/product/claude-mem/releases/v13.21.1 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** — Updated trial length from 7 days to 30 days across all promotional surfaces including session-start banner, context banner, welcome hint, viewer header, installer, and fallback notice - **changed** — Promo links now emit ?from=&trial=30 to pass trial length to Stripe Checkout - **changed** — Added trial link to installer's Next Steps screen for non-Pro installs - **changed** — Changed copy from 'free week' to 'free trial' in fallback notice and countdown line - **changed** — Updated README and install documentation to reflect 30-day trial length **The trial is 30 days everywhere now.** The installer's provider screen already advertised a 30 Day Free Trial and the server already issued 30-day checkout URLs — but every other surface still said 7, and the promo links carried no trial length at all. That last part mattered more than copy. `cmem.ai/pro` is deliberately length-neutral without an explicit `?trial=`, so a click from the session-start banner, the viewer, or the context banner landed on a page that never named a trial length and sent no trial into Stripe Checkout. Those links now carry it. - Every promo link emits `?from=&trial=30` — session-start banner, context banner, welcome hint, viewer header, installer, fallback notice. - `PRO_TRIAL_DAYS` in `src/shared/pro-promo.ts` is the single knob, mirrored in the viewer's own copy (its tsconfig pins `rootDir` and cannot import the shared module). - The installer's Next Steps screen shows the trial link again. `'installer'` was a declared promo source with no caller after the Next Steps trim in v13.21.0, so the last screen of the funnel never mentioned the offer. It shows for non-Pro installs only. - Copy: "free week" → "free trial" in the fallback notice and the countdown line. README and install docs now say 30 days. **Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v13.21.0...v13.21.1