Skip to content

[Bug]: Wave AI window does not properly understand "read last / current rows in terminal" #3012

@DieterTHeck

Description

@DieterTHeck

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".

Image

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.

Image

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"

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions