happy-loki

Bridge local Codex CLI sessions with Feishu IM

35
3
69% credibility
Found May 29, 2026 at 42 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

codex-remote is a local bridge application that connects Codex App (an AI coding assistant) with Feishu (a workplace messaging platform). When you start the local service, it acts as a middle layer: Codex App connects to it, and messages from Feishu are routed to Codex for processing. The app supports creating new conversations, resuming past ones, streaming AI responses in real-time, and handling approval requests (like when the AI wants to run a command) through interactive message cards. Everything runs locally on your machine for privacy, and the service only starts when you explicitly click 'Start Local Service'.

How It Works

1
💬 You want to chat with an AI coding assistant from your messaging app

Instead of switching between windows, you want to talk to your AI coding helper right from Feishu, where your team already communicates.

2
📥 You download and install the app on your Mac

The app comes as a simple drag-and-drop installation. You place it in your Applications folder and open it for the first time.

3
🚀 You click 'Start Local Service' to bring the bridge to life

With one click, your computer becomes a bridge between your messaging app and the AI assistant. Everything runs locally on your machine.

4
📱 You connect your Feishu account by scanning a QR code

A friendly onboarding flow guides you through linking your workplace chat account. After the first setup, you won't need to do this again.

5
⚙️ You fill in your AI model settings and write the configuration

You enter your preferred AI provider details and click 'Write Config'. The app sets everything up so your coding assistant knows where to find you.

6
🤖 You open Codex App and enable remote control

In the Codex App settings, you turn on remote control. The app detects your local service and shows that it's connected.

You send a message in Feishu and get an instant response

Your message travels through the bridge to the AI, which thinks and streams its response back to you in real-time. Approvals for risky actions also appear as cards you can approve or deny.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 42 to 35 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is codex-remote?

codex-remote is a Rust-based bridge that lets you control Codex App through Feishu, a Chinese workplace messaging platform. You run a local backend daemon that speaks Codex's remote-control protocol, then connect it to Feishu via WebSocket. From there, you can send messages to create or resume Codex threads, approve or reject dangerous operations like file changes and shell commands, and watch streaming responses appear as interactive cards in your Feishu chat. The daemon binds to localhost by default and requires you to explicitly enable the Feishu bridge.

Why is it gaining traction?

The hook here is obvious: if your team lives in Feishu, you can now interact with Codex without switching contexts. Approval workflows are the real win--dangerous commands and file modifications get sent as interactive cards that you can approve with a single reply. The project handles thread routing intelligently, binding Feishu conversations to Codex sessions and tracking turn origins to avoid echo. It also supports streaming output for agent reasoning, command execution, and image generation.

Who should use this?

This is niche by design. If your team uses Feishu and Codex together, this solves a real workflow problem. It's particularly useful for teams that want human-in-the-loop approval for Codex actions without having the app open. If you don't use Feishu, look elsewhere.

Verdict

With 35 stars and a credibility score of 0.699999988079071%, this is early-stage software from a single developer. The documentation is solid and the architecture is clean, but test coverage and community support are minimal. Try it if you genuinely need Feishu integration--otherwise, the setup overhead probably isn't worth it.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.