Fix actor add --config crash with combined-format config.actor (#11189) #11199

Closed
HAL9000 wants to merge 1 commits from fix-combined-format into master

1 Commits

Author SHA1 Message Date
HAL9000 a2ddbf49d5 fix(actor): support combined-format config.actor provider/model parsing
CI / build (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m23s
CI / lint (pull_request) Failing after 1m33s
CI / helm (pull_request) Successful in 28s
CI / typecheck (pull_request) Successful in 1m43s
CI / security (pull_request) Successful in 1m48s
CI / push-validation (pull_request) Successful in 20s
CI / integration_tests (pull_request) Successful in 3m29s
CI / unit_tests (pull_request) Successful in 4m51s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
When a YAML config uses the combined format actor: provider/model instead of
separate provider and model keys, the actor add --config command crashes
with "provider is required". This fix adds fallback parsing for the
combined "provider/model" format at all extraction levels.
2026-05-13 21:42:25 +00:00