From 6e29948a0969e1e42ff382e73a42f2320d375534 Mon Sep 17 00:00:00 2001 From: FallingLight <2413181564@qq.com> Date: Sun, 12 Jul 2026 22:40:18 +0800 Subject: [PATCH] Fix the config override order --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 618a679..9f18d33 100644 --- a/src/config.ts +++ b/src/config.ts @@ -203,8 +203,8 @@ export async function saveMiniCodeSettings( export async function loadRuntimeConfig(): Promise { const effectiveSettings = await loadEffectiveSettings() const env = { - ...(effectiveSettings.env ?? {}), ...process.env, + ...(effectiveSettings.env ?? {}), } const model =