I was not sure if this is possible but as multiple coupons are used the list in the checkout/cart gets lonf. Is it possible to hide some especially those that are “auto”?
You can use the WC filters woocommerce_cart_totals_coupon_label and woocommerce_cart_totals_coupon_html. See includes/plugins/WJECF_Autocoupon.php how we use it.