agent-ecosystem/src/main
iliya 47d266b55b fix: enhance message sending reliability and error handling
- Improved the message sending process in `handleSendMessage` by separating try blocks for stdin delivery and persistence, preventing fallback to inbox on stdin success.
- Added logging for persistence failures after stdin delivery to ensure better tracking of issues.
- Updated `TeamSentMessagesStore` to handle IO errors gracefully, preserving optional fields and preventing crashes.
- Enhanced `MessageComposer` to clear draft only after successful message send, improving user experience.
2026-02-24 16:01:44 +02:00
..
constants 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
http feat: add/remove member, mesage box, improve ui... 2026-02-24 14:17:03 +02:00
ipc fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +02:00
services fix: enhance message sending reliability and error handling 2026-02-24 16:01:44 +02:00
types feat: use agent teams 2026-02-22 15:41:18 +02:00
utils feat: enhance team message handling and UI components 2026-02-23 17:34:30 +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
index.ts refactor: update IPC channel constants and improve markdown plugin usage 2026-02-23 20:06:08 +02:00
standalone.ts feat: use agent teams 2026-02-22 15:41:18 +02:00