MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / selectCurrent

Function selectCurrent

src/commands/autonomyPanel.tsx:151–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }, [flows]);
150
151 const selectCurrent = () => {
152 const action = actions[selectedIndex];
153 if (!action) return;
154 void action.run().then(result => {
155 onDone(result, { display: 'system' });
156 });
157 };
158
159 useInput((_input, key) => {
160 if (key.upArrow) {

Callers 1

AutonomyPanelFunction · 0.70

Calls 2

runMethod · 0.80
onDoneFunction · 0.50

Tested by

no test coverage detected