Skip to content

v1.106.1

Choose a tag to compare

@deivid11 deivid11 released this 28 May 15:48
· 25 commits to master since this release

What's New

Added

  • 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.