agent-ecosystem/src/renderer/types
iliya 80034542ec feat: enhance editor file handling and task management features
- Improved EditorFileWatcher to debounce content change events, optimizing git status cache invalidation for rapid file saves.
- Updated ProjectScanner to derive project and display names from actual paths, enhancing reliability in project identification.
- Enhanced IPC methods for creating tasks and sending messages directly from the editor context menu, streamlining team collaboration.
- Refactored task relationship handling to ensure accurate linking of tasks based on user actions.
- Introduced animations for new chat messages and comments, improving user experience in chat history and task comments sections.
2026-03-02 20:08:03 +02:00
..
api.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
claudeMd.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
contextInjection.ts feat(chat): enhance navigation and tool highlighting in chat history 2026-02-16 20:36:18 +09:00
data.ts feat(context): enhance session context tracking and display 2026-02-15 14:49:29 +09:00
groups.ts feat(chat): implement subagent input and compact boundary display items 2026-02-16 22:13:24 +09:00
inlineChip.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
mention.ts feat: enhance editor file handling and task management features 2026-03-02 20:08:03 +02:00
notifications.ts feat: use agent teams 2026-02-22 23:36:11 +02:00
panes.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
sessionReport.ts refactor: wire session analyzer and CostSection to shared pricing 2026-02-23 12:10:42 -05:00
tabs.ts merge: sync with upstream/main — session reports, cost calculation, Linux title bar, auto-expand AI groups 2026-02-24 21:04:23 +02:00