mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
- 删除 CodexOAuthEnvelope 和 request_patching 模块,Codex 不再需要 envelope 层 - 移除 _aether_compact 请求体内部标记,改用 is_codex_compact_request() 集中查询 - 简化 OpenAI CLI adapter,移除 Codex 专用的 get_cli_extra_headers/build_test_request_body 逻辑 - 移除 Codex behavior variant 注册(same_format/cross_format) - normalizer patch_same_format_request 对 codex 变为 no-op - 更新相关测试适配新的架构