Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
WeChat-to-Codex bridge for running Codex app-server from chat, with threads, slash commands, approvals, agents, automation, uploads, and assistant records.
| Date | Stars |
|---|---|
| 2026-07-31 | 400 |
| 2026-08-06 | 400 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# CodexBridge CodexBridge is a Codex-centered gateway for connecting multiple chat platforms to one shared Codex engine, while switching backend provider profiles inside Codex when needed. ## Current Direction - First delivery target: `WeChat + Codex` - Package-side experiments are paused for now - `packages/codex-gateway` is not under active development - `packages/mission-control` is not under active development - `packages/codex-native-api` is retained as the only package planned for possible future work, but it is also paused for now - Core rule: platforms are adapters, Codex stays the execution engine, and Codex thread state stays the source of truth ## Documents - [Core architecture](./docs/architecture/codexbridge-core-architecture.md) - [Roadmap TODO](./docs/todo/roadmap.md) - [Codex Native API TODO](./docs/todo/codex-native-api.md) - [Codex Gateway TODO - paused](./docs/todo/codex-gateway.md) - [Mission Control TODO - paused](./docs/todo/mission-control.md) - [Mission Control architecture - historical reference](./docs/architecture/mission-control.md) - [WeChat slash command reference](./docs/usage/weixin-slash-commands.md) ## Repository Layout ```text packages/ src/ core/ platforms/ providers/ runtime/ store/ test/ docs/ ``` ## Status Project bootstrap is now focused on: 1. Keeping `WeChat + Codex` as the product center 2. Avoiding more backend/package expansion until the bridge direction is clearer 3. Treating `codex-gateway` and `mission-control` as paused workstreams 4. Keeping `codex-native-api` only as a retained future option, not as active work Current implemented bridge pieces: - Core session routing with WeChat-friendly slash commands, including `/helps`, `/status`, `/usage`, `/login`, `/stop`, `/review`, `/plan`, `/skills`, `/plugins`, `/automation`, `/weibo`, `/new`, `/uploads`, `/as`, `/log`, `/todo`, `/remind`, `/note`, `/provider`, `/models`, `/model`, `/personality`, `/instructions`, `/fast`, `/threads`, `/search`, `/next`, `/prev`, `/open`, `/peek`, `/rename`, `/permissions`, `/allow`, `/deny`, `/reconnect`, `/retry`, `/restart`, and `/lang` - `/open` now rebinds the current scope and immediately returns a short recent-turn preview, so users can resume an old thread with one command instead of calling `/peek` first - File-backed JSON repositories for persistent bridge state - WeChat platform skeleton for Hermes-compatible iLink config loading, QR account state reuse, inbound DM normalization, long-poll client/poller wiring, context-token persistence, text chunking, and outbound text/typing delivery - Codex profile loader and initial Codex app-server client/plugin path for shared thread execution - WeChat runtime wiring that feeds poll events into the shared bridge coordinator and sends responses back through the WeChat transport - OpenAI-compatible Responses adapter for non-OpenAI Chat Completions providers, including compact fallback, SSE stream translation, tool-call repair, provider/model capability rules, and gated live-provider smoke tests Package workstream status: - `packages/codex-gateway`: paused - `packages/mission-control`: paused - `packages/codex-native-api`: retained for later only; currently paused ## OpenAI-Compatible Provider Validation Live provider validation is opt-in so normal tests do not spend API quota. ```bash CODEXBRIDGE_TEST_LIVE_OPENAI_COMPATIBLE=1 pnpm exec tsx --test test/providers/openai_compatible/live_provider_smoke.test.ts ``` Supported smoke env names: ```text DEEPSEEK_API_KEY / DEEPSEEK_BASE_URL / DEEPSEEK_DEFAULT_MODEL MINIMAX_API_KEY / MINIMAX_BASE_URL / MINIMAX_MODEL QWEN_API_KEY or DASHSCOPE_API_KEY / QWEN_BASE_URL / QWEN_MODEL OPENROUTER_API_KEY / OPENROUTER_BASE_URL / OPENROUTER_MODEL KIMI_API_KEY / KIMI_BASE_URL / KIMI_MODEL GEMINI_API_KEY / GEMINI_BASE_URL / GEMINI_MODEL IFLOW_API_KEY / IFLOW_BASE_URL / IFLOW_MODEL ``` Runtime WebSocket is still disabled for the local OpenAI-compatible adapter until the server grows an upgrade h
Excerpt of 22,307 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ccc2eb0092d0c708, llm:Repository topics and description: 'WeChat-to-Codex bridge for running Codex app-server from chat, with threads, slash commands, approvals, agents, automation, uploads, and assistant records.' Topics include ai-agent, assistant, automation, chatbot, codex, openai, wechat-bot, developer-tools, typescript.
matched fp:ccc2eb0092d0c708, llm:Repository topics and description: 'WeChat-to-Codex bridge for running Codex app-server from chat, with threads, slash commands, approvals, agents, automation, uploads, and assistant records.' Topics include ai-agent, assistant, automation, chatbot, codex, openai, wechat-bot, developer-tools, typescript.
matched fp:ccc2eb0092d0c708, llm:Repository topics and description: 'WeChat-to-Codex bridge for running Codex app-server from chat, with threads, slash commands, approvals, agents, automation, uploads, and assistant records.' Topics include ai-agent, assistant, automation, chatbot, codex, openai, wechat-bot, developer-tools, typescript.