v1.0.1
🏷️ Release v1.0.1
🚀 Overview
This release focuses on improving the task creation experience, Git repository interactions, and system stability, while adding offline task support and updated documentation.
🐛 Bug Fixes
- 🧩 Fixed flashing issue when clicking “New Task”.
- 🧩 Fixed duplicate Git repository loading in the chat area.
- 🧩 Fixed repository search results not updating after re-search.
- 🧩 Fixed branch context sticking to previous repository when switching.
- 🧩 Fixed repo selection issue when switching from an existing task to a new task.
⚙️ Improvements
- ⚡ Optimized task query performance.
- 💾 Added repository caching to reduce redundant API calls.
- 🌐 Optimized GitHub default branch retrieval logic for better compatibility.
- 💤 Added offline task support and improved scheduling.
- 📄 Added YAML configuration documentation and updated
README.
🧱 Internal Enhancements
- Unified repository handling and task management logic.
- Improved exception handling and code maintainability across executor modules.
- Minor refactoring in frontend task management and API integration.
🧱 Docker Images
| Component | Image |
|---|---|
| Frontend | wecode-ai/wegent-frontend:v1.0.1 |
| Backend | wecode-ai/wegent-backend:v1.0.1 |
| Executor Manager | wecode-ai/wegent-executor-manager:v1.0.1 |
| Executor | wecode-ai/wegent-executor:v1.0.1 |