Control and approve a Codex coding session from WeChat or Feishu instead of a terminal.
Run multiple isolated Codex sessions in parallel, one per chat conversation.
Receive files Codex produces directly inside your chat app.
| uluckyxh/chat-codex | coasty-ai/open-cowork | javlonbek1233/-immersive-ui-1 | |
|---|---|---|---|
| Stars | 39 | 39 | 39 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 3/5 | 1/5 |
| Audience | developer | vibe coder | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Runs locally, needs a WeChat or Feishu account to connect the chat bridge.
Chat-Codex is a TypeScript middleware tool that connects the Codex AI coding agent to WeChat and Feishu (also known as Lark) messaging apps. The problem it solves is that Codex normally runs as a desktop or terminal tool, but Chat-Codex lets you control it, approve its actions, check its progress, and receive files it produces all from within a private chat message. Each chat conversation gets its own isolated Codex session, so parallel conversations can run separate coding tasks without mixing context. You send a message in WeChat or Feishu, the middleware routes it to the right Codex session on your local machine, and the AI response comes back into your chat. You can also use in-chat commands to create new sessions, switch models, approve or reject actions requiring permission, send files, and check status. It runs on Node.js, is written in TypeScript using React for the terminal interface, and stores all state locally. You would use this when you want to remotely trigger and monitor AI coding tasks on your machine through a familiar messaging app without being physically at your computer.
A TypeScript middleware that lets you control and monitor the Codex AI coding agent from WeChat or Feishu chat messages.
Mainly TypeScript. The stack also includes TypeScript, Node.js, React.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.