From 2cbc77d72edebec631c77ae50b6ffde5288f0657 Mon Sep 17 00:00:00 2001 From: KienBM ubuntu Date: Mon, 16 Mar 2026 04:33:19 +0700 Subject: [PATCH] fix: add post-install hint for Copilot agent path verification After installing Copilot agents, warn users to verify their VS Code 'chat.agentFilesLocations' setting includes the install path. VS Code may not include ~/.github/agents or ~/.copilot/agents by default. Fixes #218 Relates to #185 --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 9bc4f1d8..b57e7c92 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -330,6 +330,8 @@ install_copilot() { done ok "Copilot: $count agents -> $dest_github" ok "Copilot: $count agents -> $dest_copilot" + warn "Copilot: Verify VS Code setting 'chat.agentFilesLocations' includes your install path." + dim " Open Settings (Ctrl/Cmd+,) -> search 'chat.agentFilesLocations'" } install_antigravity() {