jkes6203 commited on
Commit
f559496
·
1 Parent(s): 0ee74fb

Use valid github-copilot agent for startup skill install

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -74,7 +74,7 @@ RUN printf '%s\n' \
74
  'run_optional discord-startup-notify node /app/discord-startup-notify.mjs' \
75
  'install_skill() {' \
76
  ' skill="$1"' \
77
- ' run_optional "skills-add:${skill}" npx --yes skills add "$skill" --agent "GitHub Copilot" --yes' \
78
  '}' \
79
  'if [ "${OPENCLAW_AUTO_INSTALL_SKILLS:-1}" = "1" ]; then' \
80
  ' install_skill "Martian-Engineering/lossless-claw"' \
 
74
  'run_optional discord-startup-notify node /app/discord-startup-notify.mjs' \
75
  'install_skill() {' \
76
  ' skill="$1"' \
77
+ ' run_optional "skills-add:${skill}" npx --yes skills add "$skill" --agent "github-copilot" --yes' \
78
  '}' \
79
  'if [ "${OPENCLAW_AUTO_INSTALL_SKILLS:-1}" = "1" ]; then' \
80
  ' install_skill "Martian-Engineering/lossless-claw"' \