Integration guide for connecting projects to TabzChrome terminals
/plugin marketplace add GGPrompts/TabzChrome/plugin install tabz-guide@tabz-chrome# TabzChrome Integration Guide Connect projects to TabzChrome terminals via HTML attributes, WebSocket, or REST API. --- Use the AskUserQuestion tool: After user selects, provide relevant details from below and code examples from `references/integration-examples.md`. --- ## Method 1: HTML Data Attributes Add `data-terminal-command` to any element. Click queues command to sidebar. - No auth required - Works on dynamic elements --- ## Method 2: WebSocket API (CLI) Queue commands from shell scripts via websocat. For shell function and multi-line prompts, see `references/integ...