#!/bin/bash
# ai — agent session launcher (unified aix + hey)
#
# Usage:
# ai Pick the agent first (claude, codex/ChatGPT, or any
# local ollama model), then select one or more projects
# via fzf; each opens in an 'ai' tmux session window.
# Git-aware: fetches, annotates with ↑/↓/dirty, auto-pulls
# clean-and-behind repos before opening. --runtime or
# AI_RUNTIME skips the agent pick.
#
# ai
... Single-project mode. Opens each given directory directly
# in the 'ai' session (new window or switch to existing).
# Use '.' for current directory. Git prep per dir.
#
# ai --runtime