What
The labels field on create-pull-request safe-output config compiles correctly and is read by the handler at runtime, but the post-creation label API call fails with a node ID resolution error. Filing upstream on gh-aw.
Upstream Issue
TBD — draft pending approval
Workaround
Do not use labels config field. Instead, rely on agent instructions to include labels in the create_pull_request call itself (labels are part of the PR creation API call, not a separate call).
Related