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
Right-click building context menu on FlatView terminal-bar shortcut buttons (terminal, server logs, database). Same menu the empty-state map chips use, no navigate-and-right-click required.
Fixed
WhatsApp @lid JIDs no longer render as fake phone numbers. humanizeWhatsAppJid (server) and formatJid (WhatsAppMessageToast) now emit WhatsApp user <last4> for @lid inputs. Stops contacts like "Memo" from showing up as +153996203434060.
Address-book name lookup misses for LID-addressed contacts: ContactNameCache now indexes resolved names under both phone JID and LID (ContactLite.lid / WhatsAppContact.lid).
Phantom working / thinking tracking status on idle agents — updateAgent clears transient statuses when an agent enters idle, while preserving intentional end-of-turn statuses (need-review, blocked, can-clear-context, waiting-subordinates).
Technical Details
ContactLite.lid and WhatsAppContact.lid are new optional fields; cache writes index under both id and lid when supplied.
agent-service.updateAgent checks enteredIdleState && !hasExplicitTrackingStatus before clearing transient working/thinking.