Skip to content

Commit 3d47432

Browse files
committed
docs: mention codex fingerprint normalization
1 parent 52daca7 commit 3d47432

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Have you ever felt overwhelmed by managing multiple local AI agents? Each has it
5454

5555
Unlike simple wrappers, Codex Mate acts as a **Local Agent Bridge**:
5656
- **Unified Session Browser**: Search, inspect, filter, and export local sessions across Codex, Claude Code, Gemini CLI, and CodeBuddy Code from one place.
57-
- **OpenAI-Compatible Bridge**: Use Codex with any OpenAI-compatible UI by normalizing the Responses API.
57+
- **OpenAI-Compatible Bridge**: Use Codex with any OpenAI-compatible UI by normalizing the Responses API; the built-in Codex conversion also fills and normalizes Codex fingerprint headers such as `User-Agent`, `Version`, `OpenAI-Beta`, and `Originator` so upstream providers see an official Codex CLI-shaped request.
5858
- **Claude Provider Bridge**: Connect Claude Code to OpenAI Chat Completions-compatible providers and Ollama through the built-in local Claude-compatible proxy.
5959
- **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.
6060
- **Skills Marketplace**: A local-first market to share and import skills between different agent apps.
@@ -73,7 +73,7 @@ Unlike simple wrappers, Codex Mate acts as a **Local Agent Bridge**:
7373
| **Usage Analytics** || Visualize message trends and top projects |
7474
| **Local Skills Market** || Cross-app import/export of agent skills |
7575
| **Task Queue** || DAG-based task execution and logs |
76-
| **OpenAI Bridge** || Convert Codex Responses API to standard OpenAI format |
76+
| **OpenAI Bridge** || Convert Codex Responses API to standard OpenAI format and attach/normalize Codex fingerprints in the built-in conversion |
7777
| **Claude Provider Bridge** || Connect Claude Code to OpenAI Chat Completions-compatible providers and Ollama via the built-in Claude-compatible proxy |
7878
| **OpenCode Provider Store** || Keep multiple OpenCode providers in `~/.codexmate` while projecting only the selected provider to native OpenCode config |
7979
| **Prompt Templates** || Reusable prompt plugins with variables |

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
不同于简单的封装,Codex Mate 充当了 **本地智能体桥接器**
5656
- **统一会话浏览器**:在一个地方检索、预览、筛选并导出 Codex、Claude Code、Gemini CLI 与 CodeBuddy Code 的本地会话。
57-
- **OpenAI 兼容桥接**:通过归一化 Responses API,让 Codex 能够与任何支持 OpenAI 格式的 UI 配合使用。
57+
- **OpenAI 兼容桥接**:通过归一化 Responses API,让 Codex 能够与任何支持 OpenAI 格式的 UI 配合使用;内建 Codex 转换会补齐并规范化 `User-Agent``Version``OpenAI-Beta``Originator` 等 Codex 指纹,对上游伪装为官方 Codex CLI 请求
5858
- **Claude Provider 桥接**:通过内建本地 Claude 兼容代理,让 Claude Code 接入 OpenAI Chat Completions 兼容 provider 与 Ollama。
5959
- **OpenCode Provider 控制**:在 `~/.codexmate` 下维护 CodexMate 自有的 OpenCode 多 provider 存储,只将当前选中的 provider 投影到 OpenCode 原生配置,避免污染或误删用户已有配置。
6060
- **Skills 市场**:本地优先的市场,支持在不同的智能体应用之间共享和导入 Skills。
@@ -73,7 +73,7 @@
7373
| **Usage 统计** || 可视化消息趋势与热门项目统计 |
7474
| **本地 Skills 市场** || 跨应用的智能体 Skills 导入与导出 |
7575
| **任务队列** || 基于 DAG 的任务执行与日志查看 |
76-
| **OpenAI 桥接** || 将 Codex Responses API 转换为标准 OpenAI 格式 |
76+
| **OpenAI 桥接** || 将 Codex Responses API 转换为标准 OpenAI 格式,并在内建转换中附加/规范化 Codex 指纹 |
7777
| **Claude Provider 桥接** || 通过内建 Claude 兼容代理,让 Claude Code 接入 OpenAI Chat Completions 兼容 provider 与 Ollama |
7878
| **OpenCode Provider 存储** ||`~/.codexmate` 中保留多个 OpenCode provider,只将当前选中的 provider 投影到 OpenCode 原生配置 |
7979
| **提示词模板** || 支持变量的可复用提示词插件 |

0 commit comments

Comments
 (0)