You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# Codex Mate
6
6
7
-
**One dashboard for all your local AI coding agents. Switch providers, manage sessions, and orchestrate tasks across Codex, Claude Code, and OpenClaw. Zero cloud, local-first control plane.**
7
+
**One dashboard for all your local AI coding agents. Switch providers, manage sessions, and orchestrate tasks across Codex, Claude Code, OpenCode, and OpenClaw. Zero cloud, local-first control plane.**
Have you ever felt overwhelmed by managing multiple local AI agents? Each has its own config format, session storage, and skills directory.
42
50
43
-
**Codex Mate** offers a unified control plane to bring order to the chaos. It's a local-first CLI + Web UI designed to manage [Codex](https://github.com/openai/codex)、[Claude Code](https://github.com/anthropic-ai/claude-code) and [OpenClaw](https://github.com/moeru-ai/openclaw) seamlessly.
51
+
**Codex Mate** offers a unified control plane to bring order to the chaos. It's a local-first CLI + Web UI designed to manage [Codex](https://github.com/openai/codex), [Claude Code](https://github.com/anthropic-ai/claude-code), [OpenCode](https://opencode.ai/), and [OpenClaw](https://github.com/moeru-ai/openclaw) seamlessly.
44
52
45
53
### What's So Special?
46
54
47
55
Unlike simple wrappers, Codex Mate acts as a **Local Agent Bridge**:
48
-
-**Unified Session Browser**: Searchand export sessions across all tools in one place.
56
+
-**Unified Session Browser**: Search, inspect, filter, and export local sessions across Codex, Claude Code, Gemini CLI, and CodeBuddy Code from one place.
49
57
-**OpenAI-Compatible Bridge**: Use Codex with any OpenAI-compatible UI by normalizing the Responses API.
50
58
-**Claude Provider Bridge**: Connect Claude Code to OpenAI Chat Completions-compatible providers and Ollama through the built-in local Claude-compatible proxy.
59
+
-**OpenCode Provider Control**: Manage OpenCode provider/model selection with a CodexMate-owned provider store under `~/.codexmate`, projecting only the active provider into native OpenCode config to avoid polluting or deleting user-owned settings.
51
60
-**Skills Marketplace**: A local-first market to share and import skills between different agent apps.
52
61
-**Task Orchestrator**: Plan and execute complex tasks with dependency tracking.
53
62
@@ -57,14 +66,15 @@ Unlike simple wrappers, Codex Mate acts as a **Local Agent Bridge**:
57
66
58
67
| Feature | Status | Description |
59
68
| --- | --- | --- |
60
-
|**Provider Management**| ✅ | Switch providers/models for Codex, Claude, and OpenClaw |
69
+
|**Provider Management**| ✅ | Switch providers/models for Codex, Claude, OpenCode, and OpenClaw |
61
70
|**Live Agent Sync**| ✅ | Real-time monitoring of Codex/Claude config & status |
62
-
|**Session Browser**| ✅ |List, filter, and export sessions (Codex/Claude/Gemini)|
71
+
|**Session Browser**| ✅ |Search, preview, filter, and export sessions across Codex, Claude Code, Gemini CLI, and CodeBuddy Code|
63
72
|**Usage Analytics**| ✅ | Visualize message trends and top projects |
|**Task Queue**| ✅ | DAG-based task execution and logs |
66
75
|**OpenAI Bridge**| ✅ | Convert Codex Responses API to standard OpenAI format |
67
76
|**Claude Provider Bridge**| ✅ | Connect Claude Code to OpenAI Chat Completions-compatible providers and Ollama via the built-in Claude-compatible proxy |
77
+
|**OpenCode Provider Store**| ✅ | Keep multiple OpenCode providers in `~/.codexmate` while projecting only the selected provider to native OpenCode config |
68
78
|**Prompt Templates**| ✅ | Reusable prompt plugins with variables |
69
79
|**MCP Integration**| ✅ | Expose local tools and resources via MCP stdio |
70
80
|**Auto Update**| ✅ | Quick update CLI via `codexmate update`|
0 commit comments