提交新项目

This commit is contained in:
Build Bot
2026-06-28 21:46:01 +08:00
parent 75c929861b
commit 686cf9433f

View File

@@ -0,0 +1,16 @@
## 要做的内容
- 启动/管理子进程
- 解析 --json 输出
- 保存 codexSessionId
- 做 SSE 给网页
- 做一层本地 session 映射
- 处理超时、取消、错误展示
- 结构 ``` type ChatSession = {
codexSessionId: string // codex 的真实 session id
cwd: string
createdAt: string
updatedAt: string```
## 具体业务
- 碎片->立项
- 待阅读->立项