Fix probe failure

This commit is contained in:
weishu
2026-05-19 17:07:15 +08:00
parent ce2e76a42e
commit c070cdef28
2 changed files with 8 additions and 5 deletions
+1 -2
View File
@@ -2308,8 +2308,7 @@ class CodexRemoteLauncher extends RemoteLauncherBase {
await appServerClient.setExperimentalFeatureEnablement({ enablement: { goals: true } });
logger.debug('[Codex] goals feature enabled');
} catch (error) {
supportsGoals = false;
logger.debug(`[Codex] failed to enable goals feature: ${errorMessage(error)}`);
logger.debug(`[Codex] failed to enable goals feature: ${errorMessage(error)}; will rely on configured feature state`);
}
try {
const response = await appServerClient.listCollaborationModes();