(&mut self)
| 1892 | } |
| 1893 | |
| 1894 | fn show_subagent_selector(&mut self) { |
| 1895 | self.push_current_popup_to_stack(); |
| 1896 | self.subagent_selector.show_menu(); |
| 1897 | } |
| 1898 | |
| 1899 | fn show_available_subagent_list(&mut self) { |
| 1900 | let registry = get_agent_registry(); |
no test coverage detected