agent-ecosystem/src/main/ipc
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
..
cliInstaller.ts fix: packaged app CLI login detection, PATH merge, IPC status cache 2026-03-19 22:41:52 +02:00
config.ts refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
configValidation.ts feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00
context.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
crossTeam.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
editor.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
extensions.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
guards.ts feat: integrate agent-teams-controller and enhance task management 2026-03-07 16:01:32 +02:00
handlers.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
httpServer.ts feat: enhance team control API with retry logic and fallback mechanisms 2026-03-12 19:23:48 +02:00
ipcWrapper.ts feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00
notifications.ts feat: enhance notification handling and improve task comment protocols 2026-03-15 14:18:33 +02:00
projects.ts feat: enhance team file handling and logging improvements 2026-03-03 22:00:11 +02:00
rendererLogs.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
review.ts feat: refresh review diffs after external file changes 2026-03-15 12:47:52 +02:00
schedule.ts feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
search.ts feat: search session globally across projects 2026-02-21 14:34:25 +05:30
sessions.ts feat: add options for bypassing cache in session and subagent detail retrieval 2026-03-06 10:40:45 +02:00
skills.ts style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
ssh.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
subagents.ts feat: add options for bypassing cache in session and subagent detail retrieval 2026-03-06 10:40:45 +02:00
teams.ts fix(team): dedup duplicate SendMessage entries and show lead online during provisioning 2026-03-23 15:16:09 +02:00
terminal.ts fix: enhance terminal IPC handlers with error handling 2026-02-26 21:41:27 +02:00
updater.ts Implement auto-update functionality and enhance build configuration 2026-02-11 21:23:40 +09:00
utility.ts fix: handle ENOENT error gracefully in file reading functions 2026-03-20 14:26:47 +02:00
validation.ts feat: enhance project editor with new error boundary and file handling improvements 2026-02-28 17:55:21 +02:00
window.ts merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00