rename vscode-agent -> agent (#1478)

This commit is contained in:
Martin Aeschlimann
2025-10-21 21:44:21 +02:00
committed by GitHub
parent a85732f19c
commit 41ae9a1b1d
2 changed files with 1 additions and 1 deletions

View File

@@ -4184,7 +4184,7 @@
"chatAgents": [
{
"name": "Plan",
"path": "./assets/agents/Plan.vscode-agent.md",
"path": "./assets/agents/Plan.agent.md",
"description": "Researches a task to create multi-step plans"
}
]