agent-ecosystem/src/renderer
777genius 03dda6b486 refactor(agent-graph): replace store usage with context hooks for team data retrieval
- Updated components in the agent-graph renderer to utilize context hooks instead of the store for accessing team data.
- Introduced `useGraphActivityContext` and `useGraphMemberPopoverContext` hooks to streamline data management.
- Refactored `GraphBlockingEdgePopover`, `GraphNodePopover`, and `GraphTaskCard` components for improved performance and readability.
- Enhanced imports in `MemberDetailDialog` for better organization.
2026-04-15 16:42:05 +03:00
..
api refactor(agent-graph): replace store usage with context hooks for team data retrieval 2026-04-15 16:42:05 +03:00
components refactor(agent-graph): replace store usage with context hooks for team data retrieval 2026-04-15 16:42:05 +03:00
constants improvement: alot small improvements and fixes 2026-04-13 16:20:57 +03:00
contexts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
features refactor: migrate agent graph to feature slice 2026-04-14 16:24:09 +03:00
hooks chore(workspace): checkpoint remaining claude team changes 2026-04-12 22:15:57 +03:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat(teams): unify provider-aware create and launch flows 2026-04-02 10:23:14 +03:00
store refactor(agent-graph): replace store usage with context hooks for team data retrieval 2026-04-15 16:42:05 +03:00
types feat(chat): show project and user skills as slash command suggestions 2026-04-14 16:38:12 +03:00
utils fix(team): preserve provider model ids and codex slash suggestions 2026-04-14 16:40:50 +03:00
App.tsx feat(graph-controls): add team page and task creation buttons, improve toolbar button styles 2026-04-13 18:36:44 +03:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css feat(graph-controls): integrate tooltip support, refine button styles, and enhance task creation functionality 2026-04-13 20:51:45 +03:00
index.html refactor: update UI and functionality for team provisioning and progress indicators 2026-03-21 17:43:29 +02:00
main.tsx feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00
sentry.ts fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
vite-env.d.ts fix(updater): prevent installation of non-newer versions and enhance update notifications 2026-03-30 15:24:23 +03:00