fix(test): recycle unit-fast CI batches (#51884)

* fix(test): recycle unit-fast ci batches

* refactor(config): narrow discord timeout import

* test(outbound): lighten target plugin stubs

* refactor(auth): narrow env api key resolution

* docs(auth): restore anthropic vertex sentinel comment
This commit is contained in:
Vincent Koc
2026-03-21 14:56:29 -07:00
committed by GitHub
parent 039ea5998e
commit 5069c771e7
6 changed files with 190 additions and 77 deletions

View File

@@ -1,4 +1,4 @@
import { resolveEnvApiKey } from "../agents/model-auth.js";
import { resolveEnvApiKey } from "../agents/model-auth-env.js";
import type { OpenClawConfig } from "../config/types.js";
import type { SecretInput } from "../config/types.secrets.js";
import type { WizardPrompter } from "../wizard/prompts.js";