You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tui): remove moraine_fallback condition from tool setup
Removes the legacy toggle flag condition `moraine_fallback` from the tool setup logic as requested by code health task. The removed `moraine_fallback` parameter from `should_register_remember_tool` simplifies the tool registration conditional, reflecting that Moraine recall is now stable.
Updates all invocations of `should_register_remember_tool` and the associated unit test to match the new simplified signature.
Co-authored-by: Hmbown <101357273+Hmbown@users.noreply.github.com>
0 commit comments