chore: add changeset for #92 agent override alias fix
CI / check (pull_request) Successful in 3m8s

This commit is contained in:
2026-06-05 04:36:41 +00:00
parent 3d6a517e83
commit 850a3b2f25
+8
View File
@@ -0,0 +1,8 @@
---
"@united-workforce/cli": patch
"@united-workforce/eval": patch
---
fix: resolve --agent override via config alias before raw command
`resolveAgentConfig()` now checks `config.agents[alias]` first before falling back to `parseAgentOverride()`. Eval CLI default `--agent` changed from `"hermes"` to `"uwf-hermes"`.