diff --git a/apps/codex-plus-manager/src/App.tsx b/apps/codex-plus-manager/src/App.tsx index 11a2c709b..32e72cc5c 100644 --- a/apps/codex-plus-manager/src/App.tsx +++ b/apps/codex-plus-manager/src/App.tsx @@ -172,6 +172,7 @@ type BackendSettings = { codexAppImageOverlayOpacity: number; codexAppImageOverlayFitMode: ImageOverlayFitMode; codexGoalsEnabled: boolean; + codexAppGoalResumeGuard: boolean; launchMode: LaunchMode; relayBaseUrl: string; relayApiKey: string; @@ -694,6 +695,7 @@ const defaultSettings: BackendSettings = { codexAppImageOverlayOpacity: 35, codexAppImageOverlayFitMode: "fit", codexGoalsEnabled: false, + codexAppGoalResumeGuard: false, launchMode: "patch", relayBaseUrl: "", relayApiKey: "", @@ -3937,7 +3939,7 @@ function RelayProfileDetail({ - + {isAggregateRelayProfile(draft) ? null : ( void; onProfileChange: (value: RelayProfile) => void; onSwitch: () => void; actions: Actions; @@ -4116,6 +4120,17 @@ function RelayProfileEditor({ /> {t("启用目标功能")} + +

+ {t("检测到目标上下文时,Codex++ 会在中转请求中追加续跑保护提示,减少压缩后重做旧任务。")} +