From 686cf9433fa27e143eae2f5a46877309524bc990 Mon Sep 17 00:00:00 2001 From: Build Bot Date: Sun, 28 Jun 2026 21:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=96=B0=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1Project/工作台/网页agent功能.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 1Project/工作台/网页agent功能.md diff --git a/1Project/工作台/网页agent功能.md b/1Project/工作台/网页agent功能.md new file mode 100644 index 0000000..f4d2592 --- /dev/null +++ b/1Project/工作台/网页agent功能.md @@ -0,0 +1,16 @@ +## 要做的内容 + - 启动/管理子进程 + - 解析 --json 输出 + - 保存 codexSessionId + - 做 SSE 给网页 + - 做一层本地 session 映射 + - 处理超时、取消、错误展示 + - 结构 ``` type ChatSession = { + codexSessionId: string // codex 的真实 session id + cwd: string + createdAt: string + updatedAt: string``` + +## 具体业务 +- 碎片->立项 +- 待阅读->立项 \ No newline at end of file