
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
codevibe-codex-plugin
Advanced tools
Mobile companion for OpenAI Codex CLI - monitor and control your Codex CLI sessions from your iPhone
Mobile companion plugin for OpenAI Codex CLI. Monitor and interact with your Codex sessions from your iPhone.
Last updated: 2025-12-14
This plugin enables bidirectional synchronization between Codex CLI on your Mac and the CodeVibe iOS app. See your conversations, shell commands, file edits, and agent reasoning in real-time on your phone.
Part of the CodeVibe multi-agent ecosystem:
git clone https://github.com/hendryyeh/quantiya-codevibe-codex-plugin.git
cd codevibe-codex-plugin
npm install
npm run build
./bin/codevibe-codex login # authenticate with CodeVibe backend
./bin/codevibe-codex # start Codex with mobile sync
| Feature | Supported |
|---|---|
| User prompts | Yes |
| Assistant responses | Yes |
| Agent reasoning/thinking | Yes |
| Shell commands | Yes |
| File edits (patches) | Yes |
| Tool outputs | Yes |
| Image attachments | Yes |
| Approval prompts | No* |
*Codex CLI doesn't log approval prompts to session files
# Clone the repository
git clone https://github.com/hendryyeh/quantiya-codevibe-codex-plugin.git
cd codevibe-codex-plugin
# Install dependencies
npm install
# Build
npm run build
# Authenticate with CodeVibe backend
./bin/codevibe-codex login
Use codevibe-codex instead of codex to enable mobile sync:
# Start Codex with mobile sync
./bin/codevibe-codex
# Start with an initial prompt
./bin/codevibe-codex "fix the bug in auth.ts"
codevibe-codex login # Authenticate with CodeVibe backend
codevibe-codex status # Check authentication status
codevibe-codex logout # Sign out
codevibe-codex # Start Codex with mobile sync
~/.codex/sessions/ for JSONL log filesEach live Codex process appears as its own CodeVibe session, even if multiple Codex sessions are running in the same project directory.
Desktop → Mobile:
Codex CLI → Session JSONL → Plugin → AppSync → iOS App
Mobile → Desktop:
iOS App → AppSync → Plugin → tmux send-keys → Codex CLI
Create a .env.development file (see .env.example):
# AWS AppSync
APPSYNC_URL=https://xxx.appsync-api.us-east-1.amazonaws.com/graphql
APPSYNC_REALTIME_URL=wss://xxx.appsync-realtime-api.us-east-1.amazonaws.com/graphql
# Cognito
COGNITO_USER_POOL_ID=us-east-1_xxx
COGNITO_CLIENT_ID=xxx
COGNITO_DOMAIN=xxx.auth.us-east-1.amazoncognito.com
# Check if session logs exist
ls -la ~/.codex/sessions/$(date +%Y)/$(date +%m)/$(date +%d)/
# Check plugin logs
tail -f /tmp/codevibe-codex-mcp.log
# Verify tmux session exists
tmux list-sessions | grep codevibe-codex
MIT
Maintained by: CodeVibe Team
FAQs
Mobile companion for OpenAI Codex CLI - monitor and control your Codex CLI sessions from your iPhone
The npm package codevibe-codex-plugin receives a total of 2 weekly downloads. As such, codevibe-codex-plugin popularity was classified as not popular.
We found that codevibe-codex-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.