If you're trying to use the visible UI, the focused item is repeated if something happens in the timeline. Speech is interrupted to re-read the item, and that can be a bit of a bummer if it's a long post you were listening to. It's also just noisy if you forget to take focus out of there and are trying to do something else while the computer idles there.
I don't make much of an expert programmer yet, but my limited agentic coding with GUI interfaces that involved lists sorta ran into similar issues and I found it possible to call focus back onto the list item and keep it from being re-spoken if the text was the same. Maybe you've already been trying on this one because it is kind of an obvious thing. Either way, best of luck. I might be able to try to get Agentic coding to at least find how to fix it on my end so we can make an explainer even if you might rather not take a pr from me that was fixed that way. Lemme know, although I reckon you could do that faster than asking me to haha.
If you're trying to use the visible UI, the focused item is repeated if something happens in the timeline. Speech is interrupted to re-read the item, and that can be a bit of a bummer if it's a long post you were listening to. It's also just noisy if you forget to take focus out of there and are trying to do something else while the computer idles there.
I don't make much of an expert programmer yet, but my limited agentic coding with GUI interfaces that involved lists sorta ran into similar issues and I found it possible to call focus back onto the list item and keep it from being re-spoken if the text was the same. Maybe you've already been trying on this one because it is kind of an obvious thing. Either way, best of luck. I might be able to try to get Agentic coding to at least find how to fix it on my end so we can make an explainer even if you might rather not take a pr from me that was fixed that way. Lemme know, although I reckon you could do that faster than asking me to haha.