agent-ecosystem/src/main
iliya 935128e26b fix(team): dedup duplicate SendMessage entries and show lead online during provisioning
- Add content-based dedup in handleGetData merge: when two directed messages
  have identical from+to+text within a 5-second window, keep only the first.
  Fixes duplicate display caused by both CLI and our persistInboxMessage
  writing to the same inbox file.

- Reorder checks in getMemberDotClass/getPresenceLabel: check leadActivity
  before isTeamProvisioning so the lead shows green dot when its process
  is already running during team setup.
2026-03-23 15:16:09 +02:00
..
constants feat: add support for Claude Code CLI worktrees 2026-03-01 13:47:33 +02:00
http fix: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00
ipc fix(team): dedup duplicate SendMessage entries and show lead online during provisioning 2026-03-23 15:16:09 +02:00
services refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
types feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02:00
utils fix: resolve CLI binary dynamically for MCP diagnostics and extension installs 2026-03-22 13:10:11 +02:00
workers feat: implement draft team handling and metadata storage 2026-03-21 12:48:18 +02:00
index.ts fix(team): disable teammate DM relay through lead, read user.json directly 2026-03-23 12:57:16 +02:00
sentry.ts feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00
standalone.ts feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00