Download Latest Version v3.42.4 -- smart search score semantics fix source code.zip (39.3 MB) Google Add to Preferred Sources
Home / v3.41.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-14 1.0 kB
v3.41.4 -- agentdb_pattern-search_store degraded-state flag source code.tar.gz 2026-09-14 35.2 MB
v3.41.4 -- agentdb_pattern-search_store degraded-state flag source code.zip 2026-09-14 39.1 MB
Totals: 3 Items   74.3 MB 0

Fix

  • agentdb_pattern-store/agentdb_pattern-search now surface degraded: true whenever the response comes from anything other than a healthy reasoningBank controller (the bridge-fallback and memory-store-fallback paths alike), instead of only in a note string a caller has no structural reason to check. Fixes [#3288].

Includes a follow-up correction (b9ca64f80) after review caught that the initial fix only handled the case where the controller registry is entirely absent, missing the more common case where the registry exists but ReasoningBank itself is unusable (controller: 'bridge-fallback') — the degraded flag is now applied at the result.controller === 'reasoningBank' boundary in both handlers rather than per fallback-label, so it can't be reopened by a future fallback label. See [#3323] for the full discussion.

This does not address why vectorBackend/reasoningBank fail to activate in a given deployment — that's tracked separately in [#1228] (ADR-053) and [#2296].

Source: README.md, updated 2026-09-14