You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
标准 XML 结构对齐: 重构了 Codex 的多段 system/developer 提示词转换逻辑,将其自动归类并整理为符合官方 Antigravity 风格的标准 XML 标签结构(包含 <identity>、<user_information>、<environment_permissions>、<skills>、<planning_mode> 等),并以 role = "system" 单个 part 形式统一发送。
杜绝二次注入: 在 convert_codex_to_openai_request 完成转换后,删除 body.instructions 以免在映射器中被二次加载,并在 request.rs 层加入规范化去重;检测到 You are Codex 身份时自动跳过注入 You are Antigravity... 身份。