agent-ecosystem/src/renderer
iliya ff5e877023 feat: enhance tool usage tracking and UI components across services
- Refactored TeamDataService and TeamProvisioningService to replace tool usage counts with structured tool call details, improving accuracy and clarity in tool tracking.
- Introduced ToolCallMeta type for better representation of tool call metadata, including name and preview.
- Updated tool summary generation to utilize new tool call details, enhancing the visibility of tool interactions in messages.
- Enhanced LeadThoughtsGroupRow to aggregate tool calls for improved tooltip display, providing users with clearer insights into tool usage.
- Modified UI components to accommodate changes in tool summary handling, ensuring a consistent user experience.
2026-03-06 16:15:19 +02:00
..
api feat: add options for bypassing cache in session and subagent detail retrieval 2026-03-06 10:40:45 +02:00
components feat: enhance tool usage tracking and UI components across services 2026-03-06 16:15:19 +02:00
constants feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02:00
contexts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
hooks feat: enhance file path validation and member stats computation 2026-03-06 13:00:08 +02:00
lib feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
services feat: add lead activity tracking for team management 2026-02-25 13:18:37 +02:00
store feat: enhance README and UI components for improved user experience 2026-03-06 16:02:33 +02:00
types feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
utils fix: resolve all CI lint errors and flaky test 2026-03-05 21:09:45 +02:00
App.tsx feat: enhance TeamConfigReader with improved file handling and concurrency 2026-02-28 21:23:16 +02:00
favicon.png feat: use agent teams 2026-02-22 15:41:18 +02:00
index.css feat: enhance file path validation and member stats computation 2026-03-06 13:00:08 +02:00
index.html feat: use agent teams 2026-02-22 15:41:18 +02:00
main.tsx feat: improve team management and logging functionality 2026-03-03 23:00:55 +02:00
vite-env.d.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00