agent-ecosystem/src/renderer/components/team/dialogs
iliya 73661c80a4 feat: auto-allow all tools toggle + fix team color fallback
- Add autoAllowAll setting: overrides all individual auto-allow rules,
  instantly approves every tool call without user interaction
- Settings panel: "Auto-allow all tools" checkbox at top, individual
  checkboxes greyed out when all-allow is active
- Fix team color badge: use getTeamColorSet(teamName) as fallback
  instead of getMemberColorByName which uses a different palette
  and produced wrong colors (yellow instead of pink)
2026-03-21 12:25:06 +02:00
..
AddMemberDialog.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
AdvancedCliSection.tsx chore: update package scripts and improve CI workflow 2026-03-07 19:37:59 +02:00
CreateTaskDialog.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
CreateTeamDialog.tsx feat: include comments in GlobalTask payload to restore notification functionality 2026-03-18 14:59:56 +02:00
EditTeamDialog.tsx feat: enhance theme support and UI consistency across components 2026-03-07 12:02:12 +02:00
EffortLevelSelector.tsx feat: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +02:00
GlobalTaskDetailDialog.tsx feat: enhance task change handling and improve plugin catalog integration 2026-03-11 18:16:40 +02:00
LaunchTeamDialog.tsx feat: include comments in GlobalTask payload to restore notification functionality 2026-03-18 14:59:56 +02:00
LimitContextCheckbox.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
MembersJsonEditor.tsx feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
OptionalSettingsSection.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
ProjectPathSelector.tsx feat: enhance cross-team functionality and UI components 2026-03-12 16:33:52 +02:00
ReviewDialog.tsx feat: implement structured task references and enhance task handling 2026-03-11 15:14:19 +02:00
SendMessageDialog.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
SkipPermissionsCheckbox.tsx feat: enhance UI and functionality in team dialogs and components 2026-03-06 23:21:56 +02:00
StatusHistoryTimeline.tsx style: auto-fix import/export sorting and formatting 2026-03-16 20:48:42 +02:00
TaskAttachments.tsx fix: address linting issues in LeadThoughtsGroup and TaskAttachments components 2026-03-06 00:02:27 +02:00
TaskCommentAwaitingReply.tsx feat: add test notification feature and update app identifiers 2026-03-15 13:37:53 +02:00
TaskCommentInput.tsx refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
TaskCommentsSection.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
TaskDetailDialog.tsx feat: enhance error handling and notifications for API errors 2026-03-19 12:47:00 +02:00
TeamModelSelector.tsx feat: add team launched notification and related configuration 2026-03-17 15:13:37 +02:00
teamNameSets.ts feat: enhance CreateTeamDialog and member management features 2026-03-13 14:39:07 +02:00
ToolApprovalSettingsPanel.tsx feat: auto-allow all tools toggle + fix team color fallback 2026-03-21 12:25:06 +02:00