···1010 case createTabWithInput(Worktree, input: String, runSetupScriptIfNew: Bool)
1111 case ensureInitialTab(Worktree, runSetupScriptIfNew: Bool, focusing: Bool)
1212 case runScript(Worktree, script: String)
1313+ case insertText(Worktree, text: String)
1314 case stopRunScript(Worktree)
1415 case closeFocusedTab(Worktree)
1516 case closeFocusedSurface(Worktree)