JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1165
  • Score
    100M100P100Q94503F
  • License MIT

CodeVibe - Monitor and control AI coding agents (Claude Code, Gemini CLI, Codex CLI) from your mobile device

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@quantiya/codevibe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    CodeVibe

    Monitor and control AI coding agents from your mobile device.

    CodeVibe syncs your terminal sessions (Claude Code, Gemini CLI, Codex CLI) to the CodeVibe iOS app, letting you review code changes, approve actions, and send prompts — all from your phone.

    Install

    npm install -g @quantiya/codevibe

    This installs wrapper commands for all three agents:

    • codevibe-claude — Claude Code integration
    • codevibe-gemini — Gemini CLI integration
    • codevibe-codex — Codex CLI integration

    Claude Code: Additional Step

    Claude Code also requires its MCP plugin to be registered. Inside a Claude Code session, run:

    /plugin marketplace add https://github.com/hendryyeh/quantiya-codevibe-marketplace
    /plugin install codevibe-claude

    This registers the CodeVibe MCP server with Claude Code. You only need to do this once.

    Install individual plugins

    If you only use specific agents:

    npm install -g @quantiya/codevibe-claude-plugin  # Also needs marketplace install above
    npm install -g @quantiya/codevibe-gemini-plugin
    npm install -g @quantiya/codevibe-codex-plugin

    Quick Start

    # 1. Sign in (opens browser — Apple or Google)
    codevibe-claude login
    
    # 2. Start coding — session syncs to your phone
    codevibe-claude

    Same pattern for Gemini and Codex:

    codevibe-gemini login && codevibe-gemini
    codevibe-codex login && codevibe-codex

    Features

    Real-time sync — See assistant responses, tool usage, and file changes on your phone as they happen (~100-500ms latency)

    Mobile approval — Approve or reject tool permissions remotely. View full file diffs with syntax highlighting before approving changes

    Send prompts — Type or dictate prompts from your phone that execute immediately on desktop

    Voice messages — Tap the microphone to dictate prompts with real-time speech-to-text transcription

    Image attachments — Send screenshots or photos from your camera or photo library alongside your messages

    Push notifications — Get notified when your agent needs attention, with deep linking to the relevant session

    Delivery status — WhatsApp-style checkmarks: sent, delivered, and executed confirmations

    Multi-agent — Run Claude Code, Gemini CLI, and Codex CLI sessions simultaneously, each clearly labeled in the app

    End-to-end encryption — All messages encrypted with AES-256-GCM. Your code stays private

    Offline queue — Messages queue automatically when offline and send when connection restores

    License

    MIT