From 5f15f30fbf929d4889a18e088a98e7868145b5cb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 06:46:02 +0000 Subject: [PATCH 1/2] Initial plan From 52a06411c12fc0c367844af7ef0fb73fe778dbcf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 23 May 2026 06:46:55 +0000 Subject: [PATCH 2/2] docs: fix incorrect bash allow-list comment in README Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/ba1155ce-2698-4279-babe-2c514c5d497b Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60e60199..bc117812 100644 --- a/README.md +++ b/README.md @@ -334,8 +334,8 @@ and network allowlist entries. ```yaml tools: - # Bash command allow-list. Omit or set to [] for the safe-command default; - # use [":*"] for unrestricted access. See docs/tools.md. + # Bash command allow-list. Omit or use [":*"] for unrestricted access; + # set to [] to disable bash entirely. See docs/tools.md. bash: ["git status", "git diff", "npm test"] # File editing tool (read/write/patch files in the workspace). Default: true.