From 3f1120e9036c10ec61058ac217f8d791f6e0b972 Mon Sep 17 00:00:00 2001 From: Davidlaizz <1830579068@qq.com> Date: Sat, 6 Jun 2026 05:18:27 +0800 Subject: [PATCH] fix(baoyu-image-gen): add agnes to provider_limits YAML whitelist --- skills/baoyu-image-gen/scripts/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skills/baoyu-image-gen/scripts/main.ts b/skills/baoyu-image-gen/scripts/main.ts index bcc4841..f08bd9b 100644 --- a/skills/baoyu-image-gen/scripts/main.ts +++ b/skills/baoyu-image-gen/scripts/main.ts @@ -479,7 +479,8 @@ export function parseSimpleYaml(yaml: string): Partial { key === "jimeng" || key === "seedream" || key === "azure" || - key === "codex-cli" + key === "codex-cli" || + key === "agnes" ) ) { config.batch ??= {};