Support OMP ask interactions from remote clients - #13
Open
AsafMah wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
AsafMah
force-pushed
the
contrib/omp-ask
branch
from
August 5, 2026 06:35
46ce7de to
52c94b5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
askselector separately from ordinary approvalsOtheranswersMotivation
Herdr Remote treated every blocked agent as a Yes/Trust/No approval. OMP's
asktool is a terminal selector, so choices were fabricated and text responses did not select the intended option.This adds explicit OMP support without claiming a generic question protocol for every agent.
Protocol additions
Blocked messages add
interaction,prompt_id,multi,multi_options,selected_options, andupdate. Client messages add prompt IDs plusquestion_toggleandquestion_submit.Actions are accepted only when the prompt ID still matches the live OMP selector.
Verification
tests/run.sh: 18 passed, 0 failedOther, and multi-select flows exercisedmainScope
This integration is intentionally OMP-specific. Other agents retain existing approval and manual-terminal paths.