No description
- JavaScript 51%
- TypeScript 32.2%
- PHP 9.1%
- HTML 3.4%
- Python 1.5%
- Other 2.6%
|
All checks were successful
runner-smoke / smoke (push) Successful in 18s
后端:删掉 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> |
||
|---|---|---|
| .forgejo/workflows | ||
| agent | ||
| common-auth-service | ||
| deploy | ||
| docs | ||
| ecommer-helper | ||
| libs/auth-runtime | ||
| plans | ||
| service-gateway | ||
| skills | ||
| tools/yuanwei-cli | ||
| woo-data-scrawler | ||
| wordpress | ||
| .gitignore | ||
| .gitmodules | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| Makefile | ||
| MIGRATION_CUTOVER.md | ||
| MIGRATION_REPORT.md | ||
| MIGRATION_VALIDATION.md | ||