- Removed the static session.currentSession.staffMemberId field in API version 2026-10.
- Replace it with the reactive session.staffMember signal (e.g., session.staffMember.value?.id) and subscribe to changes for live updates.
- Only extensions targeting API 2026-10 need the change; earlier versions remain unaffected.