docs: Document Agent questions behavior#160
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Note that options can be selected with number keys and that the left and right arrow keys move between questions on a multi-question card. Co-Authored-By: Oz <oz-agent@warp.dev>
59fd457 to
ea44bec
Compare
|
I'm starting a first review of this pull request. You can view the conversation 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 adds a new Agent questions page, links it into local-agent navigation, and documents the Ask questions Agent Profile permission. The structure and links are generally aligned with the docs section, and no security or spec-drift findings apply.
Concerns
- The new page currently guarantees that a skipped question will not be asked again, but the client implementation only returns a skipped answer to the Agent and does not enforce de-duplication of future questions.
Verdict
Found: 0 critical, 1 important, 0 suggestions
Request changes
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
…agents/agent-questions.mdx Co-authored-by: oz-for-oss[bot] <277970191+oz-for-oss[bot]@users.noreply.github.com>
Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com>
Summary
Adds public documentation for Warp Agent questions, including the
AskUserQuestion/ask_user_questionbehavior requested in APP-4629.Changes
Validation
git --no-pager diff --checkpython3 .agents/skills/style_lint/style_lint.py --changed(changed-file detection returned no files)python3 .agents/skills/style_lint/style_lint.py --all(repo has existing style findings; no build-blocking errors)npm run buildRelated
Co-Authored-By: Oz oz-agent@warp.dev
Conversation: https://staging.warp.dev/conversation/8e5ac8b4-fee0-4742-af40-e7a9b45b430f
Run: https://oz.staging.warp.dev/runs/019e758d-18aa-7817-8620-f78e5eaa669c
This PR was generated with Oz.