feat: Added support for sub-agents to escalate user interaction requests from any depth to the parent agents for user interactions

This commit is contained in:
2026-02-18 11:06:15 -07:00
parent 7b12c69ebf
commit b1be9443e7
8 changed files with 204 additions and 1 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ search_content() {
fi
}
# @cmd Ask the user to select ONE option from a list. The first option should be your recommended choice append '(Recommended)' to its label. Returns the selected option's label text.
# @cmd Ask the user to select ONE option from a list. The first option should be your recommended choice; append '(Recommended)' to its label. Returns the selected option's label text.
# @option --question! The question to present to the user
# @option --options! The JSON array of options to present (first option = recommended, append '(Recommended)' to its label)
ask_user() {