-
Notifications
You must be signed in to change notification settings - Fork 274
Update Conductor to use the AskUser tool #105
Copy link
Copy link
Open
Labels
area:UXUX confusion or flow problemsUX confusion or flow problemsarea:implementRelated to conductor:implement commandRelated to conductor:implement commandarea:newTrackRelated to conductor:newTrack commandRelated to conductor:newTrack commandarea:revertRelated to conductor:revert commandRelated to conductor:revert commandarea:setupRelated to conductor:setup commandRelated to conductor:setup command
Metadata
Metadata
Assignees
Labels
area:UXUX confusion or flow problemsUX confusion or flow problemsarea:implementRelated to conductor:implement commandRelated to conductor:implement commandarea:newTrackRelated to conductor:newTrack commandRelated to conductor:newTrack commandarea:revertRelated to conductor:revert commandRelated to conductor:revert commandarea:setupRelated to conductor:setup commandRelated to conductor:setup command
Description:
The Conductor extension's interactive commands (
setup,newTrack,review, etc.) currently rely onunstructured, free-text prompts (e.g., asking the user to "Type A or B" or "Reply with yes/no"). This
approach is fragile and inconsistent with the platform's capabilities.
Current Behavior:
the expected format (e.g., typing "yep" instead of "yes").
process.
Expected Behavior:
AskUsertool.latency and friction.
Related issues:
google-gemini/gemini-cli#17689