Skip to content
Open
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
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1081,13 +1081,13 @@ echo " Enter to skip, or just use pilot again normally. Your rating and"
echo " optional text are the only data sent."
echo " To disable: set consent.reviews = false in config.json (below)."
echo ""
echo " SKILL INJECTION (on by default, manual mode)"
echo " SKILL INJECTION (on by default, auto mode)"
echo " Automatically installs the Pilot Protocol skill into supported"
echo " agent toolchains (Claude Code, Cursor, OpenHands, etc.) so agents"
echo " on this host can discover and call Pilot services. In MANUAL mode"
echo " (the default), skills are installed once now and refreshed only"
echo " when you run 'pilotctl update'. Switch to AUTO mode for continuous"
echo " background updates, or disable entirely:"
echo " on this host can discover and call Pilot services. In AUTO mode"
echo " (the default), a background reconcile pass refreshes the injected"
echo " skills every 15 minutes. Switch to MANUAL to install once and"
echo " refresh only when you run 'pilotctl update', or disable entirely:"
echo " pilotctl skills set-mode auto # always up to date"
echo " pilotctl skills set-mode manual # install once, update on upgrade"
echo " pilotctl skills disable all # remove skills, stop injection"
Expand Down