From b9e905bd72be1eae51e15f1a46c5224345ccbdac Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Sun, 23 Aug 2026 00:36:49 +0530 Subject: [PATCH] docs: clarify Copilot plugin setup Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d1f913..b450a4b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,13 @@ copilot plugin marketplace add Siddhant-K-code/agent-trace copilot plugin install agent-strace@agent-trace ``` -See the [Copilot CLI plugin guide](docs/copilot-plugin.md) for verification and usage. +Restart Copilot CLI, then use `/agent` to select +`agent-strace:trace-analyst`. Traces are written to `.agent-traces/` in the +repository you opened. Do not also run `agent-strace setup --cli copilot`, +which would register duplicate hooks. + +See the [Copilot CLI plugin guide](docs/copilot-plugin.md) for verification, +updates, and usage. **Option 2: MCP proxy** — wraps any MCP server, works with Cursor, Windsurf, and Copilot Desktop MCP servers