agent-ecosystem/src/renderer/components/ui
iliya dd42cf0069 fix(team): scan inbox for permission_request during provisioning
relayLeadInboxMessages only processes unread messages after
provisioningComplete, but CLI marks permission_request messages as
read after native delivery -- before our relay runs.

Move permission_request inbox scan BEFORE provisioningComplete check.
Scan ALL messages (including read=true), track processed IDs via
processedPermissionRequestIds Set on ProvisioningRun to prevent
re-emitting. Also look up both alive and provisioning runs so the
scan works during team bootstrap.
2026-03-27 23:35:52 +02:00
..
tiptap refactor: enhance task management protocols and UI components 2026-03-20 13:45:03 +02:00
alert-dialog.tsx feat: add Radix UI Alert Dialog component and enhance SkillImportService 2026-03-12 11:53:40 +02:00
auto-resize-textarea.tsx refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
badge.tsx refactor: enhance task review notifications and UI components 2026-03-14 13:52:30 +02:00
button.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
checkbox.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
ChipInteractionLayer.tsx feat: enhance UI components with dynamic theming and improved task handling 2026-03-11 13:41:38 +02:00
CodeChipBadge.tsx feat: enhance task management features and improve messaging components 2026-03-10 21:54:53 +02:00
combobox.tsx feat: enhance message handling and UI components for task management 2026-03-16 16:48:28 +02:00
context-menu.tsx feat: enhance task notification and management features 2026-03-04 16:15:40 +02:00
dialog.tsx feat: enhance notification handling and improve task comment protocols 2026-03-15 14:18:33 +02:00
ExpandableContent.tsx refactor: enhance task management protocols and notification handling 2026-03-14 17:46:15 +02:00
hover-card.tsx refactor: remove deprecated electron.vite.config and update dependencies 2026-03-09 23:19:37 +02:00
input.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
label.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
MemberSelect.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
MentionableTextarea.tsx fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
MentionInteractionLayer.tsx refactor: clean up pricing.json and enhance CLI logs styling 2026-03-13 23:29:24 +02:00
MentionSuggestionList.tsx fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
popover.tsx feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
select.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
SlashCommandInteractionLayer.tsx fix(team): scan inbox for permission_request during provisioning 2026-03-27 23:35:52 +02:00
tabs.tsx feat: use agent teams 2026-02-22 15:41:18 +02:00
TaskReferenceInteractionLayer.tsx feat: enhance UI components with dynamic theming and improved task handling 2026-03-11 13:41:38 +02:00
textarea.tsx feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
tooltip.tsx fix: add description to eslint-enable comment in tooltip.tsx 2026-02-23 12:27:54 +02:00
UrlInteractionLayer.tsx feat: implement structured task references and enhance task handling 2026-03-11 15:14:19 +02:00