Set up nodcode by installing bobble and verifying AirPods are configured correctly
/plugin marketplace add hyusap/nodcode/plugin install nodcode@hyusap# Nodcode Setup Guide the user through setting up nodcode. Follow these steps: ## Step 1: Check if bobble is installed Run `bobble --version` to check if bobble is installed. **If bobble is NOT installed:** - Check if Homebrew is available by running `which brew` - If Homebrew exists, ask the user: "bobble is not installed. Would you like me to install it via Homebrew? This will run: `brew install hyusap/tap/bobble`" - If they agree, run the installation and show the output - If Homebrew doesn't exist, explain they need to install Homebrew first from https://brew.sh **If bobble IS inst...