fix(coordinator): default coordinator tasks to human control#142
fix(coordinator): default coordinator tasks to human control#142FourWindff wants to merge 1 commit into
Conversation
|
@FourWindff Thanks for the PR. I think this is pointing at a real UX problem, but I’m working on a broader fix for coordinator/user control and will submit an updated PR. The concern with defaulting coordinator tasks to human control is that Sub-task sessions should still default to coordinator control. The part I want to rework is the coordinator session itself: the app should avoid injecting prompts while the user is actively typing, without requiring manual take/release control as the normal workflow. The updated approach should make coordinator/user control more intuitive and eliminate most of the need to manually take or release control. |
Summary