feat: optimize multi-agent routing and enhance intent detection

This commit is contained in:
g1nation
2026-05-01 20:02:35 +09:00
parent ac902c1841
commit 600075603f
5 changed files with 38 additions and 12 deletions
+11
View File
@@ -1,3 +1,14 @@
# Patch Notes - v2.33.7 (2026-05-01)
## ⚙️ Logic Refinement
- **Multi-Agent Routing:** Optimized workflow to prioritize local project analysis over general multi-agent execution when explicit projects are referenced.
- **Intent Detection:** Expanded analysis intent keywords for better project-level understanding triggers.
- **Error Handling:** Improved diagnostic details for empty AI responses to help troubleshoot local server issues.
- **Default Config:** Set `multiAgentEnabled` to `false` by default for a leaner initial experience.
- **UI Polish:** Enhanced Multi-Agent button UI with dynamic tooltips and state synchronization.
---
# Patch Notes - v2.33.6 (2026-05-01)
## 🛠️ Critical Bug Fixes