MCPcopy Create free account
hub / github.com/GCWing/BitFun / apply_subagent_selection

Method apply_subagent_selection

src/apps/cli/src/modes/chat.rs:3211–3216  ·  view source on GitHub ↗

Apply subagent selection: fill input box with launch command

(&self, selected: &SubagentItem, chat_view: &mut ChatView)

Source from the content-addressed store, hash-verified

3209
3210 /// Apply subagent selection: fill input box with launch command
3211 fn apply_subagent_selection(&self, selected: &SubagentItem, chat_view: &mut ChatView) {
3212 chat_view.set_input(&format!(
3213 "Launch subagent {} to finish task: ",
3214 selected.name
3215 ));
3216 }
3217
3218 fn set_subagent_enabled(
3219 &self,

Callers 1

Calls 1

set_inputMethod · 0.45

Tested by

no test coverage detected