ci: remove profile input from oz-agent-action#215
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Passing the Docs Agent UID as the profile was crashing the oz CLI: 'Attempted to edit CLI default profile, which is not yet supported.' The Docs Agent identity is established via WARP_API_KEY already. Co-Authored-By: Oz <oz-agent@warp.dev>
96710da to
d92f18c
Compare
|
/oz-review |
|
I'm re-reviewing this pull request in response to a review request. You can follow along in the session on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates the release docs workflow to rely on warp_api_key for the Docs Agent identity and removes the unsupported profile input from warpdotdev/oz-agent-action@v1.
Concerns
- None found in the annotated diff.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Removes the
profileinput fromoz-agent-action. Passing the Docs Agent UID (019eb332-2ee0-7417-8ecc-89260cf5b850) as the profile was crashing the oz CLI with:The Docs Agent identity is already established through
WARP_API_KEY, so the profile input is not needed.Root cause
Run https://github.com/warpdotdev/docs/actions/runs/27430721641/job/81080059041 failed immediately because the oz CLI received the agent UID as a profile ID and tried to apply it as a CLI default profile — an unsupported operation in CLI mode.
Co-Authored-By: Oz oz-agent@warp.dev