From 2e3b9b75ec5ce8ca82958fd6da3720d653c4168f Mon Sep 17 00:00:00 2001 From: Kishore B <85435355+kishore08-07@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:22:08 +0530 Subject: [PATCH] add memory to tools list for coding agent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the tools list for the Diátaxis Documentation Expert agent to include 'memory' and reorganized existing tools. Signed-off-by: Kishore B <85435355+kishore08-07@users.noreply.github.com> --- .github/agents/documentation.agent.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/agents/documentation.agent.md b/.github/agents/documentation.agent.md index 6c22ff8f9..cb4444014 100644 --- a/.github/agents/documentation.agent.md +++ b/.github/agents/documentation.agent.md @@ -1,6 +1,7 @@ --- name: "Diátaxis Documentation Expert" -tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'vscode/extensions', 'web/fetch', 'web/githubRepo', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/runCommand', 'vscode/openSimpleBrowser', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'execute/createAndRunTask', 'execute', 'execute/runTask', 'execute/runTests', 'search', 'search/searchResults', 'read/terminalLastCommand', 'read/terminalSelection', 'execute/testFailure', 'search/usages', 'vscode/vscodeAPI', 'github/*'] +tools: ['edit/editFiles', 'execute', 'execute/createAndRunTask', 'execute/getTerminalOutput', 'execute/runInTerminal', 'execute/runTask', 'execute/runTests', 'execute/testFailure', 'github/*', 'memory', 'read/problems', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'search/changes', 'search/codebase', 'search/searchResults', 'search/usages', 'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'web/fetch', 'web/githubRepo'] + description: 'Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.' ---