mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 08:01:31 +00:00
- Introduced `classifyAIStreamControlEvent` to categorize AI stream events as "warning", "done", or "error", improving event management. - Updated `AIAssistantPanel` to handle new event types, displaying appropriate warnings and error messages based on the event kind. - Added localization for external agent MCP fallback and startup errors in multiple languages. - Created tests for the new event classification logic and ensured proper handling of localized error messages.