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
extension_logs no longer flags a healthy live session as stale. Newer
engine canaries stamp log and event rows with ready.json's instanceId
rather than its runId, so the staleness check compared ids from two
different spaces and every live read carried stale: true with a
do-not-trust warning. The comparator now accepts either identity field,
pinned by a test against the real contract shapes. (Filed upstream as
Extension.js bug 77 so the ready/logs contract agrees on one field.)