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
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "g1nation",
"displayName": "G1nation",
"description": "High-performance autonomous local AI coding agent for VS Code. Features vectorized inference, asynchronous task management, and 100% offline processing.",
"version": "2.33.6",
"version": "2.33.7",
"publisher": "connectailab",
"license": "MIT",
"icon": "assets/icon.png",
@@ -97,7 +97,7 @@
"properties": {
"g1nation.multiAgentEnabled": {
"type": "boolean",
"default": true,
"default": false,
"description": "Enable Multi-Agent Workflow (Planner -> Researcher -> Writer) for complex tasks."
},
"g1nation.multiAgentWorkflow": {