Merge pull request 'chore: add changeset for #92 agent override alias fix' (#93) from chore/changeset-agent-override into main
CI / check (push) Successful in 3m33s

This commit was merged in pull request #93.
This commit is contained in:
2026-06-05 05:17:36 +00:00
+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"`.