- Translated README.md to Chinese, providing a comprehensive overview of LocalAgent's functionalities and usage.
- Enhanced feature descriptions, including intent recognition, requirement clarification, code generation, and task management.
- Updated installation and configuration instructions to reflect localized content and improve clarity for Chinese-speaking users.
- Improved project structure documentation for better understanding of the application layout.
- Updated .env.example to provide clearer configuration instructions and API key setup.
- Removed debug_env.py as it was no longer needed.
- Refactored main.py to streamline application initialization and workspace setup.
- Introduced a new HistoryManager for managing task execution history.
- Enhanced UI components in chat_view.py and task_guide_view.py to improve user interaction and code preview functionality.
- Added loading indicators and improved task history display in the UI.
- Implemented unit tests for history management and intent classification.