@quantiya/codevibe
v1.0.1
Published
CodeVibe - Monitor and control AI coding agents (Claude Code, Gemini CLI, Codex CLI) from your mobile device
Downloads
148
Maintainers
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/codevibeThis installs all three agent plugins:
codevibe-claude— Claude Code integrationcodevibe-gemini— Gemini CLI integrationcodevibe-codex— Codex CLI integration
Install individual plugins
If you only use specific agents:
npm install -g codevibe-claude-plugin
npm install -g codevibe-gemini-plugin
npm install -g codevibe-codex-pluginQuick Start
# 1. Sign in (opens browser — Apple or Google)
codevibe-claude login
# 2. Start coding — session syncs to your phone
codevibe-claudeSame pattern for Gemini and Codex:
codevibe-gemini login && codevibe-gemini
codevibe-codex login && codevibe-codexFeatures
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
Links
License
MIT
