AJD4ARTC6CE3GZDCRJD6Q6OFHJMBOXD6W4H445BD6R7QVZQBIBVQC func inlineImageCmd(state *tools.ClassifyState, protocol utils.ImageProtocol) tea.Cmd {
// gen is the generation at dispatch time; currentGen points to the live counter.// If they differ when the image is ready, a newer segment change has occurred// and this image is stale — discard it instead of writing.func inlineImageCmd(state *tools.ClassifyState, protocol utils.ImageProtocol, gen uint64, currentGen *uint64) tea.Cmd {