Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vibe SignalNew to Visual Studio Code? Get it now.
Vibe Signal

Vibe Signal

TangyrenMidKing

|
3 installs
| (0) | Free
Keep your AI coding agent connected to your Apple Watch and iPhone.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vibe Signal Connector

VS Code extension that:

  1. Serves a LAN WebSocket for the iPhone app
  2. Exposes localhost HTTP for Codex lifecycle hooks
  3. Installs / merges hooks into ~/.codex/hooks.json

UI

Open the Vibe Signal icon in the Activity Bar:

  • Toggle — enable / disable the connector (like Builder Mode)
  • Status — live agent state, detail, clients
  • Connection — LAN host:port, masked token, health URL
  • Actions — Pair QR, copy pairing JSON, setup Codex hooks, simulate events, rotate token

Status bar shows Vibe Signal: Off or the current state; click it to focus the sidebar.

See it in VS Code / Cursor

The status bar and Activity Bar icon only appear when this extension is running. Source in the repo alone is not enough.

Option A — Extension Development Host (recommended while coding)

  1. Open the vibe-signal repo (or just connector/) in VS Code / Cursor
  2. cd connector && npm install && npm run compile
  3. Run Run and Debug → Run Vibe Signal Extension (or press F5)
  4. A new window opens — look there (not the old window):
    • Activity Bar: pulse icon Vibe Signal
    • Status bar (bottom-right): Vibe Signal Off

If the status item is missing, right-click the status bar → enable Vibe Signal.

Option B — Install into your normal editor

cd connector
npm run compile
npx @vscode/vsce package
# then: Extensions → … → Install from VSIX… → vibe-signal-0.1.1.vsix

Do not use --no-dependencies — the extension needs the ws package at runtime.

Develop

npm install
npm run compile

Press F5 from the repo root or this folder, or:

$env:AGENTPULSE_TOKEN='dev'; node scripts/dev-server.js
node scripts/ws-client.js 127.0.0.1 8787 dev

Package / Publish

npm install
npm run compile
npx @vscode/vsce package
npx @vscode/vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft