agent-ecosystem/src/renderer/components/team/dialogs
iliya 5686d60d99 feat: implement startReview functionality and enhance review state management
- Added startReview function to initiate the review process for tasks, allowing transition to the review column without requiring completed status.
- Updated getCurrentReviewState and getEffectiveReviewState functions to include 'review_started' event type for accurate review state tracking.
- Enhanced task history management by introducing a new TaskReviewStartedEvent type.
- Updated documentation and user instructions to reflect the new review process, emphasizing the importance of calling review_start before review actions.
- Improved test coverage for the new startReview functionality and its integration with existing review processes.
2026-03-16 19:08:12 +02:00
..
AddMemberDialog.tsx feat: add task comment notification feature 2026-03-15 12:52:59 +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: enhance message handling and UI components for task management 2026-03-16 16:48:28 +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: enhance notification handling and improve task comment protocols 2026-03-15 14:18:33 +02:00
LimitContextCheckbox.tsx refactor: improve TeamDetailView and MemberList components for better responsiveness and UI clarity 2026-03-14 23:30:37 +02:00
MembersJsonEditor.tsx feat: improve task reference handling and enhance UI components 2026-03-11 14:18:43 +02:00
OptionalSettingsSection.tsx feat: enhance UI components with dynamic theming and improved task handling 2026-03-11 13:41:38 +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 feat: implement startReview functionality and enhance review state management 2026-03-16 19:08:12 +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 feat: enhance team task management with reviewer resolution and UI improvements 2026-03-15 12:24:51 +02:00
TaskCommentsSection.tsx feat: enhance task messaging and member role detection 2026-03-15 17:45:10 +02:00
TaskDetailDialog.tsx feat: implement startReview functionality and enhance review state management 2026-03-16 19:08:12 +02:00
TeamModelSelector.tsx refactor: streamline logging and context handling in team services 2026-03-14 18:24:13 +02:00
teamNameSets.ts feat: enhance CreateTeamDialog and member management features 2026-03-13 14:39:07 +02:00
ToolApprovalSettingsPanel.tsx feat: add --permission-prompt-tool stdio support with granular tool approval 2026-03-08 22:22:30 +02:00