Hooky
Hooky — control VS Code and GitHub Copilot from your phone.
Features
- 📱 Pair your phone with VS Code over local network or via a remote relay
- 🔐 Pairing-code handshake with per-session tokens
- 💬 Chat with GitHub Copilot or Claude Code from mobile
- 📂 Browse, view, and edit workspace files
- 🔔 Push notifications for AI responses and questions
Installation
- Install from
.vsix file via node build.js install
- Reload VS Code window
- Run command:
Hooky: Start Server
- Use the pairing code to connect from the Hooky mobile app
Commands
Hooky: Start Server — start the local WebSocket server
Hooky: Stop Server — stop the server
Hooky: Show Pairing Code — display the pairing code
Hooky: Disconnect Device — disconnect the paired mobile
Hooky: Start Remote Relay — connect to the remote relay (wss://hooky-ai.app)
Hooky: Show QR Code — show pairing QR for the relay session
Configuration
hooky.serverPort — local server port (default: 3000)
hooky.autoStart — auto-start server on activation (default: true)
hooky.relayUrl — WebSocket URL of the relay backend (default: wss://hooky-ai.app)
hooky.relayToken — shared secret matching RELAY_TOKEN on the relay server
hooky.autoStartRelay — auto-start the remote relay (default: true)
Requirements
- VS Code 1.85.0 or higher
- Node.js 16.0 or higher
License
MIT
| |