Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading