No description
  • JavaScript 51%
  • TypeScript 32.2%
  • PHP 9.1%
  • HTML 3.4%
  • Python 1.5%
  • Other 2.6%
Find a file
ywkj cfb530ab3b
All checks were successful
runner-smoke / smoke (push) Successful in 18s
refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管
后端:删掉 codex-litellm-response-adapter / codex-app-server /
codex-web-backend / task-hub 四个服务及两个源码目录,解开 service-gateway
对 codex-web-backend 的硬依赖(这条依赖之前会让 codex 起不来时整栈起不来)。
网关去掉 /codex、/codex-hub、/codex-hub/webhooks/forgejo 三组路由。

前端:删掉 codex-launch / codex-workspace / codex-admin / feishu-bots 四个
feature 及账号菜单里的飞书 Bot 入口。customer 的默认落地视图从
codex-workspace 改到 agent 控制台,minimal 布局跟着走。codex-workspace 的
chat-markdown 被 agent 控制台复用,移到 features/agent/ 下。

部署面:清掉 deploy.sh 里 8 个 codex 校验函数和 16 个 CODEX_* 必需键、
render-env.sh 的 codex-app-server.env 合并源、三个 release 脚本的 codex env
同步、build-push-images.sh 的 4 个镜像构建,以及 Makefile 的 smoke-codex /
smoke-codex-adapter-billing 和 bootstrap/test 里的 codex 子项目。CI 两个
workflow 同步。

保留(名字带 codex 但服务对象是 pi 或计费,删了会打断现网):
- common-auth-service 的 getBoundClientCodexConfig 下发链路——agent-runtime
  的 model.ts 读的就是它给的 modelBase/apiKey
- payment 表的 codex_thread_id / codex_turn_id 两列,删列要走迁移
- ecommer-helper 的 install-guide 和 check-codex-env 脚本(本地客户端安装面)
仅摘掉 CODEX_WEB_RUNTIME_API_BASE 这个已失效的 SKILL_RUNTIME_API_BASE 兜底。

验证:三环境 compose config 通过;deploy 测试 67/67;auth-service 176/176;
web 43/43 + typecheck 通过。网关 1 个失败(agent-runtime 路由断言)和前端
4 个失败(bun 测试被 node --test 跑)在 HEAD 上即已存在,与本次无关。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-14 22:18:06 +08:00
.forgejo/workflows refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
agent test(geo): eval-geo 默认模型改 deepseek-v4-flash,超时可配 2026-08-07 21:11:17 +08:00
common-auth-service refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
deploy refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
docs refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
ecommer-helper refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
libs/auth-runtime Finalize Yuanwei runtime auth docs and CLI flow 2026-07-01 18:22:19 +08:00
plans fix: harden settlement retry merge 2026-07-03 22:28:29 +08:00
service-gateway refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
skills feat(skills): cbm-geo-enrich——cbm 商品 GEO 生成与回写薄编排 2026-08-07 21:36:57 +08:00
tools/yuanwei-cli Finalize Yuanwei runtime auth docs and CLI flow 2026-07-01 18:22:19 +08:00
woo-data-scrawler feat(amazon): 详情采集接口——DXM 采一个 Amazon URL 出归一化商品 2026-08-04 19:34:18 +08:00
wordpress style(wp): 支付徽章去边框统一为 48×30 容器自适应 2026-07-15 08:56:50 +08:00
.gitignore feat(skills): 接入 1688-supply-validator skill 2026-07-15 08:56:46 +08:00
.gitmodules chore(skills): add product-radar-pipeline submodule 2026-07-15 22:49:41 +08:00
AGENTS.md feat: 新增 r2-upload skill 与 storage 路由,更新 codex-workspace 工作台与发布流程 2026-07-03 05:45:54 +08:00
CHANGELOG.md release: release-prd-v0.2.47 2026-07-22 16:55:29 +08:00
Makefile refactor(codex): 全量下线 codex 栈,agent-runtime(pi) 接管 2026-08-14 22:18:06 +08:00
MIGRATION_CUTOVER.md release: codex sidecar v0.0.19 2026-06-24 09:08:35 +08:00
MIGRATION_REPORT.md docs: add migration data integrity report 2026-06-21 21:19:38 +08:00
MIGRATION_VALIDATION.md fix: 全量 unit 套件首次归零——7 个长期红套件全部修复 2026-07-12 09:05:26 +08:00