fix(cliproxy): remove dead codex reconcile settings arg

This commit is contained in:
Tam Nhu Tran
2026-04-07 17:59:56 -04:00
parent 3f36c09064
commit c1d4294708
3 changed files with 0 additions and 7 deletions
-1
View File
@@ -139,7 +139,6 @@ export function resolveRuntimeCodexFallbackModel(options: {
export async function reconcileCodexModelForActivePlan(
options: {
settingsPath: string;
currentModel: string | undefined;
verbose: boolean;
},
-1
View File
@@ -883,7 +883,6 @@ export async function execClaudeWithCLIProxy(
if (provider === 'codex' && !cfg.isComposite && !skipLocalAuth) {
await reconcileCodexModelForActivePlan({
settingsPath: cfg.customSettingsPath || getProviderSettingsPath(provider),
currentModel: getCurrentModel(provider, cfg.customSettingsPath),
verbose,
});
@@ -54,7 +54,6 @@ describe('codex plan compatibility reconcile', () => {
await reconcileCodexModelForActivePlan(
{
settingsPath,
currentModel: 'gpt-5.3-codex',
verbose: false,
},
@@ -98,7 +97,6 @@ describe('codex plan compatibility reconcile', () => {
await reconcileCodexModelForActivePlan(
{
settingsPath,
currentModel: 'gpt-5.3-codex',
verbose: false,
},
@@ -134,7 +132,6 @@ describe('codex plan compatibility reconcile', () => {
await reconcileCodexModelForActivePlan(
{
settingsPath,
currentModel: 'gpt-5.3-codex',
verbose: false,
},
@@ -174,7 +171,6 @@ describe('codex plan compatibility reconcile', () => {
await reconcileCodexModelForActivePlan(
{
settingsPath,
currentModel: 'gpt-5.3-codex',
verbose: false,
},
@@ -216,7 +212,6 @@ describe('codex plan compatibility reconcile', () => {
await reconcileCodexModelForActivePlan(
{
settingsPath,
currentModel: 'gpt-5.3-codex',
verbose: false,
},