@@ -5,6 +5,7 @@ set -e
# Check which agent commands are available
agents=()
command -v claude &>/dev/null && agents+=(claude)
command -v opencode &>/dev/null && agents+=(opencode)
command -v gemini &>/dev/null && agents+=(gemini)
if [ ${#agents[@]} -eq 0 ]; then
The note is not visible to the blocked user.