From 30cd8605b84e65f89123def8c4894579a1aadb93 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sun, 22 Feb 2026 20:42:05 -0600 Subject: [PATCH] more updates Signed-off-by: Matt Bruce --- assets/agents/debug.agent.md | 14 +--------- .../principal-software-engineer.agent.md | 23 +--------------- assets/agents/prompt-builder.agent.md | 16 +----------- .../software-engineer-agent-v1.agent.md | 23 +--------------- assets/agents/task-planner.agent.md | 26 +------------------ assets/agents/task-researcher.agent.md | 26 +------------------ .../tech-debt-remediation-plan.agent.md | 23 +--------------- 7 files changed, 7 insertions(+), 144 deletions(-) diff --git a/assets/agents/debug.agent.md b/assets/agents/debug.agent.md index 7308bd5..6b3253e 100644 --- a/assets/agents/debug.agent.md +++ b/assets/agents/debug.agent.md @@ -1,19 +1,7 @@ --- name: Debug Mode Instructions description: Debug your application to find and fix a bug -tools: - - edit/editFiles - - search - - execute/getTerminalOutput - - execute/runInTerminal - - read/terminalLastCommand - - read/terminalSelection - - search/usages - - read/problems - - execute/testFailure - - web/fetch - - web/githubRepo - - execute/runTests +tools: ['edit/editFiles', 'search', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search/usages', 'read/problems', 'execute/testFailure', 'web/fetch', 'web/githubRepo', 'execute/runTests'] --- # Debug Mode Instructions diff --git a/assets/agents/principal-software-engineer.agent.md b/assets/agents/principal-software-engineer.agent.md index b5963a0..c03c283 100644 --- a/assets/agents/principal-software-engineer.agent.md +++ b/assets/agents/principal-software-engineer.agent.md @@ -1,28 +1,7 @@ --- name: Principal Software Engineer Mode Instructions description: Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation. -tools: - - changes - - search/codebase - - edit/editFiles - - extensions - - web/fetch - - findTestFiles - - githubRepo - - new - - openSimpleBrowser - - problems - - runCommands - - runTasks - - runTests - - search - - search/searchResults - - runCommands/terminalLastCommand - - runCommands/terminalSelection - - testFailure - - usages - - vscodeAPI - - github +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] --- # Principal software engineer mode instructions diff --git a/assets/agents/prompt-builder.agent.md b/assets/agents/prompt-builder.agent.md index 8225cb0..e1695dc 100644 --- a/assets/agents/prompt-builder.agent.md +++ b/assets/agents/prompt-builder.agent.md @@ -1,21 +1,7 @@ --- name: Prompt Builder Instructions description: Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai -tools: - - codebase - - edit/editFiles - - web/fetch - - githubRepo - - problems - - runCommands - - search - - searchResults - - terminalLastCommand - - terminalSelection - - usages - - terraform - - Microsoft Docs - - context7 +tools: ['codebase', 'edit/editFiles', 'web/fetch', 'githubRepo', 'problems', 'runCommands', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'usages', 'terraform', 'Microsoft Docs', 'context7'] --- # Prompt Builder Instructions diff --git a/assets/agents/software-engineer-agent-v1.agent.md b/assets/agents/software-engineer-agent-v1.agent.md index a47a50c..f8db643 100644 --- a/assets/agents/software-engineer-agent-v1.agent.md +++ b/assets/agents/software-engineer-agent-v1.agent.md @@ -1,28 +1,7 @@ --- name: Software Engineer Agent v1 description: Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively. -tools: - - changes - - search/codebase - - edit/editFiles - - extensions - - web/fetch - - findTestFiles - - githubRepo - - new - - openSimpleBrowser - - problems - - runCommands - - runTasks - - runTests - - search - - search/searchResults - - runCommands/terminalLastCommand - - runCommands/terminalSelection - - testFailure - - usages - - vscodeAPI - - github +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] --- # Software Engineer Agent v1 diff --git a/assets/agents/task-planner.agent.md b/assets/agents/task-planner.agent.md index ae74873..8d80e98 100644 --- a/assets/agents/task-planner.agent.md +++ b/assets/agents/task-planner.agent.md @@ -1,31 +1,7 @@ --- name: Task Planner Instructions description: Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai -tools: - - changes - - search/codebase - - edit/editFiles - - extensions - - fetch - - findTestFiles - - githubRepo - - new - - openSimpleBrowser - - problems - - runCommands - - runNotebooks - - runTests - - search - - search/searchResults - - runCommands/terminalLastCommand - - runCommands/terminalSelection - - testFailure - - usages - - vscodeAPI - - terraform - - Microsoft Docs - - azure_get_schema_for_Bicep - - context7 +tools: ['changes', 'search/codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'search/searchResults', 'runCommands/terminalLastCommand', 'runCommands/terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7'] --- # Task Planner Instructions diff --git a/assets/agents/task-researcher.agent.md b/assets/agents/task-researcher.agent.md index f66dffa..7fde50c 100644 --- a/assets/agents/task-researcher.agent.md +++ b/assets/agents/task-researcher.agent.md @@ -1,31 +1,7 @@ --- name: Task Researcher Instructions description: Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai -tools: - - changes - - codebase - - edit/editFiles - - extensions - - fetch - - findTestFiles - - githubRepo - - new - - openSimpleBrowser - - problems - - runCommands - - runNotebooks - - runTests - - search - - searchResults - - terminalLastCommand - - terminalSelection - - testFailure - - usages - - vscodeAPI - - terraform - - Microsoft Docs - - azure_get_schema_for_Bicep - - context7 +tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'terraform', 'Microsoft Docs', 'azure_get_schema_for_Bicep', 'context7'] --- # Task Researcher Instructions diff --git a/assets/agents/tech-debt-remediation-plan.agent.md b/assets/agents/tech-debt-remediation-plan.agent.md index 7e21a48..835a560 100644 --- a/assets/agents/tech-debt-remediation-plan.agent.md +++ b/assets/agents/tech-debt-remediation-plan.agent.md @@ -1,28 +1,7 @@ --- name: Technical Debt Remediation Plan description: Generate technical debt remediation plans for code, tests, and documentation. -tools: - - changes - - codebase - - edit/editFiles - - extensions - - web/fetch - - findTestFiles - - githubRepo - - new - - openSimpleBrowser - - problems - - runCommands - - runTasks - - runTests - - search - - searchResults - - terminalLastCommand - - terminalSelection - - testFailure - - usages - - vscodeAPI - - github +tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'web/fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] --- # Technical Debt Remediation Plan