feat: optimize multi-agent routing and enhance intent detection
This commit is contained in:
+2
-2
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user