mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
- Removed the saveOutput function from AgentOutputModal to streamline state management, ensuring local state updates without direct file writes. - Introduced a debounced file writing mechanism in the auto-mode service to handle incremental updates to agent output, improving performance and reliability. - Enhanced error handling during file writes to prevent execution interruptions and ensure all content is saved correctly.