agent-ecosystem/src/renderer/types
iliya d3f19834ff feat: enhance extension installation and uninstallation flows
- Refactored plugin and MCP server installation/uninstallation handlers to use async/await for improved readability and error handling.
- Added cache invalidation logic upon successful installation of plugins and MCP servers to ensure up-to-date state.
- Introduced error message handling for installation failures, providing users with clearer feedback on issues encountered during the process.
- Updated UI components to display error messages related to installation and uninstallation, enhancing user experience.
- Implemented sanitization for MCP server names to ensure compliance with CLI requirements.
2026-03-08 01:44:58 +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 feat: enhance extension installation and uninstallation flows 2026-03-08 01:44:58 +02:00