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
+7-2Lines changed: 7 additions & 2 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
-
**Local-first CLI + Web UI that edits your AI tool configs and sessions directly on disk, with built-in usage analytics and safe rollback.**
7
+
**One dashboard for all your local AI coding tools — switch providers, manage sessions, edit configs, and orchestrate tasks across Codex, Claude Code, and OpenClaw. Built-in OpenAI-compatible bridge, usage analytics, and prompt templates. Zero cloud, zero setup.**
Codex Mate is a local-first CLI + Web UI for unified management of:
29
29
30
30
- Codex provider/model switching and config writes
31
+
- OpenAI-compatible bridge mode for Codex Responses API conversion
31
32
- Claude Code profiles (writes to `~/.claude/settings.json`)
32
33
- Claude Code `CLAUDE.md` editing (writes to `~/.claude/CLAUDE.md`)
33
34
- OpenClaw JSON5 profiles and workspace `AGENTS.md`
@@ -55,6 +56,7 @@ It works on local files directly and does not require cloud hosting. The skills
55
56
**Configuration**
56
57
- Provider/model switching (`switch`, `use`)
57
58
- Codex `config.toml` template confirmation before write
59
+
- OpenAI bridge providers: write Codex to a local `/bridge/openai/<provider>/v1` endpoint and normalize Responses API requests for OpenAI-compatible upstreams
58
60
- Claude Code profile management and apply
59
61
- Claude Code `CLAUDE.md` editing (writes to `~/.claude/CLAUDE.md`)
60
62
- OpenClaw JSON5 profile management
@@ -89,6 +91,7 @@ It works on local files directly and does not require cloud hosting. The skills
0 commit comments