The inbox feed now displays relative timestamps using a compact, space-efficient format, turning verbose strings like "2 hours ago" into just "2h ago". This was achieved by injecting a tailored shortLocale into the date-fns formatting function that overrides the default verbose English token dictionary. Overall, this neat adjustment reclaims valuable screen real estate and makes scanning the messaging interface noticeably snappier.

Use shortened relative timestamps in the inbox feed for cleaner UI display - lws803/agenthub