feat: 添加 mycodex 入口,支持 OpenAI Codex CLI

- 在 launcher 中注册 codex 后端,兼容 ~/.codex/sessions 日期嵌套目录

- 解析 session_meta.payload.cwd 过滤当前目录会话

- 添加 myagents codex 子命令与 mycodex 独立入口、补全及 Makefile 链接

- 更新 pyproject.toml 控制台脚本与 README 文档

- 补充 codex 相关单元测试,45 tests passed
This commit is contained in:
Zhengshou Lai
2026-07-07 08:40:16 +08:00
parent 20e7eba93b
commit 10530479d0
11 changed files with 311 additions and 23 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ROOT_DIR := $(shell pwd)
VENV_BIN_DIR := $(ROOT_DIR)/.venv/bin
USER_BIN_DIR := $(HOME)/.local/bin
COMMANDS := myagents myclaude mykimi
COMMANDS := myagents myclaude mykimi mycodex
.PHONY: help install uninstall _symlink-commands