-
-
Notifications
You must be signed in to change notification settings - Fork 804
Description
Current Behavior
instead of copying terminal output into wave AI window, it can read terminal output like "read last 80 rows of upper terminal"
This generally works well, it reads "row 0-80".
BUT - if this is repeated and the terminal shows new output in the meantime, then AI misunderstands a subseuqent "read last 10 rows in terminal"
In this example it might read "row 80-90" and this re-reads old terminal content, missing the new one.
It should instead read rows 0-10.
It does seem to work when asked "read row 0-10" but not when asking "read last 10 rows"
Expected Behavior
AI should always look at newest terminal content, unlesss explicitly stated.
It does seem to work when asked "read row 0-10" but not when asking "read last 10 rows"
Steps To Reproduce
1/ run smth in terminal
2/ ask AI to read last 10 rows
3/ run more in terminal
4/ ask AI to read last 10 rows again
5/ see how is reads older stuff, not row 0-10
6/ ask to read rows 0-10 and see that this works
Wave Version
Client Version 0.14.1 (202603032325) Update Channel: latest
Platform
macOS
OS Version/Distribution
No response
Architecture
arm64
Anything else?
No response