Skip to content
Merged
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
17 changes: 17 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,23 @@ echo "If settings.json was not auto-configured, see:"
echo " ~/.gemini/settings.json (add BeforeTool hook)"
echo ""
echo "=========================================="
echo " CODEX USERS"
echo "=========================================="
echo ""
if [ "$codex_available" -eq 1 ]; then
echo "Restart Codex Desktop or CLI after installing."
echo "Plan review is configured through the Codex Stop hook."
echo ""
echo "Codex skills are also installed:"
echo " \$plannotator-review"
echo " \$plannotator-annotate <file|url|folder>"
echo " \$plannotator-last"
else
echo "Codex was not detected. After installing Codex, rerun this installer to add"
echo "the Stop hook and Codex skills."
fi
echo ""
echo "=========================================="
echo " CLAUDE CODE USERS: YOU'RE ALL SET!"
echo "=========================================="
echo ""
Expand Down
Loading