Security Fix
Root-level images blocked in .gitignore
Replaced the single tool-activity-check.png entry with wildcard rules that block all image formats at the repository root: *.png, *.jpg, *.jpeg, *.gif, *.bmp, *.webp, *.tiff.
Why: Development screenshots taken at the root level may contain sensitive information (passwords, API keys, terminal output). Wildcard rules prevent accidental commits regardless of filename.
Images inside public/screenshots/ remain tracked — only root-level files are blocked.
Upgrade
npx github:Lexus2016/claude-code-studio@latest