The bug I intermittently see is where the AI Agent will be working through a problem that requires multiple calls to the terminal. I haven’t worked out the exact condition to reproduce the issue though, however it only occurs when the agent uses a change directory (cd) command multiple times to the same directory.
The bug itself is that the chat interface is showing tool call tokens that we meant for the AI, not the user.
This is by no means a breaking issue. It does make it hard to follow what the agent is doing though, so just a user experience issue.