From 897aebab8064840ad11ae46e3ed5bd8eb00cb6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?d=20=F0=9F=94=B9?= <258577966+voidborne-d@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:07:59 +0000 Subject: [PATCH] fix(install): add VS Code setting note after copilot install (#185) After installing agents for VS Code Copilot, warn users to verify their chat.agentFilesLocations setting includes the install paths. VS Code does not always include ~/.github/agents or ~/.copilot/agents in this setting by default, so agents may not be discovered after installation. --- scripts/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index a8642823..1ca5c878 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -306,6 +306,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 ~/.github/agents or ~/.copilot/agents" + warn "See https://code.visualstudio.com/docs/copilot/customization/custom-agents#_custom-agent-file-locations" } install_antigravity() {