mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 14:16:43 +00:00
fix(cliproxy): remove dead codex reconcile settings arg
This commit is contained in:
@@ -139,7 +139,6 @@ export function resolveRuntimeCodexFallbackModel(options: {
|
||||
|
||||
export async function reconcileCodexModelForActivePlan(
|
||||
options: {
|
||||
settingsPath: string;
|
||||
currentModel: string | undefined;
|
||||
verbose: boolean;
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user