agent-ecosystem/src/main/ipc
iliya 090c1d47aa fix: improve error handling and logging in message sending process
- Updated error handling in `handleSendMessage` to provide clearer error messages when stdin fails.
- Enhanced JSON highlighting in `highlightLogsHtml` by parsing and pretty-printing JSON strings before highlighting.
- Replaced the paperclip icon with an image plus icon in the `MessageComposer` for better visual representation of attachment options.
2026-02-24 20:29:41 +02:00
..
CLAUDE.md 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
config.ts feat(team-management): iteration 1, enhance Team Management feature with IPC integration and UI components 2026-02-17 21:30:37 +02:00
configValidation.ts Implement Claude root path configuration and management 2026-02-14 13:43:56 +09:00
context.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
guards.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
handlers.ts feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00
httpServer.ts feat: alot, code highlight, related tasks, group by project and other 2026-02-23 20:06:08 +02:00
notifications.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
projects.ts refactor(02-02): IPC handlers route via ServiceContextRegistry 2026-02-12 01:04:29 +00:00
search.ts feat: search session globally across projects 2026-02-21 14:34:25 +05:30
sessions.ts feat(remotion): integrate Remotion for video rendering and preview 2026-02-12 22:58:58 +09:00
ssh.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
subagents.ts refactor(02-02): IPC handlers route via ServiceContextRegistry 2026-02-12 01:04:29 +00:00
teams.ts fix: improve error handling and logging in message sending process 2026-02-24 20:29:41 +02:00
updater.ts Implement auto-update functionality and enhance build configuration 2026-02-11 21:23:40 +09:00
utility.ts feat: enhance team message handling and UI components 2026-02-23 17:34:30 +02:00
validation.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
window.ts fix: resolve boundaries/element-types lint error in window.ts 2026-02-22 23:33:39 +02:00