chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-07-07 13:33:01 +08:00
parent daaf41daa1
commit dd466a69b5
10 changed files with 257 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
# Codex App worker start 超时排查发现
## Findings
- 用户报告错误:`Codex 任务失败Codex App worker 请求超时: start`
- 初始判断:问题集中在 `codexapp` worker 的 `start` 请求链路,需确认
worker 进程是否启动、`start` 响应是否丢失、超时时间是否过短或未清理。

View File

@@ -0,0 +1,5 @@
# Codex App worker start 超时排查进度
## Log
- 2026-07-07T09:51:08+08:00 创建 scoped 计划,避免覆盖根目录旧 hooks 排查记录。

View File

@@ -0,0 +1,27 @@
# Codex App worker start 超时排查计划
## Goal
定位并修复 `Codex App worker 请求超时: start`,优先确认 `codexapp`
worker 启动链路中的超时点、请求/响应匹配和错误传播。
## Status
- [ ] 确认当前索引与项目结构入口
- [ ] 定位 Codex App worker start 超时链路
- [ ] 复现或从日志提取超时证据
- [ ] 实现最小修复并补回归覆盖
- [ ] 运行针对性验证并总结风险
## Constraints
- 简体中文沟通。
- 代码理解优先使用 `codebase-memory-mcp`,再用 `rg` / `nl` 校验。
- 不覆盖用户已有未提交改动。
- 修改服务后如需重启,必须先确认除当前对话外没有其他 running 会话。
- 当前在 WSL 环境;若发现 dotnet 项目,禁止在 WSL 编译。
## Errors Encountered
| Error | Attempt | Resolution |
|-------|---------|------------|