agent-ecosystem/src/renderer
iliya 9241970b02 fix(graph): format recent tools — clean names + extract readable preview
- Tool names: "mcp__agent-teams__task_create" → "Task Create"
  (strip MCP prefixes, snake_case → Title Case)
- Tool preview: raw JSON → extract subject/name/path field
  (was showing { "id": "19ebbdd5-...", "displayId": ... })
- Compact single-line layout with status dot + name + preview
2026-03-30 16:00:34 +03:00
..
api fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
components fix(team): trim verbose MCP description from permission noise rows 2026-03-30 15:56:49 +03:00
constants feat: enhance attachment handling and metadata management 2026-03-17 13:53:29 +02:00
contexts feat: migrate to React 19 2026-03-24 17:11:55 +02:00
features fix(graph): format recent tools — clean names + extract readable preview 2026-03-30 16:00:34 +03:00
hooks refactor(session): improve session label formatting and enhance session item display 2026-03-29 01:16:04 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services fix: resolve lint warnings in hooks, store, and sentry modules 2026-03-22 17:36:11 +02:00
store fix(updater): prevent installation of non-newer versions and enhance update notifications 2026-03-30 15:24:23 +03:00
types feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
utils fix(ci): resolve regex complexity lint error and Windows path test failure 2026-03-29 12:40:16 +03:00
App.tsx feat: implement tool approval protocol for team management 2026-03-06 21:12:59 +02:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css refactor: update README and enhance team UI components 2026-03-23 12:58:38 +02: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