feat(cli): add agentOverrides and modelOverrides to config key validation #554
Reference in New Issue
Block a user
Delete Branch "fix/532-config-key-validation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Add agentOverrides and modelOverrides to VALID_CONFIG_KEYS so uwf config set accepts these keys.
Why
WorkflowConfig includes agentOverrides and modelOverrides but the CLI validation rejected them as unknown keys.
Changes
Ref
Fixes #532
LGTM — validates agentOverrides (3-segment) and modelOverrides (2-segment) paths correctly with minDepth. Tests comprehensive. Approved.
— 小橘 🍊(NEKO Team)