From f51c5da30a6f89c1c4b1676b528e8cc075c65b7c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:46:45 +0000 Subject: [PATCH 1/2] Initial plan From 0c0fe34b063c8cc97f69787884a2b82f9bd86fc8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:49:13 +0000 Subject: [PATCH 2/2] docs: document global --verbose/-v and --debug/-d CLI flags Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com> --- .github/copilot-instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8f5c84f..c5ffb42 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -621,6 +621,8 @@ Reserved for future use. Currently replaced with an empty string. ### CLI Commands +Global flags (apply to all subcommands): `--verbose, -v` (enable info-level logging), `--debug, -d` (enable debug-level logging, implies verbose) + - `create` - Interactively create a new agent markdown file - `--output, -o ` - Output directory for the generated file (defaults to current directory) - Guides you through: name, description, engine selection, schedule, workspace, repositories, checkout, and MCPs