agent-ecosystem/src/renderer/components/team/dialogs
Илия 11bb49c53e
feat(graph): force-directed agent graph visualization with kanban-zone task layout
Force-directed graph visualization for agent teams.

Package: @claude-teams/agent-graph (isolated workspace package)
- Space theme: bloom, particles, hex grid, depth stars
- Members as hexagonal nodes with breathing glow
- Tasks as pill cards in kanban columns (todo/wip/done/review/approved) per owner
- Message particles along edges (real-time only)
- Deterministic layout, Figma-style pan, scroll/pinch zoom
- Clean Architecture: ports/adapters/strategies, ES #private classes

Integration: features/agent-graph/ (adapter + overlay + tab)
- Full-screen overlay (Cmd+Shift+G) + Pin as Tab
- Graph button in Team section header
- Frustum culling, zero per-frame allocations, adaptive fps
- Performance overlay via ?perf query param

Also: CI runs on all PR branches, features/CLAUDE.md architecture guide
2026-03-28 12:03:42 +02:00
..
AddMemberDialog.tsx feat: UI improvements, bug fixes, and protocol noise filtering 2026-03-24 17:47:15 +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 fix(team): enhance team member resolution and provisioning instructions 2026-03-23 15:37:23 +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(team): persist create-team form state across tab navigation 2026-03-22 15:02:07 +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(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
SendMessageDialog.tsx feat: UI improvements, bug fixes, and protocol noise filtering 2026-03-24 17:47:15 +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 feat(readme): update project title with link and remove unused media files 2026-03-23 20:18:14 +02:00
TaskCommentsSection.tsx fix(team): disable teammate DM relay through lead, read user.json directly 2026-03-23 12:57:16 +02:00
TaskDetailDialog.tsx feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
TeamModelSelector.tsx refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02:00
teamNameSets.ts feat: enhance CreateTeamDialog and member management features 2026-03-13 14:39:07 +02:00
ToolApprovalSettingsPanel.tsx fix(team): settings panel opens below buttons instead of beside them 2026-03-27 22:04:44 +02:00