codexmate 0.0.15 → 0.0.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +13 -3
- package/README.md +13 -3
- package/cli.js +683 -15
- package/package.json +2 -2
- package/web-ui/app.js +219 -46
- package/web-ui/index.html +15 -1
- package/web-ui/logic.mjs +113 -13
- package/web-ui/styles.css +203 -25
package/README.en.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
**Local configuration and session manager for Codex / Claude Code / OpenClaw**
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Current version: `v0.0.17`
|
|
8
|
+
|
|
8
9
|
|
|
9
10
|
[](https://github.com/SakuraByteCore/codexmate/actions/workflows/release.yml)
|
|
10
11
|
[](https://www.npmjs.com/package/codexmate)
|
|
@@ -26,7 +27,6 @@ Codex Mate is a local-first CLI + Web UI for unified management of:
|
|
|
26
27
|
- Claude Code profiles (writes to `~/.claude/settings.json`)
|
|
27
28
|
- OpenClaw JSON5 profiles and workspace `AGENTS.md`
|
|
28
29
|
- Local Codex/Claude sessions (list/filter/export/delete)
|
|
29
|
-
- `codexmate qwen` passthrough command
|
|
30
30
|
|
|
31
31
|
It works on local files directly and does not require cloud hosting.
|
|
32
32
|
|
|
@@ -58,7 +58,6 @@ It works on local files directly and does not require cloud hosting.
|
|
|
58
58
|
- MCP stdio domains (`tools`, `resources`, `prompts`)
|
|
59
59
|
- Built-in proxy controls (`proxy`)
|
|
60
60
|
- Auth profile management (`auth`)
|
|
61
|
-
- `codexmate qwen` compatibility entrypoint (passthrough with `--yolo`)
|
|
62
61
|
- Zip/unzip utilities
|
|
63
62
|
|
|
64
63
|
## Architecture
|
|
@@ -130,11 +129,22 @@ codexmate run --no-browser
|
|
|
130
129
|
| `codexmate auth <list\|import\|switch\|delete\|status>` | Auth profile management |
|
|
131
130
|
| `codexmate proxy <status\|set\|apply\|enable\|start\|stop>` | Built-in proxy management |
|
|
132
131
|
| `codexmate workflow <list\|get\|validate\|run\|runs>` | MCP workflow management |
|
|
132
|
+
| `codexmate codex [args...] [--follow-up <text> repeatable]` | Codex CLI passthrough entrypoint (auto-adds `--yolo`, supports queued follow-up appends) |
|
|
133
133
|
| `codexmate qwen [args...]` | Qwen CLI passthrough entrypoint |
|
|
134
134
|
| `codexmate run [--host <HOST>] [--no-browser]` | Start Web UI |
|
|
135
135
|
| `codexmate mcp serve [--read-only\|--allow-write]` | Start MCP stdio server |
|
|
136
136
|
| `codexmate export-session --source <codex\|claude> ...` | Export session to Markdown |
|
|
137
137
|
| `codexmate zip <path> [--max:0-9]` / `codexmate unzip <zip> [out]` | Zip / unzip |
|
|
138
|
+
| `codexmate unzip-ext <zip-dir> [out] [--ext:suffix[,suffix...]] [--no-recursive]` | Extract files with target suffixes from ZIP files in a directory (default `.json`, recursive by default) |
|
|
139
|
+
|
|
140
|
+
### Codex Follow-up Append (Optional)
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
codexmate codex --follow-up "scan repository first" --follow-up "then fix failing tests"
|
|
144
|
+
codexmate codex --model gpt-5.3-codex --follow-up "step1" --follow-up "step2"
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
> Note: both `--follow-up` and `--queued-follow-up` are accepted and repeatable.
|
|
138
148
|
|
|
139
149
|
## Web UI
|
|
140
150
|
|
package/README.md
CHANGED
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
**Codex / Claude Code / OpenClaw 的本地配置与会话管理工具**
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
当前版本:`v0.0.17`
|
|
8
|
+
|
|
8
9
|
|
|
9
10
|
[](https://github.com/SakuraByteCore/codexmate/actions/workflows/release.yml)
|
|
10
11
|
[](https://www.npmjs.com/package/codexmate)
|
|
@@ -26,7 +27,6 @@ Codex Mate 提供一套本地优先的 CLI + Web UI,用于统一管理:
|
|
|
26
27
|
- Claude Code 配置方案(写入 `~/.claude/settings.json`)
|
|
27
28
|
- OpenClaw JSON5 配置与 Workspace `AGENTS.md`
|
|
28
29
|
- Codex / Claude 本地会话浏览、筛选、导出、删除
|
|
29
|
-
- `codexmate qwen` 快捷透传命令
|
|
30
30
|
|
|
31
31
|
项目不依赖云端托管,配置写入你的本地文件,便于审计和回滚。
|
|
32
32
|
|
|
@@ -58,7 +58,6 @@ Codex Mate 提供一套本地优先的 CLI + Web UI,用于统一管理:
|
|
|
58
58
|
- MCP stdio 能力(tools/resources/prompts)
|
|
59
59
|
- 内建代理配置与状态控制(`proxy`)
|
|
60
60
|
- 认证档案管理(`auth`)
|
|
61
|
-
- `codexmate qwen` 兼容启动入口(默认透传 `--yolo`)
|
|
62
61
|
- Zip 压缩/解压(优先系统工具,失败回退 JS 库)
|
|
63
62
|
|
|
64
63
|
## 架构总览
|
|
@@ -130,11 +129,22 @@ codexmate run --no-browser
|
|
|
130
129
|
| `codexmate auth <list\|import\|switch\|delete\|status>` | 认证档案管理 |
|
|
131
130
|
| `codexmate proxy <status\|set\|apply\|enable\|start\|stop>` | 内建代理管理 |
|
|
132
131
|
| `codexmate workflow <list\|get\|validate\|run\|runs>` | MCP 工作流管理 |
|
|
132
|
+
| `codexmate codex [args...] [--follow-up <文本> 可重复]` | Codex CLI 透传入口(默认补 `--yolo`,可追加 queued follow-up) |
|
|
133
133
|
| `codexmate qwen [args...]` | Qwen CLI 透传入口 |
|
|
134
134
|
| `codexmate run [--host <HOST>] [--no-browser]` | 启动 Web UI |
|
|
135
135
|
| `codexmate mcp serve [--read-only\|--allow-write]` | 启动 MCP stdio 服务 |
|
|
136
136
|
| `codexmate export-session --source <codex\|claude> ...` | 导出会话为 Markdown |
|
|
137
137
|
| `codexmate zip <path> [--max:0-9]` / `codexmate unzip <zip> [out]` | 压缩 / 解压 |
|
|
138
|
+
| `codexmate unzip-ext <zip-dir> [out] [--ext:suffix[,suffix...]] [--no-recursive]` | 批量提取目录下 ZIP 内指定后缀文件(默认 `.json`,默认递归) |
|
|
139
|
+
|
|
140
|
+
### Codex follow-up 追加(可选)
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
codexmate codex --follow-up "先扫描项目" --follow-up "再修复失败测试"
|
|
144
|
+
codexmate codex --model gpt-5.3-codex --follow-up "步骤1" --follow-up "步骤2"
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
> 说明:`--follow-up` / `--queued-follow-up` 都可用,支持重复。
|
|
138
148
|
|
|
139
149
|
## Web 界面
|
|
140
150
|
|