From ea6807e7f045ce216e014624dd76ba050a7ec6ab Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Tue, 26 Aug 2025 18:08:39 -0700 Subject: [PATCH] update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0009b3222..6d42544291 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "type": "copilot-swe-agent", "name": "copilot", "displayName": "GitHub Copilot coding agent", - "description": "Chat session for GitHub Copilot coding agent", + "description": "Delegate tasks to the GitHub Copilot coding agent. The agent works asynchronously to implement changes, iterates via chat, and can create or update pull requests as needed.", "when": "config.chat.agentSessionsViewLocation && config.chat.agentSessionsViewLocation != 'disabled'" } ],