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
fix(BA-5650-D): align remaining slice D call sites with owner_id rename
After rebasing on slice C, three residual references in
``session/db_source/db_source.py`` still used the old ``access_key``
variable name. This commit finishes the rename in:
- ``get_session_validated`` / ``match_sessions`` / ``update_session_name``
(now forward ``owner_id=...`` instead of the leftover
``owner_access_key`` keyword).
- ``_find_dependent_sessions`` and ``get_target_session_ids`` (now pass
the local ``owner_id`` UUID instead of the non-existent ``access_key``).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments