How to modify title tag in a plugin?

What I actually ended up doing was to use filter document_title_parts.
https://developer.wordpress.org/reference/hooks/document_title_parts/

I just unshifted a value to the array. I don’t think the documentation actually is very clear about that.

And this method still don’t work with Yoast SEO installed.