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
sessions: homes_register_session's input param account_hint (optional, free-text) is replaced by account_identity (required, min 1 char), matching the shared fleet schema (zillow/redfin). Callers that relied on registering an unlabelled session, or that passed account_hint, must now pass a non-empty account_identity. The register response shape is now { session, active_session_id } (was { session_id, active }). The mark_active param is RETAINED and unchanged. set_active_session and get_session_context tool names/inputs are unchanged.
Bug Fixes
bound homes_bulk_get with an overall deadline + pending backfill (#96) (8e3f4e7)
redact secrets from non-2xx error body previews (#93) (7003942)