bash Claude Code Download from https://claude.ai/download and install OpenAI Codex npm install -g @openai/codex GitHub Copilot CLI brew install copilot-cli bash git clone https://github.com/ryanstephen/lil-agents.git cd lil-agents open lil-agents.xcodeproj Press ⌘R in Xcode to build and run lil-agents/ ├── lil-agents.xcodeproj/ ├── lil agents/ │ ├── App/ │ │ ├── AppDelegate.swift # NSApplication entry, StatusItem, Sparkle │ │ └── OnboardingWindowController.swift │ ├── Characters/ │ │ ├── CharacterWindowController.swift # Transparent overlay window above dock │ │ ├── CharacterView.swift # AVPl…