This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryLanding page congruence fixes, dashboard deep‑linking improvements, and an explainer video replacement.
Full changelog
[email protected]
Release Links
- npm: https://www.npmjs.com/package/thumbgate/v/1.5.3
- GitHub Release: https://github.com/IgorGanapolsky/ThumbGate/releases/tag/v1.5.3
- Compare: https://github.com/IgorGanapolsky/ThumbGate/compare/v1.5.2...v1.5.3
- Publish workflow: https://github.com/IgorGanapolsky/ThumbGate/actions/runs/24530345652
- npm published at: 2026-04-16T19:43:28.823Z
- npm shasum:
24c55ecd7c43fb4e0f6a7c0366b268085bfc2568 - npm tarball: https://registry.npmjs.org/thumbgate/-/thumbgate-1.5.3.tgz
- Release ref: f063c1a3723bafc1ef52ae5208fc67af3d36d702
npm Email Companion
npm controls the native "Successfully published" email template, so the email itself stays short. Treat this generated artifact as the full release-note companion for that email: it carries the Changeset summaries, CHANGELOG entry, publish workflow, npm tarball, and shasum when available.
Full Changeset Release Notes
Patch Changes
.changeset/bump-1.5.3.md
Version bump to 1.5.3 — publish the landing page congruence fixes, dashboard deep-linking, and README corrections that merged as #914 after 1.5.2 had already been published from #911.
.changeset/explainer-video-v2.md
Replace the landing-page explainer video with a reproducible 90-second animated
walkthrough that actually explains the mechanism — same-mistake-different-session
pain, 👎 → Pre-Action Gate extraction, gate fires on the next bad call,
compounding token savings, one-line install. Adds an offline render pipeline
(scripts/render-demo-video/) that drives a scripted 1920×1080 HTML animation
through headless Playwright and muxes an ElevenLabs/say narration track —
byte-reproducible on every re-render, no live agent session required. New
npm scripts: demo:narration, demo:render, demo:render:full.
.changeset/landing-page-congruence.md
Landing page congruence fixes and dashboard deep-linking:
- Remove misleading "1 agent" Free tier bullet (no per-agent enforcement exists in rate-limiter)
- Rephrase Free tier bullets to match actual code behavior (1 auto-promoted prevention rule, built-in safety gates)
- Add hash-based deep-linking to dashboard:
/dashboard#insights,/dashboard#gates,/dashboard#exportnow auto-switch tabs - "Visual gate debugger" link on Pro tier now deep-links to
#insights(was pointing to root/dashboard) - "DPO training data export" link on Pro tier now deep-links to
#export - Add
public/dashboard.html,scripts/prompt-eval.js,bench/prompt-eval-suite.json,CHANGELOG.mdto npm files whitelist — these were missing, breaking the dashboard for users runningnpx thumbgate pro - New tests: 19 landing-page-claims (code-backed claim audit), 3 dashboard-deeplink-e2e (real server + HTTP fetch + hash validation)
.changeset/linkedin-comment-engage.md
Add LinkedIn one-shot comment engagement: publishComment publisher
(scripts/social-analytics/publishers/linkedin-comment.js) that posts a comment
on a specified activity URN via the socialActions endpoint, plus a
linkedin-comment-engage.yml workflow_dispatch that runs it with the
LINKEDIN_ACCESS_TOKEN / LINKEDIN_PERSON_URN secrets. Used for
high-signal targeted engagements on prospect / thought-leader posts
whose audience overlaps ThumbGate's ICP; bulk / scheduled engagement
still flows through Ralph Loop.
CHANGELOG.md Entry
No CHANGELOG.md section was found for 1.5.3; the release notes above were generated from the changed Changeset files.
Verification Standard
- Publish only runs from
mainafter version sync, tests, and runtime proof pass. - The npm package is smoke-tested after publish by installing
thumbgate@VERSIONin a clean runtime. - GitHub Release notes are generated from Changesets, not only GitHub auto-generated PR titles.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About IgorGanapolsky/mcp-memory-gateway
Pre-action gates that prevent AI coding agents from repeating known mistakes. Captures explicit feedback, auto-promotes failures into prevention rules, and enforces them via hooks.
Related context
Beta — feedback welcome: [email protected]