AI run of a planned task is visualized in a confusing manner in "pin to the top" mode #6498
Open
2 of 3 tasks
Labels
Bugs
Bugs, Hangs, Crash, and Freezes
Pre-submit Checks
Describe the bug
When the AI agent runs through a plan, and the visualization mode is "pin to the top", the wrong commands are associated with the output.
See the screenshot for reference.
Clearly, the information about the file descriptor limit was obtained from running
ulimit -n
, but the command associated to that explanation iscat /proc/sys/fs/file-max
(the next command that was run during the plan, the result of which is explained further above).To reproduce
Configure Warp by going to Settings -> Appearance -> Input position -> Pin to the top (Reverse mode).
Ask any complicated question to the AI agent that triggers o1 planning and subsequent execution.
Expected behavior
The command that provided the information being used in the answer should appear immediately below the explanation. When clicked, to see the detail, it should appear below, and not above, the explanation (since in this view down is earlier, up is later).
Screenshots, videos, and logs
Operating system (OS)
Linux
Operating system and version
22.04
Shell Version
No response
Current Warp version
v0.2025.05.14.08.11.stable_03
Regression
No, this bug or issue has existed throughout my experience using Warp
Recent working Warp date
No response
Additional context
I have no idea if this was like this before, I have just recently started asking more complicated things out of the AI agent.
Does this block you from using Warp daily?
No
Is this an issue only in Warp?
Yes, I confirmed that this only happens in Warp, not other terminals.
Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e
None
The text was updated successfully, but these errors were encountered: