Files
united-workforce/.changeset/bootstrap-ux-fixes.md
T
xiaoju 57ae6d1755
CI / check (pull_request) Successful in 2m26s
fix: preset base-url auto-fill, bootstrap ACP docs, friendlier errors
- #106: uwf setup --provider <preset> now auto-fills --base-url
- #107: bootstrap documents hermes ACP dependency (pip install hermes-agent[acp])
- #107: verify step uses inline hello.yaml instead of missing examples/eval-simple.yaml
- #108: workflow name mismatch error suggests how to fix (rename file or change YAML name)

Fixes #106, Fixes #107, Fixes #108
2026-06-05 11:06:35 +00:00

483 B

@united-workforce/cli
@united-workforce/cli
patch

fix: preset provider base-url auto-fill, bootstrap ACP docs, friendlier name mismatch error

  • uwf setup --provider dashscope now auto-fills --base-url from preset list (#106)
  • Bootstrap guide documents uwf-hermes ACP dependency (pip install hermes-agent[acp]) (#107)
  • Bootstrap verify step uses inline workflow instead of missing examples/eval-simple.yaml (#107)
  • Workflow filename mismatch error now suggests how to fix it (#108)