This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryBroad release touches gates, enterprise, test, and deps.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Silent-failure clustering in ul is now enabled by default. Silent-failure clustering in ul is now enabled by default. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Medium |
Adds 'thumbgate brain' CLI command for agent-readable context. Adds 'thumbgate brain' CLI command for agent-readable context. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Medium |
Dashboard now offers “Chat with your data” RAG over lessons using Gemini. Dashboard now offers “Chat with your data” RAG over lessons using Gemini. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Medium |
Enterprise tier is now surfaced on the pricing page. Enterprise tier is now surfaced on the pricing page. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Feature | Low |
Adds repeat‑blocked metric, no‑op detection, and action receipts to instrumentation. Adds repeat‑blocked metric, no‑op detection, and action receipts to instrumentation. Source: granite4.1:30b@2026-06-03-audit Confidence: low |
— |
| Dependency | Low |
Bump actions/checkout from version 4 to version 6. Bump actions/checkout from version 4 to version 6. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Dependency | Low |
Bump actions/setup-node from version 4 to version 6. Bump actions/setup-node from version 4 to version 6. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Fixes revenue‑pulse traffic channel formatting. Fixes revenue‑pulse traffic channel formatting. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Unbreaks main E2E by updating pricing FAQ count from 5 to 6. Unbreaks main E2E by updating pricing FAQ count from 5 to 6. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
Resolves duplicate daemons, corrects CWD handling, and updates hook JSON schema for reliability. Resolves duplicate daemons, corrects CWD handling, and updates hook JSON schema for reliability. Source: llm_adapter@2026-06-03 Confidence: high |
— |
| Bugfix | Medium |
knowledge‑conflict‑gate now warns instead of hard‑blocking all work. knowledge‑conflict‑gate now warns instead of hard‑blocking all work. Source: llm_adapter@2026-06-03 Confidence: low |
— |
| Bugfix | Medium |
Exempts credential‑hardening chmod and rebases absolute task‑scope globs in gates. Exempts credential‑hardening chmod and rebases absolute task‑scope globs in gates. Source: granite4.1:30b@2026-06-03-audit Confidence: low |
— |
| Bugfix | Medium |
Implements per‑repo workflow‑sequence dirty tracking to stop cross‑repo commit blocking. Implements per‑repo workflow‑sequence dirty tracking to stop cross‑repo commit blocking. Source: granite4.1:30b@2026-06-03-audit Confidence: low |
— |
| Bugfix | Low |
rebaseGlobsToRepoRoot now handles trailing‑slash repoPath correctly. rebaseGlobsToRepoRoot now handles trailing‑slash repoPath correctly. Source: granite4.1:30b@2026-06-03-audit Confidence: low |
— |
Full changelog
What's Changed
- Add ThumbGate feedback self-test dogfood proof by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2419
- feat(instrumentation): repeat-blocked metric, no-op detection, action receipts by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2420
- feat(ul): silent-failure clustering on by default (was opt-in) by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2289
- feat(enterprise): Vertex AI setup-vertex and cost-containment by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2426
- feat(cli): add 'thumbgate brain' — agent-readable context brain by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2429
- feat(enterprise): DFCX webhook gate + Vertex scorer add-on + which() hardening by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2431
- fix: format revenue pulse traffic channels by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2433
- test: cover revenue pulse channel fallbacks by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2434
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/IgorGanapolsky/ThumbGate/pull/2440
- chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/IgorGanapolsky/ThumbGate/pull/2441
- fix(gates): knowledge-conflict-gate warns by default instead of hard-blocking all work by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2446
- feat(dashboard): Chat with your data — RAG over your lessons + Gemini by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2449
- docs(positioning): lead with local-first coding-agent firewall (post-Fiddler) by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2453
- Polish IDE marketplace listings by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2456
- content(seo): Zero Trust for AI Coding Agents guide (vs DIY hooks) by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2458
- fix(test): pricing FAQ count 5->6 — unbreak main E2E by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2459
- fix(gates): exempt credential-hardening chmod + rebase absolute task-scope globs by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2454
- fix(gates): per-repo workflow-sequence dirty tracking (stop cross-repo commit blocking) by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2451
- fix(gates): rebaseGlobsToRepoRoot handles trailing-slash repoPath by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2460
- feat(pricing): surface the Enterprise tier on the pricing page by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2455
- fix(reliability): resolve duplicate daemons, doctor CWD, and hook JSON schema by @IgorGanapolsky in https://github.com/IgorGanapolsky/ThumbGate/pull/2447
Full Changelog: https://github.com/IgorGanapolsky/ThumbGate/compare/v1.26.0...v1.26.8
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]