I think you’re hitting lifecycle status reactions, not the base ack reaction.
If you want the bot to keep one emoji while thinking, then remove it after replying, set:
{
channels: {
slack: {
ackReaction: "eyes",
},
},
messages: {
removeAckAfterReply: true,
statusReactions: {
enabled: false,
},