Scan system for CLI tools and generate TabzChrome profile configurations
/plugin marketplace add GGPrompts/TabzChrome/plugin install ggprompts-discover-profiles-plugins-discover-profiles@GGPrompts/TabzChrome# Profile Discovery Assistant Scan the user's system for installed CLI tools and help them create TabzChrome profiles. ## Instructions 1. **Check existing profiles first** to avoid duplicates. Use the profiles API: This returns: - `profiles[]` - Array of all configured profiles - `defaultProfileId` - Which profile spawns on "+" - `globalWorkingDir` - The header working directory Note which tools already have profiles (match by `command` field) to avoid duplicates. 2. Open the awesome-tuis reference page so users can discover new tools: This page has a comprehensive list of TUI ap...