agent-ecosystem/test/main
Artem Rootman 5efc3dd63f
fix: pagination correctness and message enrichment
P1: Poller no longer overwrites nextCursor/hasMore — those belong
to the "Load older" flow. Both poller and loadOlder now dedup
messages by messageId or timestamp+from fingerprint.

P1: Cursor is now compound (timestamp|messageId) with stable
tie-breaking sort. Messages sharing the same timestamp at page
boundaries are no longer lost.

P2: getMessagesPage now applies the same enrichment as getTeamData:
leadSessionId propagation and slash-command-result annotation.

P3: Added 3 tests for getMessagesPage covering pagination, cursor
stability with same-timestamp messages, and slash command annotation.
2026-04-05 18:18:03 +00:00
..
http feat: implement member briefing functionality and enhance team provisioning 2026-03-13 15:58:51 +02:00
ipc fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
services fix: pagination correctness and message enrichment 2026-04-05 18:18:03 +00:00
utils Guard renderer IPC sends during crash recovery 2026-03-27 17:07:40 +02:00