Skip to content

Commit e616edb

Browse files
committed
feat(proxy): add Claude proxy, local cleanup, and share command settings
- add a builtin Claude-compatible Responses proxy runtime and coverage\n- remove local builtin provider/config special casing across CLI and Web UI\n- add a persisted share command prefix setting for provider and Claude share commands
1 parent c7833cd commit e616edb

19 files changed

Lines changed: 2788 additions & 923 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Codex Mate 提供一套本地优先的 CLI + Web UI,用于统一管理:
4848
- provider / model 切换(`switch` / `use`
4949
- Codex `config.toml` 模板确认后写入
5050
- Claude Code 多配置方案管理与一键应用
51+
- 分享命令前缀切换(`npm start` / `codexmate`),用于复制 provider / Claude 导入命令,选择持久化到浏览器本地缓存
5152
- OpenClaw JSON5 配置方案管理
5253

5354
**会话管理**
@@ -213,6 +214,11 @@ codexmate codex --model gpt-5.3-codex --follow-up "步骤1" --follow-up "步骤2
213214
- 扫描 `Codex` / `Claude Code` / `Agents` 目录中的可导入来源
214215
- 支持跨应用导入、ZIP 导入 / 导出、批量删除
215216

217+
### 设置标签页
218+
- 支持切换分享命令前缀:`npm start` / `codexmate`
219+
- 影响 Web UI 中复制出来的 provider 分享命令与 Claude 导入命令
220+
- 选择持久化到浏览器本地缓存,刷新页面后仍保留
221+
216222
## MCP
217223

218224
> 传输:`stdio`

0 commit comments

Comments
 (0)